Skip to content

Commit 8e9628a

Browse files
committed
remove unused variable
1 parent 5070dc4 commit 8e9628a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/Tasks/Resonances/doublephimeson.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1655,7 +1655,7 @@ struct doublephimeson {
16551655
// LOGF(info,"track share",t1.phid1Index(),t1.phid2Index(),t2.phid1Index(),t2.phid2Index());
16561656
continue;
16571657
}
1658-
const double dMNominal = deltaMPhiNominal(phi1.M(), phi2.M());
1658+
// const double dMNominal = deltaMPhiNominal(phi1.M(), phi2.M());
16591659
const double mCross12 = (k1p + k2m).M(); // K+ from phi1 + K- from phi2
16601660
const double mCross21 = (k2p + k1m).M(); // K+ from phi2 + K- from phi1
16611661
const double dMCross = deltaMPhiNominal(mCross12, mCross21);

0 commit comments

Comments
 (0)