|
14 | 14 | /// |
15 | 15 | /// author N. Wilson |
16 | 16 |
|
| 17 | +#include "Common/CCDB/EventSelectionParams.h" |
| 18 | +#include "Common/Core/EventPlaneHelper.h" |
| 19 | +#include "Common/DataModel/Centrality.h" |
| 20 | +#include "Common/DataModel/EventSelection.h" |
| 21 | +#include "Common/DataModel/Multiplicity.h" |
| 22 | +#include "Common/DataModel/Qvectors.h" |
| 23 | +#include "Common/DataModel/TrackSelectionTables.h" |
| 24 | + |
17 | 25 | #include <Framework/ASoA.h> |
18 | 26 | #include <Framework/AnalysisDataModel.h> |
19 | 27 | #include <Framework/AnalysisHelpers.h> |
|
23 | 31 | #include <Framework/InitContext.h> |
24 | 32 | #include <Framework/OutputObjHeader.h> |
25 | 33 | #include <Framework/runDataProcessing.h> |
26 | | -#include "Common/DataModel/Centrality.h" |
27 | | -#include "Common/DataModel/EventSelection.h" |
28 | | -#include "Common/DataModel/Multiplicity.h" |
29 | | -#include "Common/DataModel/TrackSelectionTables.h" |
30 | | -#include "Common/Core/EventPlaneHelper.h" |
31 | | -#include "Common/DataModel/Qvectors.h" |
32 | | -#include "Common/CCDB/EventSelectionParams.h" |
33 | 34 |
|
34 | 35 | // Event selection: Only events that contain track above some threshold |
35 | 36 | /* |
@@ -71,7 +72,7 @@ namespace o2::aod |
71 | 72 | namespace testcol |
72 | 73 | { |
73 | 74 | // Event properties |
74 | | -//DECLARE_SOA_COLUMN(Gi, gi, int64_t); |
| 75 | +// DECLARE_SOA_COLUMN(Gi, gi, int64_t); |
75 | 76 | DECLARE_SOA_COLUMN(Rn, rn, int32_t); // run number |
76 | 77 | DECLARE_SOA_COLUMN(Cent, cent, float); // FT0C centrality |
77 | 78 | DECLARE_SOA_COLUMN(Mult, mult, int32_t); // TPC multiplicity |
|
0 commit comments