Skip to content

Commit 7a8411b

Browse files
sahilupadhyaya92Sahil Upadhyaya
andauthored
[PWGDQ] Turning off the PR #13393 to verify large memory consumption for dqEfficiency_withassoc (#13479)
Co-authored-by: Sahil Upadhyaya <sahilupadhyaya92@github.com>
1 parent 38fe989 commit 7a8411b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PWGDQ/Tasks/dqEfficiency_withAssoc.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1721,10 +1721,10 @@ struct AnalysisSameEventPairing {
17211721
template <bool TTwoProngFitter, int TPairType, uint32_t TEventFillMap, uint32_t TTrackFillMap, typename TEvents, typename TTrackAssocs, typename TTracks>
17221722
void runSameEventPairing(TEvents const& events, Preslice<TTrackAssocs>& preslice, TTrackAssocs const& assocs, TTracks const& /*tracks*/, ReducedMCEvents const& /*mcEvents*/, ReducedMCTracks const& /*mcTracks*/)
17231723
{
1724-
if (events.size() == 0) {
1725-
LOG(warning) << "No events in this TF, going to the next one ...";
1726-
return;
1727-
}
1724+
// if (events.size() == 0) {
1725+
// LOG(warning) << "No events in this TF, going to the next one ...";
1726+
// return;
1727+
// }
17281728
if (fCurrentRun != events.begin().runNumber()) {
17291729
initParamsFromCCDB(events.begin().timestamp(), TTwoProngFitter);
17301730
fCurrentRun = events.begin().runNumber();

0 commit comments

Comments
 (0)