Private Member Functions | |
IterateNTimesLooper (IterateNTimesLooper const &) | |
IterateNTimesLooper const & | operator= (IterateNTimesLooper const &) |
Private Attributes | |
unsigned int | max_ |
bool | shouldStop_ |
unsigned int | times_ |
Additional Inherited Members | |
Public Types inherited from edm::EDLooperBase | |
enum | Status { kContinue, kStop } |
Protected Member Functions inherited from edm::EDLooperBase | |
ModuleChanger const * | moduleChanger () const |
This only returns a non-zero value during the call to endOfLoop. More... | |
ScheduleInfo const * | scheduleInfo () const |
This returns a non-zero value after the constructor has been called. More... | |
Definition at line 22 of file IterateNTimesLooper.cc.
edm::IterateNTimesLooper::IterateNTimesLooper | ( | ParameterSet const & | iConfig | ) |
Definition at line 52 of file IterateNTimesLooper.cc.
|
virtual |
Definition at line 63 of file IterateNTimesLooper.cc.
|
private |
|
virtual |
Called after all event modules have had a chance to process the edm::Event.
Implements edm::EDLooper.
Definition at line 89 of file IterateNTimesLooper.cc.
References edm::EDLooperBase::kContinue, edm::EDLooperBase::kStop, and shouldStop_.
|
virtual |
Called after the system has finished one loop over the events. Thar argument is a count of how many loops have been processed before this loo. For the first time through the events the argument will be 0.
Implements edm::EDLooperBase.
Definition at line 94 of file IterateNTimesLooper.cc.
References edm::EDLooperBase::kContinue, edm::EDLooperBase::kStop, max_, and times_.
|
private |
|
virtual |
Called before system starts to loop over the events. The argument is a count of how many loops have been processed. For the first time through the events the argument will be 0.
Implements edm::EDLooperBase.
Definition at line 81 of file IterateNTimesLooper.cc.
References max_, shouldStop_, and times_.
|
private |
Definition at line 43 of file IterateNTimesLooper.cc.
Referenced by endOfLoop(), and startingNewLoop().
|
private |
Definition at line 45 of file IterateNTimesLooper.cc.
Referenced by duringLoop(), and startingNewLoop().
|
private |
Definition at line 44 of file IterateNTimesLooper.cc.
Referenced by endOfLoop(), and startingNewLoop().