We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76eea70 commit 7b2266fCopy full SHA for 7b2266f
PWGCF/FemtoUniverse/Core/FemtoUniverse3DContainer.h
@@ -17,15 +17,19 @@
17
#ifndef PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSE3DCONTAINER_H_
18
#define PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSE3DCONTAINER_H_
19
20
-#include <fairlogger/Logger.h>
21
-#include <vector>
22
-#include <string>
+#include "PWGCF/FemtoUniverse/Core/FemtoUniverseEventHisto.h"
+#include "PWGCF/FemtoUniverse/Core/FemtoUniverseMath.h"
23
24
#include "Framework/HistogramRegistry.h"
25
-#include "PWGCF/FemtoUniverse/Core/FemtoUniverseMath.h"
+
26
#include "Math/Vector4D.h"
27
-#include "TMath.h"
28
#include "TDatabasePDG.h"
+#include "TMath.h"
29
+#include <fairlogger/Logger.h>
30
31
+#include <string>
32
+#include <vector>
33
34
using namespace o2::framework;
35
0 commit comments