Skip to content

Commit 7253846

Browse files
committed
Correct one filling of pairCloseRejectionV0
1 parent dff695c commit 7253846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/FemtoUniverse/Tasks/femtoUniversePairTaskTrackV0Extended.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1478,7 +1478,7 @@ struct FemtoUniversePairTaskTrackV0Extended {
14781478
}
14791479
delete randgen;
14801480
}
1481-
if (pairCloseRejectionV0.isClosePair(p1, p2, parts, magFieldTesla1, femto_universe_container::EventType::mixed)) {
1481+
if (pairCloseRejectionV0.isClosePair(part1, part2, parts, magFieldTesla1, femto_universe_container::EventType::mixed)) {
14821482
continue;
14831483
}
14841484
}

0 commit comments

Comments
 (0)