We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abdc64b commit dad2d72Copy full SHA for dad2d72
1 file changed
PWGLF/Tasks/Resonances/doublephimeson.cxx
@@ -824,7 +824,6 @@ struct doublephimeson {
824
const double kplus1pt = std::hypot(t1.phid1Px(), t1.phid1Py());
825
const double kminus1pt = std::hypot(t1.phid2Px(), t1.phid2Py());
826
827
-
828
if (kplus1pt > maxKaonPt || kminus1pt > maxKaonPt)
829
continue;
830
if (!selectionPID(t1.phid1TPC(), t1.phid1TOF(), t1.phid1TOFHit(), strategyPID1, kplus1pt))
0 commit comments