|
15 | 15 | /// \author Zuzanna Chochulska, WUT Warsaw & CTU Prague, zchochul@cern.ch |
16 | 16 | /// \author Anna-Mariia Andrushko, WUT Warsaw, anna-mariia.andrushko@cern.ch |
17 | 17 |
|
18 | | -#include <fairlogger/Logger.h> |
19 | | -#include <cstdint> |
20 | | -#include <vector> |
| 18 | +#include "PWGCF/FemtoUniverse/Core/FemtoUniverseEventHisto.h" |
| 19 | +#include "PWGCF/FemtoUniverse/Core/FemtoUniverseMath.h" |
| 20 | +#include "PWGCF/FemtoUniverse/Core/FemtoUniverseParticleHisto.h" |
| 21 | +#include "PWGCF/FemtoUniverse/Core/femtoUtils.h" |
| 22 | +#include "PWGCF/FemtoUniverse/DataModel/FemtoDerived.h" |
| 23 | + |
| 24 | +#include "Common/DataModel/PIDResponse.h" |
| 25 | + |
| 26 | +#include "DataFormatsParameters/GRPObject.h" |
| 27 | +#include "Framework/ASoAHelpers.h" |
21 | 28 | #include "Framework/AnalysisTask.h" |
22 | | -#include "Framework/runDataProcessing.h" |
23 | 29 | #include "Framework/HistogramRegistry.h" |
24 | | -#include "Framework/ASoAHelpers.h" |
| 30 | +#include "Framework/O2DatabasePDGPlugin.h" |
25 | 31 | #include "Framework/RunningWorkflowInfo.h" |
26 | 32 | #include "Framework/StepTHn.h" |
27 | | -#include "Framework/O2DatabasePDGPlugin.h" |
28 | | -#include "DataFormatsParameters/GRPObject.h" |
| 33 | +#include "Framework/runDataProcessing.h" |
29 | 34 | #include "ReconstructionDataFormats/PID.h" |
30 | | -#include "Common/DataModel/PIDResponse.h" |
31 | 35 |
|
32 | | -#include "PWGCF/FemtoUniverse/DataModel/FemtoDerived.h" |
33 | | -#include "PWGCF/FemtoUniverse/Core/FemtoUniverseParticleHisto.h" |
34 | | -#include "PWGCF/FemtoUniverse/Core/FemtoUniverseEventHisto.h" |
35 | | -#include "PWGCF/FemtoUniverse/Core/femtoUtils.h" |
36 | | -#include "PWGCF/FemtoUniverse/Core/FemtoUniverseMath.h" |
| 36 | +#include <fairlogger/Logger.h> |
| 37 | + |
| 38 | +#include <cstdint> |
| 39 | +#include <vector> |
37 | 40 |
|
38 | 41 | using namespace o2; |
39 | 42 | using namespace o2::analysis::femto_universe; |
|
0 commit comments