|
virtual Status | duringLoop (Event const &, EventSetup const &) override |
|
virtual Status | endOfLoop (EventSetup const &, unsigned int) override |
|
| IterateNTimesLooper (ParameterSet const &) |
|
virtual void | startingNewLoop (unsigned int) override |
|
virtual | ~IterateNTimesLooper () |
|
| EDLooper () |
|
| EDLooper (EDLooper const &)=delete |
|
EDLooper & | operator= (EDLooper const &)=delete |
|
virtual | ~EDLooper () |
|
virtual void | attachTo (ActivityRegistry &) |
| Override this method if you need to monitor the state of the processing. More...
|
|
virtual void | beginOfJob (EventSetup const &) |
|
virtual void | beginOfJob () |
|
void | copyInfo (ScheduleInfo const &) |
|
void | doBeginLuminosityBlock (LuminosityBlockPrincipal &, EventSetup const &, ProcessContext *) |
|
void | doBeginRun (RunPrincipal &, EventSetup const &, ProcessContext *) |
|
Status | doDuringLoop (EventPrincipal &eventPrincipal, EventSetup const &es, ProcessingController &, StreamContext *) |
|
void | doEndLuminosityBlock (LuminosityBlockPrincipal &, EventSetup const &, ProcessContext *) |
|
Status | doEndOfLoop (EventSetup const &es) |
|
void | doEndRun (RunPrincipal &, EventSetup 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 const *) |
|
virtual | ~EDLooperBase () |
|
Definition at line 22 of file IterateNTimesLooper.cc.