Skip to content

Commit d0e2e93

Browse files
ctolonsaganatt
authored andcommitted
[PWG-DQ] fix CCDB for dqFlow Task (AliceO2Group#1333)
1 parent 8ebd522 commit d0e2e93

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

PWGDQ/Tasks/dqFlow.cxx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,6 @@ struct AnalysisQvector {
146146
ccdb->setCaching(true);
147147
ccdb->setLocalObjectValidityChecking();
148148
ccdb->setCreatedNotAfter(fConfigNoLaterThan.value);
149-
auto histCCDB = ccdb->get<TH1F>(fConfigCCDBPath.value);
150-
if (!histCCDB) {
151-
LOGF(fatal, "CCDB histogram not found");
152-
}
153149

154150
VarManager::SetDefaultVarNames();
155151

0 commit comments

Comments
 (0)