Skip to content

Commit d92839f

Browse files
afursBarthelemy
authored andcommitted
FT0 DigitQcTask: hotfix for chID per BC plot (#1876)
1 parent e9aec5f commit d92839f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Modules/FIT/FT0/src/DigitQcTask.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,7 @@ void DigitQcTask::startOfActivity(const Activity& activity)
434434
mHistPmTcmAverageTimeC->Reset();
435435
mHistTriggersSw->Reset();
436436
mHistTriggersSoftwareVsTCM->Reset();
437+
mHistChIDperBC->Reset();
437438
for (auto& entry : mMapHistAmp1D) {
438439
entry.second->Reset();
439440
}
@@ -786,6 +787,7 @@ void DigitQcTask::reset()
786787
mHistPmTcmAverageTimeC->Reset();
787788
mHistTriggersSw->Reset();
788789
mHistTriggersSoftwareVsTCM->Reset();
790+
mHistChIDperBC->Reset();
789791
for (auto& entry : mMapHistAmp1D) {
790792
entry.second->Reset();
791793
}

0 commit comments

Comments
 (0)