|
| EDLooper () |
|
| EDLooper (EDLooper const &)=delete |
|
EDLooper & | operator= (EDLooper const &)=delete |
|
| ~EDLooper () override |
|
virtual void | attachTo (ActivityRegistry &) |
| Override this method if you need to monitor the state of the processing. More...
|
|
void | beginOfJob (EventSetupImpl const &) |
|
virtual void | beginOfJob (EventSetup const &) |
|
virtual void | beginOfJob () |
|
void | copyInfo (ScheduleInfo const &) |
|
void | doBeginLuminosityBlock (LuminosityBlockPrincipal &, EventSetupImpl const &, ProcessContext *) |
|
void | doBeginRun (RunPrincipal &, EventSetupImpl const &, ProcessContext *) |
|
Status | doDuringLoop (EventPrincipal &eventPrincipal, EventSetupImpl const &es, ProcessingController &, StreamContext *) |
|
void | doEndLuminosityBlock (LuminosityBlockPrincipal &, EventSetupImpl const &, ProcessContext *) |
|
Status | doEndOfLoop (EventSetupImpl const &es) |
|
void | doEndRun (RunPrincipal &, EventSetupImpl const &, ProcessContext *) |
|
void | doStartingNewLoop () |
|
| EDLooperBase () |
|
| EDLooperBase (EDLooperBase const &)=delete |
|
virtual void | endOfJob () |
|
virtual std::set< eventsetup::EventSetupRecordKey > | modifyingRecords () const |
|
EDLooperBase & | operator= (EDLooperBase const &)=delete |
|
void | prepareForNextLoop (eventsetup::EventSetupProvider *esp) |
|
void | setActionTable (ExceptionToActionTable const *actionTable) |
|
void | setModuleChanger (ModuleChanger *) |
|
virtual | ~EDLooperBase () noexcept(false) |
|
Definition at line 27 of file EDLooper.h.