diff --git a/TrackRecon.C b/TrackRecon.C index 8af3d04..86dd3f0 100644 --- a/TrackRecon.C +++ b/TrackRecon.C @@ -2077,7 +2077,7 @@ void pcCalibratedHistograms(HistPlotter *plotter, const std::vector &QQQ_ { for (const auto &pcevent : PC_Events_calibrated) { - if (pcevent.multi1 > 2 || pc.multi2 > 4) + if (pcevent.multi1 > 2 || pcevent.multi2 > 4) continue; const std::string topo = "_a" + std::to_string(pcevent.multi1) + "c" + std::to_string(pcevent.multi2); const bool hasCathode = (pcevent.Cathodech >= 0);