1 #ifndef FWCore_Framework_EDLooperBase_h
2 #define FWCore_Framework_EDLooperBase_h
64 namespace eventsetup {
68 class ExceptionToActionTable;
virtual Status endOfLoop(EventSetup const &, unsigned int iCounter)=0
ModuleCallingContext moduleCallingContext_
std::auto_ptr< ScheduleInfo > scheduleInfo_
void doBeginLuminosityBlock(LuminosityBlockPrincipal &, EventSetup const &, ProcessContext *)
virtual Status duringLoop(Event const &, EventSetup const &, ProcessingController &)=0
void doEndRun(RunPrincipal &, EventSetup const &, ProcessContext *)
virtual std::set< eventsetup::EventSetupRecordKey > modifyingRecords() const
virtual void beginLuminosityBlock(LuminosityBlock const &, EventSetup const &)
Called after all event modules have processed the begin of a LuminosityBlock.
Status doEndOfLoop(EventSetup const &es)
ModuleDescription moduleDescription_
Status doDuringLoop(EventPrincipal &eventPrincipal, EventSetup const &es, ProcessingController &, StreamContext *)
ModuleChanger const * moduleChanger() const
This only returns a non-zero value during the call to endOfLoop.
EDLooperBase & operator=(EDLooperBase const &)=delete
ModuleChanger const * moduleChanger_
ScheduleInfo const * scheduleInfo() const
This returns a non-zero value after the constructor has been called.
void setActionTable(ExceptionToActionTable const *actionTable)
ExceptionToActionTable const * act_table_
void copyInfo(ScheduleInfo const &)
virtual void beginOfJob()
void setModuleChanger(ModuleChanger const *)
virtual void endRun(Run const &, EventSetup const &)
Called after all event modules have processed the end of a Run.
void prepareForNextLoop(eventsetup::EventSetupProvider *esp)
virtual void beginRun(Run const &, EventSetup const &)
Called after all event modules have processed the begin of a Run.
virtual void startingNewLoop(unsigned int)=0
void doEndLuminosityBlock(LuminosityBlockPrincipal &, EventSetup const &, ProcessContext *)
void doBeginRun(RunPrincipal &, EventSetup const &, ProcessContext *)
virtual void attachTo(ActivityRegistry &)
Override this method if you need to monitor the state of the processing.
virtual void endLuminosityBlock(LuminosityBlock const &, EventSetup const &)
Called after all event modules have processed the end of a LuminosityBlock.