Skip to content

Commit 625cefc

Browse files
authored
FT0PostProc: hotfix for typo (#1751)
1 parent 18c727a commit 625cefc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/FIT/FT0/src/PostProcTask.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ void PostProcTask::update(Trigger t, framework::ServiceRegistryRef)
187187
}
188188

189189
auto mo2 = mDatabase->retrieveMO(mPathDigitQcTask, mCycleDurationMoName, t.timestamp, t.activity);
190-
auto hCycleDuration = mo2 ? dynamic_cast<TH1F*>(mo2->getObject()) : nullptr;
190+
auto hCycleDuration = mo2 ? dynamic_cast<TH1D*>(mo2->getObject()) : nullptr;
191191
if (!hCycleDuration) {
192192
ILOG(Error) << "MO \"" << mCycleDurationMoName << "\" NOT retrieved!!!" << ENDM;
193193
}

0 commit comments

Comments
 (0)