We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07d88cd commit 72944adCopy full SHA for 72944ad
PWGCF/FemtoUniverse/Core/FemtoUniversePhiSelection.h
@@ -19,18 +19,20 @@
19
#ifndef PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSEPHISELECTION_H_
20
#define PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSEPHISELECTION_H_
21
22
-#include <string>
23
-#include <vector>
24
-
25
#include "PWGCF/FemtoUniverse/Core/FemtoUniverseObjectSelection.h"
26
#include "PWGCF/FemtoUniverse/Core/FemtoUniverseSelection.h"
27
#include "PWGCF/FemtoUniverse/Core/FemtoUniverseTrackSelection.h"
28
29
#include "Common/Core/RecoDecay.h"
+
30
#include "Framework/HistogramRegistry.h"
31
#include "ReconstructionDataFormats/PID.h"
32
#include "TLorentzVector.h"
33
+#include <string>
34
+#include <vector>
35
36
namespace o2::analysis::femto_universe
37
{
38
namespace femto_universe_phi_selection
0 commit comments