We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc5c26 commit d665e63Copy full SHA for d665e63
PWGLF/DataModel/LFEbyeTables.h
@@ -24,8 +24,7 @@ DECLARE_SOA_COLUMN(Centrality, centrality, uint8_t);
24
DECLARE_SOA_COLUMN(Zvtx, zvtx, float);
25
DECLARE_SOA_COLUMN(ZvtxMask, zvtxMask, int8_t);
26
DECLARE_SOA_COLUMN(TriggerMask, triggerMask, uint8_t);
27
-DECLARE_SOA_COLUMN(Ntracklets, ntracklets, uint8_t);
28
-DECLARE_SOA_COLUMN(V0Multiplicity, v0Multiplicity, uint8_t);
+DECLARE_SOA_COLUMN(CBMultiplicity, cbMultiplicity, uint8_t);
29
DECLARE_SOA_COLUMN(Ntracks, ntracks, uint8_t);
30
} // namespace LFEbyeCollTable
31
@@ -39,8 +38,8 @@ DECLARE_SOA_TABLE(MiniCollTables, "AOD", "MINICOLLTABLE",
39
38
o2::soa::Index<>,
40
LFEbyeCollTable::ZvtxMask,
41
LFEbyeCollTable::TriggerMask,
42
- LFEbyeCollTable::Ntracklets,
43
- LFEbyeCollTable::V0Multiplicity,
+ LFEbyeCollTable::CBMultiplicity,
+ LFEbyeCollTable::Centrality,
44
LFEbyeCollTable::Ntracks);
45
using MiniCollTable = MiniCollTables::iterator;
46
0 commit comments