|
14 | 14 | /// \main author: Laura Serksnyte, laura.serksnyte@tum.de |
15 | 15 | /// \further modifications: Wioleta Rzęsa, wioleta.rzesa@cern.ch |
16 | 16 |
|
| 17 | +#include "PWGCF/DataModel/FemtoDerived.h" |
| 18 | +#include "PWGCF/FemtoDream/Core/femtoDreamParticleHisto.h" |
| 19 | +#include "PWGCF/FemtoDream/Core/femtoDreamEventHisto.h" |
| 20 | +#include "PWGCF/FemtoDream/Core/femtoDreamPairCleaner.h" |
| 21 | +#include "PWGCF/FemtoDream/Core/femtoDreamContainerThreeBody.h" |
| 22 | +#include "PWGCF/FemtoDream/Core/femtoDreamDetaDphiStar.h" |
| 23 | +#include "PWGCF/FemtoDream/Core/femtoDreamUtils.h" |
17 | 24 |
|
18 | | -#include <vector> |
19 | | -#include <bitset> |
20 | | -#include <string> |
| 25 | +#include "Framework/ASoAHelpers.h" |
21 | 26 | #include "Framework/AnalysisTask.h" |
22 | | -#include "Framework/runDataProcessing.h" |
23 | 27 | #include "Framework/HistogramRegistry.h" |
24 | | -#include "Framework/ASoAHelpers.h" |
25 | 28 | #include "Framework/O2DatabasePDGPlugin.h" |
26 | 29 | #include "Framework/RunningWorkflowInfo.h" |
27 | 30 | #include "Framework/StepTHn.h" |
| 31 | +#include "Framework/runDataProcessing.h" |
28 | 32 | #include "Framework/O2DatabasePDGPlugin.h" |
| 33 | + |
29 | 34 | #include "TDatabasePDG.h" |
30 | 35 |
|
31 | | -#include "PWGCF/DataModel/FemtoDerived.h" |
32 | | -#include "PWGCF/FemtoDream/Core/femtoDreamParticleHisto.h" |
33 | | -#include "PWGCF/FemtoDream/Core/femtoDreamEventHisto.h" |
34 | | -#include "PWGCF/FemtoDream/Core/femtoDreamPairCleaner.h" |
35 | | -#include "PWGCF/FemtoDream/Core/femtoDreamContainerThreeBody.h" |
36 | | -#include "PWGCF/FemtoDream/Core/femtoDreamDetaDphiStar.h" |
37 | | -#include "PWGCF/FemtoDream/Core/femtoDreamUtils.h" |
| 36 | +#include <vector> |
| 37 | +#include <bitset> |
| 38 | +#include <string> |
38 | 39 |
|
39 | 40 | using namespace o2; |
40 | 41 | using namespace o2::analysis::femtoDream; |
@@ -69,7 +70,7 @@ struct femtoDreamTripletTaskTrackTrackV0PbPb { |
69 | 70 | Configurable<float> ConfAtWhichTPCRadii{"ConfAtWhichTPCRadii", 85., "If ConfAtWhichRadiiToCut = 2; this allows to select at which TPC radii to cut"}; |
70 | 71 |
|
71 | 72 | /// First 2 tracks of the triplet |
72 | | - Configurable<int> ConfPDGCodePart{"ConfPDGCodePart", 2212, "Particle PDG code"}; //proton |
| 73 | + Configurable<int> ConfPDGCodePart{"ConfPDGCodePart", 2212, "Particle PDG code"}; // proton |
73 | 74 | Configurable<o2::aod::femtodreamparticle::cutContainerType> ConfCutPart{"ConfCutPart", 5542474, "Track - Selection bit from cutCulator"}; |
74 | 75 | Configurable<o2::aod::femtodreamparticle::cutContainerType> ConfTPCPIDBit{"ConfTPCPIDBit", 16, "PID TPC bit from cutCulator "}; |
75 | 76 | Configurable<o2::aod::femtodreamparticle::cutContainerType> ConfTPCTOFPIDBit{"ConfTPCTOFPIDBit", 8, "PID TPCTOF bit from cutCulator"}; |
|
0 commit comments