Skip to content

Commit bc7d1c0

Browse files
Add new centralities in StraCents table
1 parent 03a7a28 commit bc7d1c0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

PWGLF/DataModel/LFStrangenessTables.h

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

8691
DECLARE_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

327332
using StraRawCents = StraRawCents_004;
328-
using StraCents = StraCents_001;
333+
using StraCents = StraCents_002;
329334
using StraEvSels = StraEvSels_005;
330335
using StraStamps = StraStamps_001;
331336
using StraCollision = StraCollisions::iterator;
332-
using StraCent = StraCents_001::iterator;
337+
using StraCent = StraCents::iterator;
333338

334339
namespace stramccollision
335340
{

0 commit comments

Comments
 (0)