@@ -36,7 +36,8 @@ DECLARE_SOA_BITMAP_COLUMN(Alias, alias, 32);
3636DECLARE_SOA_BITMAP_COLUMN (Selection, selection, 64 );
3737DECLARE_SOA_COLUMN (ReadCounts, readCounts, std::vector<int >);
3838DECLARE_SOA_COLUMN (ReadCountsWithTVX, readCountsWithTVX, std::vector<int >);
39- DECLARE_SOA_COLUMN (ReadCountsWithTVXAndITSROFBAndNoTFB, readCountsWithTVXAndITSROFBAndNoTFB, std::vector<int >);
39+ DECLARE_SOA_COLUMN (ReadCountsWithTVXAndNoTFB, readCountsWithTVXAndNoTFB, std::vector<int >);
40+ DECLARE_SOA_COLUMN (ReadCountsWithTVXAndNoTFBAndNoITSROFB, readCountsWithTVXAndNoTFBAndNoITSROFB, std::vector<int >);
4041} // namespace jbc
4142
4243DECLARE_SOA_TABLE (JBCs, " AOD" , " JBC" ,
@@ -70,12 +71,14 @@ DECLARE_SOA_TABLE(StoredJBCPIs, "AOD1", "JBCPI",
7071DECLARE_SOA_TABLE (BCCounts, " AOD" , " BCCOUNT" ,
7172 jbc::ReadCounts,
7273 jbc::ReadCountsWithTVX,
73- jbc::ReadCountsWithTVXAndITSROFBAndNoTFB);
74+ jbc::ReadCountsWithTVXAndNoTFB,
75+ jbc::ReadCountsWithTVXAndNoTFBAndNoITSROFB);
7476
7577DECLARE_SOA_TABLE (StoredBCCounts, " AOD1" , " BCCOUNT" ,
7678 jbc::ReadCounts,
7779 jbc::ReadCountsWithTVX,
78- jbc::ReadCountsWithTVXAndITSROFBAndNoTFB,
80+ jbc::ReadCountsWithTVXAndNoTFB,
81+ jbc::ReadCountsWithTVXAndNoTFBAndNoITSROFB,
7982 o2::soa::Marker<1 >);
8083
8184namespace jcollision
@@ -96,9 +99,16 @@ DECLARE_SOA_COLUMN(FullTriggerSel, fullTriggerSel, uint32_t);
9699DECLARE_SOA_COLUMN (ChargedHFTriggerSel, chargedHFTriggerSel, uint8_t );
97100DECLARE_SOA_COLUMN (ReadCounts, readCounts, std::vector<int >);
98101DECLARE_SOA_COLUMN (ReadCountsWithTVX, readCountsWithTVX, std::vector<int >);
99- DECLARE_SOA_COLUMN (ReadCountsWithTVXAndSelection, readCountsWithTVXAndSelection, std::vector<int >);
100- DECLARE_SOA_COLUMN (ReadCountsWithTVXAndSelectionAndZVertex, readCountsWithTVXAndSelectionAndZVertex, std::vector<int >);
101- DECLARE_SOA_COLUMN (WrittenCounts, writtenCounts, std::vector<int >);
102+ DECLARE_SOA_COLUMN (ReadCountsWithTVXAndZVertexAndSel8, readCountsWithTVXAndZVertexAndSel8, std::vector<int >);
103+ DECLARE_SOA_COLUMN (ReadCountsWithTVXAndZVertexAndSel8Full, readCountsWithTVXAndZVertexAndSel8Full, std::vector<int >);
104+ DECLARE_SOA_COLUMN (ReadCountsWithTVXAndZVertexAndSel8FullPbPb, readCountsWithTVXAndZVertexAndSel8FullPbPb, std::vector<int >);
105+ DECLARE_SOA_COLUMN (ReadCountsWithTVXAndZVertexAndSelMC, readCountsWithTVXAndZVertexAndSelMC, std::vector<int >);
106+ DECLARE_SOA_COLUMN (ReadCountsWithTVXAndZVertexAndSelMCFull, readCountsWithTVXAndZVertexAndSelMCFull, std::vector<int >);
107+ DECLARE_SOA_COLUMN (ReadCountsWithTVXAndZVertexAndSelMCFullPbPb, readCountsWithTVXAndZVertexAndSelMCFullPbPb, std::vector<int >);
108+ DECLARE_SOA_COLUMN (ReadCountsWithTVXAndZVertexAndSelUnanchoredMC, readCountsWithTVXAndZVertexAndSelUnanchoredMC, std::vector<int >);
109+ DECLARE_SOA_COLUMN (ReadCountsWithTVXAndZVertexAndSelTVX, readCountsWithTVXAndZVertexAndSelTVX, std::vector<int >);
110+ DECLARE_SOA_COLUMN (ReadCountsWithTVXAndZVertexAndSel7, readCountsWithTVXAndZVertexAndSel7, std::vector<int >);
111+ DECLARE_SOA_COLUMN (ReadCountsWithTVXAndZVertexAndSel7KINT7, readCountsWithTVXAndZVertexAndSel7KINT7, std::vector<int >);
102112DECLARE_SOA_COLUMN (IsAmbiguous, isAmbiguous, bool );
103113DECLARE_SOA_COLUMN (IsEMCALReadout, isEmcalReadout, bool );
104114} // namespace jcollision
@@ -169,16 +179,30 @@ DECLARE_SOA_TABLE(JChHFTrigSels, "AOD", "JCHHFTRIGSEL",
169179DECLARE_SOA_TABLE (CollisionCounts, " AOD" , " COLLCOUNT" ,
170180 jcollision::ReadCounts,
171181 jcollision::ReadCountsWithTVX,
172- jcollision::ReadCountsWithTVXAndSelection,
173- jcollision::ReadCountsWithTVXAndSelectionAndZVertex,
174- jcollision::WrittenCounts);
182+ jcollision::ReadCountsWithTVXAndZVertexAndSel8,
183+ jcollision::ReadCountsWithTVXAndZVertexAndSel8Full,
184+ jcollision::ReadCountsWithTVXAndZVertexAndSel8FullPbPb,
185+ jcollision::ReadCountsWithTVXAndZVertexAndSelMC,
186+ jcollision::ReadCountsWithTVXAndZVertexAndSelMCFull,
187+ jcollision::ReadCountsWithTVXAndZVertexAndSelMCFullPbPb,
188+ jcollision::ReadCountsWithTVXAndZVertexAndSelUnanchoredMC,
189+ jcollision::ReadCountsWithTVXAndZVertexAndSelTVX,
190+ jcollision::ReadCountsWithTVXAndZVertexAndSel7,
191+ jcollision::ReadCountsWithTVXAndZVertexAndSel7KINT7);
175192
176193DECLARE_SOA_TABLE (StoredCollisionCounts, " AOD1" , " COLLCOUNT" ,
177194 jcollision::ReadCounts,
178195 jcollision::ReadCountsWithTVX,
179- jcollision::ReadCountsWithTVXAndSelection,
180- jcollision::ReadCountsWithTVXAndSelectionAndZVertex,
181- jcollision::WrittenCounts,
196+ jcollision::ReadCountsWithTVXAndZVertexAndSel8,
197+ jcollision::ReadCountsWithTVXAndZVertexAndSel8Full,
198+ jcollision::ReadCountsWithTVXAndZVertexAndSel8FullPbPb,
199+ jcollision::ReadCountsWithTVXAndZVertexAndSelMC,
200+ jcollision::ReadCountsWithTVXAndZVertexAndSelMCFull,
201+ jcollision::ReadCountsWithTVXAndZVertexAndSelMCFullPbPb,
202+ jcollision::ReadCountsWithTVXAndZVertexAndSelUnanchoredMC,
203+ jcollision::ReadCountsWithTVXAndZVertexAndSelTVX,
204+ jcollision::ReadCountsWithTVXAndZVertexAndSel7,
205+ jcollision::ReadCountsWithTVXAndZVertexAndSel7KINT7,
182206 o2::soa::Marker<1 >);
183207
184208namespace jmccollision
0 commit comments