|
18 | 18 | /// |
19 | 19 |
|
20 | 20 | // O2 includes |
21 | | -#include <string> |
22 | | -#include <vector> |
23 | | -#include "ReconstructionDataFormats/Track.h" |
24 | | -#include "Framework/runDataProcessing.h" |
25 | | -#include "Framework/AnalysisTask.h" |
26 | | -#include "Framework/HistogramRegistry.h" |
27 | | -#include "Common/DataModel/PIDResponse.h" |
28 | | -#include "Common/DataModel/TrackSelectionTables.h" |
29 | | -#include "Common/DataModel/EventSelection.h" |
30 | | -#include "Common/DataModel/Centrality.h" |
31 | | -#include "Common/DataModel/Multiplicity.h" |
32 | | -#include "Common/DataModel/McCollisionExtra.h" |
33 | | -#include "Common/Core/TrackSelection.h" |
34 | | -#include "Framework/StaticFor.h" |
35 | | -#include "Common/Core/TrackSelectionDefaults.h" |
36 | | -#include "PWGLF/DataModel/LFParticleIdentification.h" |
37 | 21 | #include "PWGLF/DataModel/spectraTOF.h" |
38 | | -#include "Framework/O2DatabasePDGPlugin.h" |
39 | | -#include "PWGLF/Utils/inelGt.h" |
| 22 | + |
| 23 | +#include "PWGLF/DataModel/LFParticleIdentification.h" |
40 | 24 | #include "PWGLF/DataModel/mcCentrality.h" |
| 25 | +#include "PWGLF/Utils/inelGt.h" |
| 26 | + |
41 | 27 | #include "Common/Core/RecoDecay.h" |
42 | | -#include "TPDGCode.h" |
| 28 | +#include "Common/Core/TrackSelection.h" |
| 29 | +#include "Common/Core/TrackSelectionDefaults.h" |
| 30 | +#include "Common/DataModel/Centrality.h" |
| 31 | +#include "Common/DataModel/EventSelection.h" |
| 32 | +#include "Common/DataModel/McCollisionExtra.h" |
| 33 | +#include "Common/DataModel/Multiplicity.h" |
| 34 | +#include "Common/DataModel/PIDResponse.h" |
| 35 | +#include "Common/DataModel/TrackSelectionTables.h" |
| 36 | + |
| 37 | +#include "Framework/AnalysisTask.h" |
| 38 | +#include "Framework/HistogramRegistry.h" |
| 39 | +#include "Framework/O2DatabasePDGPlugin.h" |
43 | 40 | #include "Framework/PhysicsConstants.h" |
| 41 | +#include "Framework/StaticFor.h" |
| 42 | +#include "Framework/runDataProcessing.h" |
| 43 | +#include "ReconstructionDataFormats/Track.h" |
| 44 | + |
| 45 | +#include "TPDGCode.h" |
| 46 | + |
| 47 | +#include <string> |
| 48 | +#include <vector> |
44 | 49 | using namespace o2; |
45 | 50 | using namespace o2::track; |
46 | 51 | using namespace o2::framework; |
|
0 commit comments