|
16 | 16 | /// \author Anton Riedel, TU München, anton.riedel@tum.de |
17 | 17 | /// \author Zuzanna Chochulska, WUT Warsaw & CTU Prague, zchochul@cern.ch |
18 | 18 |
|
19 | | -#include <vector> |
| 19 | +#include "PWGCF/FemtoUniverse/Core/FemtoUniverseAngularContainer.h" |
| 20 | +#include "PWGCF/FemtoUniverse/Core/FemtoUniverseDetaDphiStar.h" |
| 21 | +#include "PWGCF/FemtoUniverse/Core/FemtoUniverseEventHisto.h" |
| 22 | +#include "PWGCF/FemtoUniverse/Core/FemtoUniverseFemtoContainer.h" |
| 23 | +#include "PWGCF/FemtoUniverse/Core/FemtoUniversePairCleaner.h" |
| 24 | +#include "PWGCF/FemtoUniverse/Core/FemtoUniverseParticleHisto.h" |
| 25 | +#include "PWGCF/FemtoUniverse/Core/FemtoUniverseTrackSelection.h" |
| 26 | +#include "PWGCF/FemtoUniverse/Core/femtoUtils.h" |
| 27 | +#include "PWGCF/FemtoUniverse/DataModel/FemtoDerived.h" |
| 28 | + |
| 29 | +#include "Framework/ASoAHelpers.h" |
20 | 30 | #include "Framework/AnalysisTask.h" |
21 | | -#include "Framework/runDataProcessing.h" |
22 | 31 | #include "Framework/HistogramRegistry.h" |
23 | | -#include "Framework/ASoAHelpers.h" |
| 32 | +#include "Framework/O2DatabasePDGPlugin.h" |
24 | 33 | #include "Framework/RunningWorkflowInfo.h" |
25 | 34 | #include "Framework/StepTHn.h" |
26 | | -#include "Framework/O2DatabasePDGPlugin.h" |
| 35 | +#include "Framework/runDataProcessing.h" |
27 | 36 |
|
28 | | -#include "PWGCF/FemtoUniverse/DataModel/FemtoDerived.h" |
29 | | -#include "PWGCF/FemtoUniverse/Core/FemtoUniverseParticleHisto.h" |
30 | | -#include "PWGCF/FemtoUniverse/Core/FemtoUniverseEventHisto.h" |
31 | | -#include "PWGCF/FemtoUniverse/Core/FemtoUniversePairCleaner.h" |
32 | | -#include "PWGCF/FemtoUniverse/Core/FemtoUniverseFemtoContainer.h" |
33 | | -#include "PWGCF/FemtoUniverse/Core/FemtoUniverseAngularContainer.h" |
34 | | -#include "PWGCF/FemtoUniverse/Core/FemtoUniverseDetaDphiStar.h" |
35 | | -#include "PWGCF/FemtoUniverse/Core/femtoUtils.h" |
36 | | -#include "PWGCF/FemtoUniverse/Core/FemtoUniverseTrackSelection.h" |
| 37 | +#include <vector> |
37 | 38 |
|
38 | 39 | using namespace o2; |
39 | 40 | using namespace o2::analysis::femto_universe; |
|
0 commit comments