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 096694b commit fec521fCopy full SHA for fec521f
Detectors/ITSMFT/common/workflow/src/DigitReaderSpec.cxx
@@ -70,7 +70,7 @@ void DigitReader::init(InitContext& ic)
70
void DigitReader::run(ProcessingContext& pc)
71
{
72
const auto& tinfo = pc.services().get<o2::framework::TimingInfo>();
73
- if (tinfo.globalRunNumberChanged) { // new run is starting: 1st call
+ if (tinfo.globalRunNumberChanged && mUseIRFrames) { // new run is starting: 1st call
74
// TODO: we have to find a way define CCDBInput for IRFrames mode only using DPL fetcher
75
auto& ccdb = o2::ccdb::BasicCCDBManager::instance();
76
auto rlim = ccdb.getRunDuration(tinfo.runNumber);
0 commit comments