#include <EDLooper.h>
Private Member Functions | |
virtual Status | duringLoop (const edm::Event &, const edm::EventSetup &)=0 |
virtual Status | duringLoop (const edm::Event &, const edm::EventSetup &, ProcessingController &) |
Additional Inherited Members | |
Public Types inherited from edm::EDLooperBase | |
enum | Status { kContinue, kStop } |
Protected Member Functions inherited from edm::EDLooperBase | |
ModuleChanger * | moduleChanger () |
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 27 of file EDLooper.h.
EDLooper::EDLooper | ( | ) |
Definition at line 12 of file EDLooper.cc.
|
virtual |
Definition at line 13 of file EDLooper.cc.
|
delete |
|
privatepure virtual |
Called after all event modules have had a chance to process the edm::Event.
Implemented in MuScleFit, AlignmentProducer, ZeeCalibration, Pi0FixedMassWindowCalibration, __class__< T >, EcalEleCalibLooper, InvRingCalib, edm::IterateNTimesLooper, and PhysicsTools::MVATrainerLooper.
Referenced by duringLoop().
|
privatevirtual |
override base class interface and just call the above duringLoop
Implements edm::EDLooperBase.
Definition at line 16 of file EDLooper.cc.
References duringLoop().