Skip to content

Commit 98fca14

Browse files
authored
Added reset of calibration plots (#2390)
1 parent 058c915 commit 98fca14

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Modules/ITS/src/ITSFeeTask.cxx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -782,6 +782,12 @@ void ITSFeeTask::reset()
782782
mProcessingTime->Reset();
783783
mProcessingTime2->Reset();
784784
ILOG(Debug, Devel) << "Reset" << ENDM;
785+
786+
if (mDecodeCDW) {
787+
mCalibrationWordCount->Reset();
788+
mCalibLoop->Reset();
789+
mCalibStage->Reset();
790+
}
785791
}
786792

787793
} // namespace o2::quality_control_modules::its

0 commit comments

Comments
 (0)