FACT++  1.0
bool EventBuilderWrapper::IsRunWaiting ( )
inline

Definition at line 1091 of file EventBuilderWrapper.h.

1092  {
1093  const lock_guard<mutex> lock(mtx_newrun);
1094  return fExpectedRuns.find(fRunNumber-1)!=fExpectedRuns.end();
1095  }
map< uint32_t, FAD::RunDescription > fExpectedRuns