@@ -26,14 +26,14 @@ DECLARE_SOA_COLUMN(CentRun2CL1, centRun2CL1, float); //! Run 2
2626DECLARE_SOA_COLUMN (CentRun2RefMult5, centRun2RefMult5, float ); // ! Run 2 cent. from ref. mult. estimator, eta 0.5
2727DECLARE_SOA_COLUMN (CentRun2RefMult8, centRun2RefMult8, float ); // ! Run 2 cent. from ref. mult. estimator, eta 0.8
2828
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
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
3737} // namespace cent
3838
3939// Run 2 tables
@@ -47,15 +47,14 @@ DECLARE_SOA_TABLE(CentRun2RefMult5s, "AOD", "CENTRUN2REFMULT5", cent::CentRun2Re
4747DECLARE_SOA_TABLE (CentRun2RefMult8s, " AOD" , " CENTRUN2REFMULT8" , cent::CentRun2RefMult8); // ! Run 2, ref mult |eta| < 0.8
4848
4949// 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-
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
5958
6059using CentRun2V0M = CentRun2V0Ms::iterator;
6160using CentRun2V0A = CentRun2V0As::iterator;
0 commit comments