@@ -82,6 +82,11 @@ DECLARE_SOA_TABLE_VERSIONED(StraCents_001, "AOD", "STRACENTS", 1, //! centrality
8282 cent::CentFT0C, cent::CentFV0A,
8383 cent::CentFT0CVariant1, cent::CentMFT,
8484 cent::CentNGlobal);
85+ DECLARE_SOA_TABLE_VERSIONED (StraCents_002, " AOD" , " STRACENTS" , 2 , // ! centrality percentiles in Run 3
86+ cent::CentFT0M, cent::CentFT0A,
87+ cent::CentFT0C, cent::CentFV0A,
88+ cent::CentFT0CVariant1, cent::CentFT0CVariant2,
89+ cent::CentMFT, cent::CentNGlobal, cent::CentNTPV);
8590
8691DECLARE_SOA_TABLE (StraCentsRun2, " AOD" , " STRACENTSRUN2" , // ! centrality percentiles in Run 2
8792 cent::CentRun2V0M, cent::CentRun2V0A,
@@ -325,11 +330,11 @@ DECLARE_SOA_TABLE(StraEvTimes, "AOD", "STRAEVTIMES", //! event time (FT0, TOF)
325330 stracollision::EventTime);
326331
327332using StraRawCents = StraRawCents_004;
328- using StraCents = StraCents_001 ;
333+ using StraCents = StraCents_002 ;
329334using StraEvSels = StraEvSels_005;
330335using StraStamps = StraStamps_001;
331336using StraCollision = StraCollisions::iterator;
332- using StraCent = StraCents_001 ::iterator;
337+ using StraCent = StraCents ::iterator;
333338
334339namespace stramccollision
335340{
0 commit comments