Skip to content

Commit 41e6346

Browse files
author
Prottay Das
committed
added task and updated data model for resov1
1 parent 16e80cb commit 41e6346

4 files changed

Lines changed: 487 additions & 131 deletions

File tree

PWGLF/DataModel/LFPhiFlowTables.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ DECLARE_SOA_COLUMN(D2Px, d2Px, float); //! Bachelor Kaon Px
5454
DECLARE_SOA_COLUMN(D2Py, d2Py, float); //! Bachelor Kaon Py
5555
DECLARE_SOA_COLUMN(D2Pz, d2Pz, float); //! Bachelor Kaon Pz
5656
DECLARE_SOA_COLUMN(PhiM, phiM, float); //! Phi Mass
57-
DECLARE_SOA_COLUMN(KaonIndex1, kaonIndex1, int); //! Daughter Kaon index1
58-
DECLARE_SOA_COLUMN(KaonIndex2, kaonIndex2, int); //! Daughter Kaon index2
57+
DECLARE_SOA_COLUMN(KaonIndex1, kaonIndex1, int64_t); //! Daughter Kaon index1
58+
DECLARE_SOA_COLUMN(KaonIndex2, kaonIndex2, int64_t); //! Daughter Kaon index2
5959
DECLARE_SOA_COLUMN(KaonPidMask, kaonPidMask, uint16_t); //! bitmask for PID selections
6060
} // namespace kaonkaonpair
6161

0 commit comments

Comments
 (0)