@@ -17,31 +17,46 @@ namespace o2::aod
1717{
1818namespace cent
1919{
20- DECLARE_SOA_COLUMN (CentRun2V0M, centRun2V0M, float ); // ! Run2 Centrality percentile estimated from V0C+V0A multiplicities
21- DECLARE_SOA_COLUMN (CentRun2V0A, centRun2V0A, float ); // ! Run2 Centrality percentile estimated from V0A multiplicities
22- DECLARE_SOA_COLUMN (CentRun2SPDTracklets, centRun2SPDTracklets, float ); // ! Run2 centrality percentile estimated from SPD tracklets multiplicity
23- DECLARE_SOA_COLUMN (CentRun2SPDClusters, centRun2SPDClusters, float ); // ! Run2 centrality percentile estimated from SPD clusters multiplicity
24- DECLARE_SOA_COLUMN (CentRun2CL0, centRun2CL0, float ); // ! Run2 centrality percentile estimated from CL0 multiplicity
25- DECLARE_SOA_COLUMN (CentRun2CL1, centRun2CL1, float ); // ! Run2 centrality percentile estimated from CL1 multiplicity
26- DECLARE_SOA_COLUMN (CentFV0A, centFV0A, float ); // ! Run3 Centrality percentile estimated from FV0A multiplicities
27- DECLARE_SOA_COLUMN (CentFT0M, centFT0M, float ); // ! Run3 centrality percentile estimated from FT0A+FT0C multiplicities
28- DECLARE_SOA_COLUMN (CentFT0A, centFT0A, float ); // ! Run3 centrality percentile estimated from FT0A multiplicity
29- DECLARE_SOA_COLUMN (CentFT0C, centFT0C, float ); // ! Run3 centrality percentile estimated from FT0C multiplicity
30- DECLARE_SOA_COLUMN (CentFDDM, centFDDM, float ); // ! Run3 centrality percentile estimated from FDDA+FDDC multiplicity
31- DECLARE_SOA_COLUMN (CentNTPV, centNTPV, float ); // ! Run3 centrality percentile estimated from the number of tracks contributing to the PV
20+ DECLARE_SOA_COLUMN (CentRun2V0M, centRun2V0M, float ); // ! Run 2 cent. from V0C+V0A multiplicities
21+ DECLARE_SOA_COLUMN (CentRun2V0A, centRun2V0A, float ); // ! Run 2 cent. from V0A multiplicities
22+ DECLARE_SOA_COLUMN (CentRun2SPDTracklets, centRun2SPDTracklets, float ); // ! Run 2 cent. from SPD tracklets multiplicity
23+ DECLARE_SOA_COLUMN (CentRun2SPDClusters, centRun2SPDClusters, float ); // ! Run 2 cent. from SPD clusters multiplicity
24+ DECLARE_SOA_COLUMN (CentRun2CL0, centRun2CL0, float ); // ! Run 2 cent. from CL0 multiplicity
25+ DECLARE_SOA_COLUMN (CentRun2CL1, centRun2CL1, float ); // ! Run 2 cent. from CL1 multiplicity
26+ DECLARE_SOA_COLUMN (CentRun2RefMult5, centRun2RefMult5, float ); // ! Run 2 cent. from ref. mult. estimator, eta 0.5
27+ DECLARE_SOA_COLUMN (CentRun2RefMult8, centRun2RefMult8, float ); // ! Run 2 cent. from ref. mult. estimator, eta 0.8
28+
29+ DECLARE_SOA_COLUMN (CentFV0A, centFV0A, float ); // ! Run 3 cent. from FV0A multiplicities
30+ DECLARE_SOA_COLUMN (CentFT0M, centFT0M, float ); // ! Run 3 cent. from FT0A+FT0C multiplicities
31+ DECLARE_SOA_COLUMN (CentFT0A, centFT0A, float ); // ! Run 3 cent. from FT0A multiplicity
32+ DECLARE_SOA_COLUMN (CentFT0C, centFT0C, float ); // ! Run 3 cent. from FT0C multiplicity
33+ DECLARE_SOA_COLUMN (CentFDDM, centFDDM, float ); // ! Run 3 cent. from FDDA+FDDC multiplicity
34+ DECLARE_SOA_COLUMN (CentNTPV, centNTPV, float ); // ! Run 3 cent. from the number of tracks contributing to the
35+ DECLARE_SOA_COLUMN (CentNGlobal, centNGlobal, float ); // ! Run 3 cent. from the number of tracks contributing to the PV
36+ DECLARE_SOA_COLUMN (CentMFT, centMFT, float ); // ! Run 3 cent. from the number of tracks in the MFT
3237} // namespace cent
33- DECLARE_SOA_TABLE (CentRun2V0Ms, " AOD" , " CENTRUN2V0M" , cent::CentRun2V0M); // ! Run2 V0M estimated centrality table
34- DECLARE_SOA_TABLE (CentRun2V0As, " AOD" , " CENTRUN2V0A" , cent::CentRun2V0A); // ! Run2 V0A estimated centrality table
35- DECLARE_SOA_TABLE (CentRun2SPDTrks, " AOD" , " CENTRUN2SPDTRK" , cent::CentRun2SPDTracklets); // ! Run2 SPD tracklets estimated centrality table
36- DECLARE_SOA_TABLE (CentRun2SPDClss, " AOD" , " CENTRUN2SPDCLS" , cent::CentRun2SPDClusters); // ! Run2 SPD clusters estimated centrality table
37- DECLARE_SOA_TABLE (CentRun2CL0s, " AOD" , " CENTRUN2CL0" , cent::CentRun2CL0); // ! Run2 CL0 estimated centrality table
38- DECLARE_SOA_TABLE (CentRun2CL1s, " AOD" , " CENTRUN2CL1" , cent::CentRun2CL1); // ! Run2 CL1 estimated centrality table
39- DECLARE_SOA_TABLE (CentFV0As, " AOD" , " CENTFV0A" , cent::CentFV0A); // ! Run3 FV0A estimated centrality table
40- DECLARE_SOA_TABLE (CentFT0Ms, " AOD" , " CENTFT0M" , cent::CentFT0M); // ! Run3 FT0M estimated centrality table
41- DECLARE_SOA_TABLE (CentFT0As, " AOD" , " CENTFT0A" , cent::CentFT0A); // ! Run3 FT0A estimated centrality table
42- DECLARE_SOA_TABLE (CentFT0Cs, " AOD" , " CENTFT0C" , cent::CentFT0C); // ! Run3 FT0C estimated centrality table
43- DECLARE_SOA_TABLE (CentFDDMs, " AOD" , " CENTFDDM" , cent::CentFDDM); // ! Run3 FDDM estimated centrality table
44- DECLARE_SOA_TABLE (CentNTPVs, " AOD" , " CENTNTPV" , cent::CentNTPV); // ! Run3 NTPV estimated centrality table
38+
39+ // Run 2 tables
40+ DECLARE_SOA_TABLE (CentRun2V0Ms, " AOD" , " CENTRUN2V0M" , cent::CentRun2V0M); // ! Run 2 V0M centrality table
41+ DECLARE_SOA_TABLE (CentRun2V0As, " AOD" , " CENTRUN2V0A" , cent::CentRun2V0A); // ! Run 2 V0A centrality table
42+ DECLARE_SOA_TABLE (CentRun2SPDTrks, " AOD" , " CENTRUN2SPDTRK" , cent::CentRun2SPDTracklets); // ! Run 2 SPD tracklets centrality table
43+ DECLARE_SOA_TABLE (CentRun2SPDClss, " AOD" , " CENTRUN2SPDCLS" , cent::CentRun2SPDClusters); // ! Run 2 SPD clusters centrality table
44+ DECLARE_SOA_TABLE (CentRun2CL0s, " AOD" , " CENTRUN2CL0" , cent::CentRun2CL0); // ! Run 2 CL0 centrality table
45+ DECLARE_SOA_TABLE (CentRun2CL1s, " AOD" , " CENTRUN2CL1" , cent::CentRun2CL1); // ! Run 2 CL1 centrality table
46+ DECLARE_SOA_TABLE (CentRun2RefMult5, " AOD" , " CENTRUN2REFMULT5" , cent::CentRun2RefMult5); // ! Run 2, ref mult |eta| < 0.5
47+ DECLARE_SOA_TABLE (CentRun2RefMult8, " AOD" , " CENTRUN2REFMULT8" , cent::CentRun2RefMult8); // ! Run 2, ref mult |eta| < 0.8
48+
49+ // Run 3 tables
50+ DECLARE_SOA_TABLE (CentFV0As, " AOD" , " CENTFV0A" , cent::CentFV0A); // ! Run 3 FV0A centrality table
51+ DECLARE_SOA_TABLE (CentFT0Ms, " AOD" , " CENTFT0M" , cent::CentFT0M); // ! Run 3 FT0M centrality table
52+ DECLARE_SOA_TABLE (CentFT0As, " AOD" , " CENTFT0A" , cent::CentFT0A); // ! Run 3 FT0A centrality table
53+ DECLARE_SOA_TABLE (CentFT0Cs, " AOD" , " CENTFT0C" , cent::CentFT0C); // ! Run 3 FT0C centrality table
54+ DECLARE_SOA_TABLE (CentFDDMs, " AOD" , " CENTFDDM" , cent::CentFDDM); // ! Run 3 FDDM centrality table
55+ DECLARE_SOA_TABLE (CentNTPVs, " AOD" , " CENTNTPV" , cent::CentNTPV); // ! Run 3 NTPV centrality table
56+ DECLARE_SOA_TABLE (CentNGlobals, " AOD" , " CENTNGLOBAL" , cent::CentNGlobal); // ! Run 3 NGlobal centrality table
57+ DECLARE_SOA_TABLE (CentMFTs, " AOD" , " CENTMFT" , cent::CentMFT); // ! Run 3 MFT tracks centrality table
58+
59+
4560using CentRun2V0M = CentRun2V0Ms::iterator;
4661using CentRun2V0A = CentRun2V0As::iterator;
4762using CentRun2SPDTrk = CentRun2SPDTrks::iterator;
@@ -54,6 +69,8 @@ using CentFT0A = CentFT0As::iterator;
5469using CentFT0C = CentFT0Cs::iterator;
5570using CentFDDM = CentFDDMs::iterator;
5671using CentNTPV = CentNTPVs::iterator;
72+ using CentNGlobal = CentNGlobals::iterator;
73+ using CentMFT = CentMFTs::iterator;
5774
5875template <typename T>
5976concept HasRun2Centrality = requires (T&& t) {
0 commit comments