Skip to content

Commit 7b2266f

Browse files
committed
Making the headers self-sufficient
1 parent 76eea70 commit 7b2266f

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

PWGCF/FemtoUniverse/Core/FemtoUniverse3DContainer.h

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,19 @@
1717
#ifndef PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSE3DCONTAINER_H_
1818
#define PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSE3DCONTAINER_H_
1919

20-
#include <fairlogger/Logger.h>
21-
#include <vector>
22-
#include <string>
20+
#include "PWGCF/FemtoUniverse/Core/FemtoUniverseEventHisto.h"
21+
#include "PWGCF/FemtoUniverse/Core/FemtoUniverseMath.h"
2322

2423
#include "Framework/HistogramRegistry.h"
25-
#include "PWGCF/FemtoUniverse/Core/FemtoUniverseMath.h"
24+
2625
#include "Math/Vector4D.h"
27-
#include "TMath.h"
2826
#include "TDatabasePDG.h"
27+
#include "TMath.h"
28+
29+
#include <fairlogger/Logger.h>
30+
31+
#include <string>
32+
#include <vector>
2933

3034
using namespace o2::framework;
3135

0 commit comments

Comments
 (0)