#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 &) |
EDLooper (const EDLooper &) | |
const EDLooper & | operator= (const EDLooper &) |
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 28 of file EDLooper.h.
EDLooper::EDLooper | ( | ) |
Definition at line 27 of file EDLooper.cc.
|
virtual |
Definition at line 28 of file EDLooper.cc.
|
private |
|
privatepure virtual |
Called after all event modules have had a chance to process the edm::Event.
Implemented in AlignmentProducer, ZeeCalibration, Pi0FixedMassWindowCalibration, MuScleFit, loopername, 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 31 of file EDLooper.cc.
References duringLoop().