Skip to content

Commit 1ba1f28

Browse files
EloviyoShirajum Monira
andauthored
full index policy for v0-v0 mixed events (#6255)
Co-authored-by: Shirajum Monira <shirajum.monira@cernch>
1 parent 9d5d15a commit 1ba1f28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGCF/FemtoUniverse/Tasks/femtoUniversePairTaskTrackV0Extended.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ struct femtoUniversePairTaskTrackV0Extended {
390390
continue;
391391
}
392392

393-
for (auto& [p1, p2] : combinations(CombinationsStrictlyUpperIndexPolicy(groupPartsOne, groupPartsTwo))) {
393+
for (auto& [p1, p2] : combinations(CombinationsFullIndexPolicy(groupPartsOne, groupPartsTwo))) {
394394
// track cleaning
395395
if (!pairCleanerV0.isCleanPair(p1, p2, parts)) {
396396
continue;

0 commit comments

Comments
 (0)