Skip to content

Commit 9155809

Browse files
committed
fix bug of histogram fill for pid
1 parent cd473c3 commit 9155809

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

PWGLF/Tasks/Resonances/doublephimeson.cxx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,6 @@ struct doublephimeson {
770770
histos.fill(HIST("hnsigmaTPCTOFKaon"), t.phid1TPC(), t.phid1TOF(), kpluspt);
771771
histos.fill(HIST("hnsigmaTPCKaonPlus"), t.phid1TPC(), kpluspt);
772772
histos.fill(HIST("hnsigmaTPCKaonMinus"), t.phid2TPC(), kminuspt);
773-
774773
++phimult;
775774
}
776775
if (phimult < 2)
@@ -824,6 +823,11 @@ struct doublephimeson {
824823
const double kplus1pt = std::hypot(t1.phid1Px(), t1.phid1Py());
825824
const double kminus1pt = std::hypot(t1.phid2Px(), t1.phid2Py());
826825

826+
<<<<<<< HEAD
827+
=======
828+
829+
830+
>>>>>>> cc7c4eeeb (fix bug of histogram fill for pid)
827831
if (kplus1pt > maxKaonPt || kminus1pt > maxKaonPt)
828832
continue;
829833
if (!selectionPID(t1.phid1TPC(), t1.phid1TOF(), t1.phid1TOFHit(), strategyPID1, kplus1pt))

0 commit comments

Comments
 (0)