Skip to content

Commit 6edbb0a

Browse files
authored
[PWGDQ] Fixing the minitree for Rec tracks (#13267)
1 parent d3378cd commit 6edbb0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGDQ/Tasks/dqEfficiency_withAssoc.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2001,7 +2001,7 @@ struct AnalysisSameEventPairing {
20012001
t2.reducedMCTrack().pt(), t2.reducedMCTrack().eta(), t2.reducedMCTrack().phi(),
20022002
t1.reducedMCTrack().pt(), t1.reducedMCTrack().eta(), t1.reducedMCTrack().phi(),
20032003
t2.pt(), t2.eta(), t2.phi(),
2004-
t2.pt(), t2.eta(), t2.phi());
2004+
t1.pt(), t1.eta(), t1.phi());
20052005
}
20062006
}
20072007
}

0 commit comments

Comments
 (0)