We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9aec5f commit d92839fCopy full SHA for d92839f
1 file changed
Modules/FIT/FT0/src/DigitQcTask.cxx
@@ -434,6 +434,7 @@ void DigitQcTask::startOfActivity(const Activity& activity)
434
mHistPmTcmAverageTimeC->Reset();
435
mHistTriggersSw->Reset();
436
mHistTriggersSoftwareVsTCM->Reset();
437
+ mHistChIDperBC->Reset();
438
for (auto& entry : mMapHistAmp1D) {
439
entry.second->Reset();
440
}
@@ -786,6 +787,7 @@ void DigitQcTask::reset()
786
787
788
789
790
791
792
793
0 commit comments