Skip to content

Commit d493151

Browse files
authored
Add IsCorrectAssoc columns to ReducedInfoTables
boolean variable to tag if a track is associated to the correct collision event
1 parent a69cd13 commit d493151

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PWGDQ/DataModel/ReducedInfoTables.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,8 @@ DECLARE_SOA_COLUMN(Vt2, vt2, float); //! Production vertex time
665665

666666
DECLARE_SOA_COLUMN(IsAmbig1, isAmbig1, int); //!
667667
DECLARE_SOA_COLUMN(IsAmbig2, isAmbig2, int); //!
668+
DECLARE_SOA_COLUMN(IsCorrectAssoc1, isCorrectAssoc1, bool); //!
669+
DECLARE_SOA_COLUMN(IsCorrectAssoc2, isCorrectAssoc2, bool); //!
668670

669671
DECLARE_SOA_COLUMN(FwdDcaX1, fwdDcaX1, float); //! X component of forward DCA
670672
DECLARE_SOA_COLUMN(FwdDcaY1, fwdDcaY1, float); //! Y component of forward DCA
@@ -912,6 +914,7 @@ DECLARE_SOA_TABLE(DimuonsAll, "AOD", "RTDIMUONALL", //!
912914
dilepton_track_index::Vx1, dilepton_track_index::Vy1, dilepton_track_index::Vz1, dilepton_track_index::Vt1,
913915
dilepton_track_index::Vx2, dilepton_track_index::Vy2, dilepton_track_index::Vz2, dilepton_track_index::Vt2,
914916
dilepton_track_index::IsAmbig1, dilepton_track_index::IsAmbig2,
917+
dilepton_track_index::IsCorrectAssoc1, dilepton_track_index::IsCorrectAssoc2,
915918
reducedpair::U2Q2,
916919
reducedpair::U3Q3,
917920
reducedpair::R2EP_AB,

0 commit comments

Comments
 (0)