From 0d7e86920a99702e83a8ec56aee6a2e0b3359083 Mon Sep 17 00:00:00 2001 From: Sahil Upadhyaya Date: Tue, 21 Oct 2025 15:49:33 +0200 Subject: [PATCH] Turning off the PR #13393 to verify large memory consumption for dqEfficiency_withassoc --- PWGDQ/Tasks/dqEfficiency_withAssoc.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PWGDQ/Tasks/dqEfficiency_withAssoc.cxx b/PWGDQ/Tasks/dqEfficiency_withAssoc.cxx index 5fe815bb08b..552dd2b4e93 100644 --- a/PWGDQ/Tasks/dqEfficiency_withAssoc.cxx +++ b/PWGDQ/Tasks/dqEfficiency_withAssoc.cxx @@ -1721,10 +1721,10 @@ struct AnalysisSameEventPairing { template void runSameEventPairing(TEvents const& events, Preslice& preslice, TTrackAssocs const& assocs, TTracks const& /*tracks*/, ReducedMCEvents const& /*mcEvents*/, ReducedMCTracks const& /*mcTracks*/) { - if (events.size() == 0) { - LOG(warning) << "No events in this TF, going to the next one ..."; - return; - } + // if (events.size() == 0) { + // LOG(warning) << "No events in this TF, going to the next one ..."; + // return; + // } if (fCurrentRun != events.begin().runNumber()) { initParamsFromCCDB(events.begin().timestamp(), TTwoProngFitter); fCurrentRun = events.begin().runNumber();