Skip to content

Commit 45aa6c9

Browse files
prchakraalibuild
authored andcommitted
[PWGCF] FemtoUniverse: Add deta constrain in CPR with fractions of separation (AliceO2Group#13094)
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
1 parent e61073e commit 45aa6c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGCF/FemtoUniverse/Core/FemtoUniverseDetaDphiStar.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ class FemtoUniverseDetaDphiStar
598598
return false;
599599
}
600600
} else {
601-
if (distfrac > FracMax) {
601+
if (((deta > cutDeltaEtaMin) && (deta < cutDeltaEtaMax)) && (distfrac > FracMax)) {
602602
return true;
603603
} else {
604604
if (ChosenEventType == femto_universe_container::EventType::same) {

0 commit comments

Comments
 (0)