|
15 | 15 | /// \author Zuzanna Chochulska, WUT Warsaw & CTU Prague, [email protected] |
16 | 16 | /// \author Shirajum Monira, WUT Warsaw, [email protected] |
17 | 17 |
|
18 | | -#include <vector> |
19 | | -#include <string> |
20 | | -#include <memory> |
21 | | -#include "Framework/AnalysisTask.h" |
22 | | -#include "Framework/runDataProcessing.h" |
23 | | -#include "Framework/HistogramRegistry.h" |
24 | | -#include "Framework/ASoAHelpers.h" |
25 | | -#include "Framework/RunningWorkflowInfo.h" |
26 | | -#include "Framework/StepTHn.h" |
27 | | -#include "PWGCF/FemtoUniverse/DataModel/FemtoDerived.h" |
28 | | -#include "PWGCF/FemtoUniverse/Core/FemtoUniverseParticleHisto.h" |
| 18 | +#include "PWGCF/FemtoUniverse/Core/FemtoUniverseContainer.h" |
| 19 | +#include "PWGCF/FemtoUniverse/Core/FemtoUniverseDetaDphiStar.h" |
29 | 20 | #include "PWGCF/FemtoUniverse/Core/FemtoUniverseEventHisto.h" |
30 | 21 | #include "PWGCF/FemtoUniverse/Core/FemtoUniverseMath.h" |
31 | 22 | #include "PWGCF/FemtoUniverse/Core/FemtoUniversePairCleaner.h" |
32 | | -#include "PWGCF/FemtoUniverse/Core/FemtoUniverseContainer.h" |
33 | | -#include "PWGCF/FemtoUniverse/Core/FemtoUniverseDetaDphiStar.h" |
| 23 | +#include "PWGCF/FemtoUniverse/Core/FemtoUniverseParticleHisto.h" |
34 | 24 | #include "PWGCF/FemtoUniverse/Core/femtoUtils.h" |
| 25 | +#include "PWGCF/FemtoUniverse/DataModel/FemtoDerived.h" |
| 26 | + |
| 27 | +#include "Framework/ASoAHelpers.h" |
| 28 | +#include "Framework/AnalysisTask.h" |
| 29 | +#include "Framework/HistogramRegistry.h" |
35 | 30 | #include "Framework/O2DatabasePDGPlugin.h" |
| 31 | +#include "Framework/RunningWorkflowInfo.h" |
| 32 | +#include "Framework/StepTHn.h" |
| 33 | +#include "Framework/runDataProcessing.h" |
| 34 | + |
36 | 35 | #include <TFile.h> |
37 | 36 | #include <TH1.h> |
38 | 37 |
|
| 38 | +#include <memory> |
| 39 | +#include <string> |
| 40 | +#include <vector> |
| 41 | + |
39 | 42 | using namespace o2; |
40 | 43 | using namespace o2::soa; |
41 | 44 | using namespace o2::framework; |
|
0 commit comments