|
13 | 13 | /// \brief Tasks that reads the track tables and creates track triplets; only three identical particles can be used |
14 | 14 | /// \author Laura Serksnyte, TU München, laura.serksnyte@tum.de |
15 | 15 |
|
16 | | -#include <vector> |
17 | | -#include <string> |
| 16 | +#include "PWGCF/DataModel/FemtoDerived.h" |
| 17 | +#include "PWGCF/FemtoDream/Core/femtoDreamContainerThreeBody.h" |
| 18 | +#include "PWGCF/FemtoDream/Core/femtoDreamDetaDphiStar.h" |
| 19 | +#include "PWGCF/FemtoDream/Core/femtoDreamEventHisto.h" |
| 20 | +#include "PWGCF/FemtoDream/Core/femtoDreamPairCleaner.h" |
| 21 | +#include "PWGCF/FemtoDream/Core/femtoDreamParticleHisto.h" |
| 22 | +#include "PWGCF/FemtoDream/Core/femtoDreamUtils.h" |
| 23 | + |
| 24 | +#include "Framework/ASoAHelpers.h" |
18 | 25 | #include "Framework/AnalysisTask.h" |
19 | | -#include "Framework/runDataProcessing.h" |
20 | 26 | #include "Framework/HistogramRegistry.h" |
21 | | -#include "Framework/ASoAHelpers.h" |
| 27 | +#include "Framework/O2DatabasePDGPlugin.h" |
22 | 28 | #include "Framework/RunningWorkflowInfo.h" |
23 | 29 | #include "Framework/StepTHn.h" |
24 | | -#include "Framework/O2DatabasePDGPlugin.h" |
| 30 | +#include "Framework/runDataProcessing.h" |
| 31 | + |
25 | 32 | #include "TDatabasePDG.h" |
26 | 33 |
|
27 | | -#include "PWGCF/DataModel/FemtoDerived.h" |
28 | | -#include "PWGCF/FemtoDream/Core/femtoDreamParticleHisto.h" |
29 | | -#include "PWGCF/FemtoDream/Core/femtoDreamEventHisto.h" |
30 | | -#include "PWGCF/FemtoDream/Core/femtoDreamPairCleaner.h" |
31 | | -#include "PWGCF/FemtoDream/Core/femtoDreamContainerThreeBody.h" |
32 | | -#include "PWGCF/FemtoDream/Core/femtoDreamDetaDphiStar.h" |
33 | | -#include "PWGCF/FemtoDream/Core/femtoDreamUtils.h" |
| 34 | +#include <string> |
| 35 | +#include <vector> |
34 | 36 |
|
35 | 37 | using namespace o2; |
36 | 38 | using namespace o2::analysis::femtoDream; |
|
0 commit comments