We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac1072d commit 050f9edCopy full SHA for 050f9ed
Analysis/Core/src/CorrelationContainer.cxx
@@ -490,7 +490,7 @@ Long64_t CorrelationContainer::Merge(TCollection* list)
490
TObject* obj = nullptr;
491
492
// collections of objects
493
- const UInt_t kMaxLists = 3;
+ const UInt_t kMaxLists = 4;
494
TList** lists = new TList*[kMaxLists];
495
496
for (UInt_t i = 0; i < kMaxLists; i++)
@@ -508,6 +508,7 @@ Long64_t CorrelationContainer::Merge(TCollection* list)
508
509
lists[1]->Add(entry->mTriggerHist);
510
lists[2]->Add(entry->mTrackHistEfficiency);
511
+ lists[3]->Add(entry->mEventCount);
512
513
count++;
514
}
0 commit comments