Skip to content

Commit 2feaa46

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)