Go to the documentation of this file.
11 #ifndef GAUDISVC_EVENTLOOPMGR_H
12 #define GAUDISVC_EVENTLOOPMGR_H 1
93 #endif // GAUDISVC_EVENTLOOPMGR_H
bool m_endEventFired
Flag to avoid to fire the EnvEvent incident twice in a row (and also not before the first event)
SmartIF< IDataManagerSvc > m_histoDataMgrSvc
Reference to the Histogram Data Service.
Gaudi::Property< std::string > m_evtsel
SmartIF< IDataProviderSvc > m_evtDataSvc
Reference to the Event Data Service's IDataProviderSvc interface.
MinimalEventLoopMgr(const std::string &nam, ISvcLocator *svcLoc)
Standard Constructor.
Class definition of EventLoopMgr.
Gaudi::Property< bool > m_warnings
SmartIF< IEvtSelector > m_evtSelector
Reference to the Event Selector.
SmartIF< IProperty > m_appMgrProperty
Property interface of ApplicationMgr.
~EventLoopMgr() override
Standard Destructor.
SmartIF< IDataManagerSvc > m_evtDataMgrSvc
Reference to the Event Data Service's IDataManagerSvc interface.
StatusCode nextEvent(int maxevt) override
implementation of IEventProcessor::nextEvent
SmartIF< IConversionSvc > m_histoPersSvc
Reference to the Histogram Persistency Service.
IEvtSelector::Context * m_evtContext
Event Iterator.
StatusCode stop() override
implementation of IService::stop
StatusCode executeEvent(EventContext &&ctx) override
implementation of IEventProcessor::executeEvent(EventContext&&)
Gaudi::Property< std::string > m_histPersName
StatusCode reinitialize() override
implementation of IService::reinitialize
StatusCode finalize() override
implementation of IService::finalize
StatusCode getEventRoot(IOpaqueAddress *&refpAddr)
Create event address using event selector.
StatusCode initialize() override
implementation of IService::initialize