We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd0fc4 commit e8ba8f6Copy full SHA for e8ba8f6
PWGCF/FemtoUniverse/Core/FemtoUniverseObjectSelection.h
@@ -17,15 +17,16 @@
17
#ifndef PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSEOBJECTSELECTION_H_
18
#define PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSEOBJECTSELECTION_H_
19
20
+#include "PWGCF/FemtoUniverse/Core/FemtoUniverseSelection.h"
21
+#include "PWGCF/FemtoUniverse/DataModel/FemtoDerived.h"
22
+
23
+#include "Framework/HistogramRegistry.h"
24
+#include "ReconstructionDataFormats/PID.h"
25
26
#include <algorithm>
27
#include <string>
28
#include <vector>
29
-#include "PWGCF/FemtoUniverse/Core/FemtoUniverseSelection.h"
-#include "ReconstructionDataFormats/PID.h"
-#include "Framework/HistogramRegistry.h"
-#include "PWGCF/FemtoUniverse/DataModel/FemtoDerived.h"
-
30
using namespace o2;
31
using namespace o2::framework;
32
0 commit comments