Skip to content

Commit 68a8f3c

Browse files
author
Ida Torkjellsdatter Storehaug
committed
double counting error removed
1 parent aba5a1b commit 68a8f3c

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
@@ -4218,7 +4218,7 @@ struct AnalysisDileptonTrack {
42184218
auto track1 = mcTracks.rawIteratorAt(*(&t1));
42194219
for (auto t2 : mcTrackIndices) {
42204220
if (t1 == t2) continue;
4221-
if (t2 < t1) continue;
4221+
//if (t2 < t1) continue;
42224222
auto track2 = mcTracks.rawIteratorAt(*(&t2));
42234223
for (auto t3 : mcTrackIndices) {
42244224
if (t3 == t1) continue;

0 commit comments

Comments
 (0)