Skip to content

Commit abdc64b

Browse files
committed
Improve both leg bixing
1 parent 9548a24 commit abdc64b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

PWGLF/Tasks/Resonances/doublephimeson.cxx

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

827-
<<<<<<< HEAD
828-
=======
829-
830827

831-
>>>>>>> cc7c4eeeb (fix bug of histogram fill for pid)
832828
if (kplus1pt > maxKaonPt || kminus1pt > maxKaonPt)
833829
continue;
834830
if (!selectionPID(t1.phid1TPC(), t1.phid1TOF(), t1.phid1TOFHit(), strategyPID1, kplus1pt))

0 commit comments

Comments
 (0)