File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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, "
You can’t perform that action at this time.
0 commit comments