@@ -26,14 +26,15 @@ 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 (CentFT0CVariant1, centFT0CVariant1, float ); // ! Run 3 cent. from FT0C multiplicity
34+ DECLARE_SOA_COLUMN (CentFDDM, centFDDM, float ); // ! Run 3 cent. from FDDA+FDDC multiplicity
35+ DECLARE_SOA_COLUMN (CentNTPV, centNTPV, float ); // ! Run 3 cent. from the number of tracks contributing to the
36+ DECLARE_SOA_COLUMN (CentNGlobal, centNGlobal, float ); // ! Run 3 cent. from the number of tracks contributing to the PV
37+ DECLARE_SOA_COLUMN (CentMFT, centMFT, float ); // ! Run 3 cent. from the number of tracks in the MFT
3738} // namespace cent
3839
3940// Run 2 tables
@@ -56,6 +57,9 @@ DECLARE_SOA_TABLE(CentNTPVs, "AOD", "CENTNTPV", cent::CentNTPV); //! Ru
5657DECLARE_SOA_TABLE (CentNGlobals, " AOD" , " CENTNGLOBAL" , cent::CentNGlobal); // ! Run 3 NGlobal centrality table
5758DECLARE_SOA_TABLE (CentMFTs, " AOD" , " CENTMFT" , cent::CentMFT); // ! Run 3 MFT tracks centrality table
5859
60+ // Run 3 variant tables
61+ DECLARE_SOA_TABLE (CentFT0CVariant1s, " AOD" , " CENTFT0Cvar1" , cent::CentFT0CVariant1); // ! Run 3 FT0C variant 1
62+
5963using CentRun2V0M = CentRun2V0Ms::iterator;
6064using CentRun2V0A = CentRun2V0As::iterator;
6165using CentRun2SPDTrk = CentRun2SPDTrks::iterator;
0 commit comments