Skip to content

Commit ed1671f

Browse files
committed
Improve both leg bixing
1 parent d807931 commit ed1671f

File tree

2 files changed

+366
-94
lines changed

2 files changed

+366
-94
lines changed

PWGLF/Tasks/Resonances/doublephimeson.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -824,8 +824,6 @@ struct doublephimeson {
824824
const double kplus1pt = std::hypot(t1.phid1Px(), t1.phid1Py());
825825
const double kminus1pt = std::hypot(t1.phid2Px(), t1.phid2Py());
826826

827-
828-
829827
if (kplus1pt > maxKaonPt || kminus1pt > maxKaonPt)
830828
continue;
831829
if (!selectionPID(t1.phid1TPC(), t1.phid1TOF(), t1.phid1TOFHit(), strategyPID1, kplus1pt))

0 commit comments

Comments
 (0)