We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ecd30f commit 60f34a5Copy full SHA for 60f34a5
1 file changed
Analysis/Core/src/CorrelationContainer.cxx
@@ -517,6 +517,7 @@ Long64_t CorrelationContainer::Merge(TCollection* list)
517
518
mTriggerHist->Merge(lists[1]);
519
mTrackHistEfficiency->Merge(lists[2]);
520
+ mEventCount->Merge(lists[3]);
521
522
for (UInt_t i = 0; i < kMaxLists; i++)
523
delete lists[i];
0 commit comments