Skip to content

Commit 01d04c7

Browse files
committed
Fix the collision index column in LF
1 parent 8a00a9e commit 01d04c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/DataModel/LFHypernucleiTables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ DECLARE_SOA_COLUMN(QFT0C, qFT0C, float); // Amplitude with FT0
3434
DECLARE_SOA_COLUMN(MultFT0C, multFT0C, float); // Multiplicity with FT0C estimator
3535
DECLARE_SOA_COLUMN(PsiTPC, psiTPC, float); // Psi with TPC estimator
3636
DECLARE_SOA_COLUMN(MultTPC, multTPC, float); // Multiplicity with TPC estimator
37-
DECLARE_SOA_COLUMN(CollisionId, collisionId, int64_t); // CollisionID
37+
DECLARE_SOA_INDEX_COLUMN(Collision, collision); // CollisionID
3838

3939
DECLARE_SOA_COLUMN(IsMatter, isMatter, bool); // bool: true for matter
4040
DECLARE_SOA_COLUMN(PtHe3, ptHe3, float); // Pt of the He daughter

0 commit comments

Comments
 (0)