CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions
edm::EDLooper Class Referenceabstract

#include <EDLooper.h>

Inheritance diagram for edm::EDLooper:
edm::EDLooperBase EcalEleCalibLooper edm::ESProducerLooper edm::IterateNTimesLooper InvRingCalib MuScleFit __class__< T > AlignmentProducer Pi0FixedMassWindowCalibration ZeeCalibration

Public Member Functions

 EDLooper ()
 
 EDLooper (EDLooper const &)=delete
 
EDLooperoperator= (EDLooper const &)=delete
 
 ~EDLooper () override
 
- Public Member Functions inherited from edm::EDLooperBase
virtual void attachTo (ActivityRegistry &)
 Override this method if you need to monitor the state of the processing. More...
 
virtual void beginOfJob ()
 
virtual void beginOfJob (EventSetup const &)
 
void beginOfJob (EventSetupImpl const &)
 
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::EventSetupRecordKeymodifyingRecords () const
 
EDLooperBaseoperator= (EDLooperBase const &)=delete
 
void prepareForNextLoop (eventsetup::EventSetupProvider *esp)
 
void setActionTable (ExceptionToActionTable const *actionTable)
 
void setModuleChanger (ModuleChanger *)
 
virtual ~EDLooperBase () noexcept(false)
 

Private Member Functions

virtual Status duringLoop (const edm::Event &, const edm::EventSetup &)=0
 
Status duringLoop (const edm::Event &, const edm::EventSetup &, ProcessingController &) override
 

Additional Inherited Members

- Public Types inherited from edm::EDLooperBase
enum  Status { kContinue, kStop }
 
- Protected Member Functions inherited from edm::EDLooperBase
ModuleChangermoduleChanger ()
 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...
 

Detailed Description

Definition at line 27 of file EDLooper.h.

Constructor & Destructor Documentation

◆ EDLooper() [1/2]

EDLooper::EDLooper ( )

Definition at line 12 of file EDLooper.cc.

12 : EDLooperBase() {}

◆ ~EDLooper()

EDLooper::~EDLooper ( )
override

Definition at line 13 of file EDLooper.cc.

13 {}

◆ EDLooper() [2/2]

edm::EDLooper::EDLooper ( EDLooper const &  )
delete

Member Function Documentation

◆ duringLoop() [1/2]

virtual Status edm::EDLooper::duringLoop ( const edm::Event ,
const edm::EventSetup  
)
privatepure virtual

Called after all event modules have had a chance to process the edm::Event.

Implemented in edm::IterateNTimesLooper, MuScleFit, ZeeCalibration, Pi0FixedMassWindowCalibration, __class__< T >, AlignmentProducer, EcalEleCalibLooper, and InvRingCalib.

Referenced by duringLoop().

◆ duringLoop() [2/2]

EDLooperBase::Status EDLooper::duringLoop ( const edm::Event iEvent,
const edm::EventSetup iEventSetup,
ProcessingController  
)
overrideprivatevirtual

override base class interface and just call the above duringLoop

Implements edm::EDLooperBase.

Definition at line 15 of file EDLooper.cc.

15  {
16  return duringLoop(iEvent, iEventSetup);
17  }

References duringLoop(), and iEvent.

◆ operator=()

EDLooper& edm::EDLooper::operator= ( EDLooper const &  )
delete
edm::EDLooperBase::EDLooperBase
EDLooperBase()
Definition: EDLooperBase.cc:32
edm::EDLooper::duringLoop
virtual Status duringLoop(const edm::Event &, const edm::EventSetup &)=0
iEvent
int iEvent
Definition: GenABIO.cc:224