@@ -665,6 +665,8 @@ DECLARE_SOA_COLUMN(Vt2, vt2, float); //! Production vertex time
665665
666666DECLARE_SOA_COLUMN (IsAmbig1, isAmbig1, int ); // !
667667DECLARE_SOA_COLUMN (IsAmbig2, isAmbig2, int ); // !
668+ DECLARE_SOA_COLUMN (IsCorrectAssoc1, isCorrectAssoc1, bool ); // !
669+ DECLARE_SOA_COLUMN (IsCorrectAssoc2, isCorrectAssoc2, bool ); // !
668670
669671DECLARE_SOA_COLUMN (FwdDcaX1, fwdDcaX1, float ); // ! X component of forward DCA
670672DECLARE_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