We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba5a1b commit 68a8f3cCopy full SHA for 68a8f3c
PWGDQ/Tasks/dqEfficiency_withAssoc.cxx
@@ -4218,7 +4218,7 @@ struct AnalysisDileptonTrack {
4218
auto track1 = mcTracks.rawIteratorAt(*(&t1));
4219
for (auto t2 : mcTrackIndices) {
4220
if (t1 == t2) continue;
4221
- if (t2 < t1) continue;
+ //if (t2 < t1) continue;
4222
auto track2 = mcTracks.rawIteratorAt(*(&t2));
4223
for (auto t3 : mcTrackIndices) {
4224
if (t3 == t1) continue;
0 commit comments