Skip to content

Commit efebdf0

Browse files
authored
Retrieve variables to tag correct association of tracks
Add boolean variables : isCorrectAssoc_leg1 and isCorrectAssoc_leg1 to retrieve if the track is associated to the correct event (true) or not (false)
1 parent 850ade1 commit efebdf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PWGDQ/Tasks/dqEfficiency_withAssoc.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2011,6 +2011,7 @@ struct AnalysisSameEventPairing {
20112011
t1.reducedMCTrack().vx(), t1.reducedMCTrack().vy(), t1.reducedMCTrack().vz(), t1.reducedMCTrack().vt(),
20122012
t2.reducedMCTrack().vx(), t2.reducedMCTrack().vy(), t2.reducedMCTrack().vz(), t2.reducedMCTrack().vt(),
20132013
(twoTrackFilter & (static_cast<uint32_t>(1) << 28)) || (twoTrackFilter & (static_cast<uint32_t>(1) << 29)), (twoTrackFilter & (static_cast<uint32_t>(1) << 30)) || (twoTrackFilter & (static_cast<uint32_t>(1) << 31)),
2014+
isCorrectAssoc_leg1, isCorrectAssoc_leg2,
20142015
-999.0, -999.0, -999.0, -999.0, -999.0,
20152016
-999.0, -999.0, -999.0, -999.0, -999.0,
20162017
-999.0, VarManager::fgValues[VarManager::kMultDimuons],

0 commit comments

Comments
 (0)