Skip to content

Commit 6160bf3

Browse files
authored
fix pair histogram filling (#4855)
1 parent 6bba422 commit 6160bf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGDQ/Tasks/tableReader.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,7 @@ struct AnalysisSameEventPairing {
11371137
}
11381138
} // end loop (pair cuts)
11391139
} else { // end if (filter bits)
1140-
iCut++;
1140+
iCut = iCut + 1 + fPairCuts.size();
11411141
}
11421142
} // end loop (cuts)
11431143
} // end loop over pairs

0 commit comments

Comments
 (0)