Skip to content

Commit dad2d72

Browse files
committed
Fix clang error
1 parent abdc64b commit dad2d72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

PWGLF/Tasks/Resonances/doublephimeson.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +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-
828827
if (kplus1pt > maxKaonPt || kminus1pt > maxKaonPt)
829828
continue;
830829
if (!selectionPID(t1.phid1TPC(), t1.phid1TOF(), t1.phid1TOFHit(), strategyPID1, kplus1pt))

0 commit comments

Comments
 (0)