Skip to content

Commit eb369fe

Browse files
committed
remove unused variable
1 parent 8e9628a commit eb369fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGLF/Tasks/Resonances/doublephimeson.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1497,7 +1497,7 @@ struct doublephimeson {
14971497

14981498
// --- phi multiplicity with PID ---
14991499
int phimult = 0;
1500-
int nBestPairingRejected = 0;
1500+
// int nBestPairingRejected = 0;
15011501
for (auto const& t : phitracks) {
15021502
const double kpluspt = std::hypot(t.phid1Px(), t.phid1Py());
15031503
const double kminuspt = std::hypot(t.phid2Px(), t.phid2Py());
@@ -1661,7 +1661,7 @@ struct doublephimeson {
16611661
const double dMCross = deltaMPhiNominal(mCross12, mCross21);
16621662
// Reject this candidate only if the crossed assignment is more phi-like
16631663
if (dMCross > 1.01 && dMCross < 1.03) {
1664-
++nBestPairingRejected;
1664+
// ++nBestPairingRejected;
16651665
/*
16661666
LOGF(info,
16671667
"Best-pairing rejected: dMNominal = %.6f, dMCross = %.6f, "

0 commit comments

Comments
 (0)