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