Definition at line 1122 of file EventBuilderWrapper.h.
References RUN_CTRL2::closeTime, MessageImp::Info(), RUN_CTRL2::maxEvt, RUN_CTRL2::night, RUN_CTRL2::openTime, RUN_CTRL2::runId, RUN_CTRL2::runType, str, and MessageImp::Warn().
Referenced by gotNewRun().
1127 map<uint32_t,FAD::RunDescription>::iterator it =
fExpectedRuns.begin();
1130 if (it->first<run.
runId)
1133 str <<
"runOpen - Missed run " << it->first <<
".";
1137 const auto is = it++;
1142 if (it->first==run.
runId)
1151 str <<
"runOpen - Run " << run.
runId <<
" wasn't expected (maybe manual triggers)";
1160 const FAD::RunDescription &conf = it->second;
1163 run.
maxEvt = conf.maxevt;
1165 run.
night = conf.night;
map< uint32_t, FAD::RunDescription > fExpectedRuns
int Warn(const std::string &str)
int Info(const std::string &str)