70int main(
int argc,
char *argv[]) {
80 if (eventDisp.beamOnIssued())
return EXIT_FAILURE;
82 [[maybe_unused]]
const auto prematureStart = eventDisp.beamOnStartTime();
85 catch (
const std::logic_error&) {
90 std::map<int, int> runEvents = eventDisp.getRunEvents();
94 eventDisp.processEvents();
95 if (!eventDisp.beamOnIssued())
return EXIT_FAILURE;