|  | The Gaudi Framework
    v27r0
    | 
#include <GaudiHive/HiveSlimEventLoopMgr.h>


| Public Member Functions | |
| HiveSlimEventLoopMgr (const std::string &nam, ISvcLocator *svcLoc) | |
| Standard Constructor.  More... | |
| virtual | ~HiveSlimEventLoopMgr () | 
| Standard Destructor.  More... | |
| StatusCode | getEventRoot (IOpaqueAddress *&refpAddr) | 
| Create event address using event selector.  More... | |
| virtual StatusCode | initialize () | 
| implementation of IService::initialize  More... | |
| virtual StatusCode | reinitialize () | 
| implementation of IService::reinitialize  More... | |
| virtual StatusCode | stop () | 
| implementation of IService::stop  More... | |
| virtual StatusCode | finalize () | 
| implementation of IService::finalize  More... | |
| virtual StatusCode | nextEvent (int maxevt) | 
| implementation of IService::nextEvent  More... | |
| virtual StatusCode | executeEvent (void *par) | 
| implementation of IEventProcessor::executeEvent(void* par)  More... | |
| virtual StatusCode | executeRun (int maxevt) | 
| implementation of IEventProcessor::executeRun()  More... | |
| virtual StatusCode | stopRun () | 
| implementation of IEventProcessor::stopRun()  More... | |
|  Public Member Functions inherited from extends< BASE, Interfaces > | |
| void * | i_cast (const InterfaceID &tid) const override | 
| Implementation of IInterface::i_cast.  More... | |
| StatusCode | queryInterface (const InterfaceID &ti, void **pp) override | 
| Implementation of IInterface::queryInterface.  More... | |
| std::vector< std::string > | getInterfaceNames () const override | 
| Implementation of IInterface::getInterfaceNames.  More... | |
| ~extends () override=default | |
| Virtual destructor.  More... | |
| void * | i_cast (const InterfaceID &tid) const override | 
| Implementation of IInterface::i_cast.  More... | |
| StatusCode | queryInterface (const InterfaceID &ti, void **pp) override | 
| Implementation of IInterface::queryInterface.  More... | |
| std::vector< std::string > | getInterfaceNames () const override | 
| Implementation of IInterface::getInterfaceNames.  More... | |
| ~extends () override=default | |
| Virtual destructor.  More... | |
|  Public Member Functions inherited from extend_interfaces< Interfaces...> | |
| ~extend_interfaces () override=default | |
| Virtual destructor.  More... | |
| ~extend_interfaces () override=default | |
| Virtual destructor.  More... | |
| Protected Member Functions | |
| StatusCode | clearWBSlot (int evtSlot) | 
| Clear a slot in the WB.  More... | |
| StatusCode | declareEventRootAddress () | 
| Declare the root address of the event.  More... | |
| StatusCode | createEventContext (EventContext *&eventContext, int createdEvents) | 
| Create event context.  More... | |
| StatusCode | drainScheduler (int &finishedEvents) | 
| Drain the scheduler from all actions that may be queued.  More... | |
| Protected Attributes | |
| SmartIF< IDataManagerSvc > | m_evtDataMgrSvc | 
| Reference to the Event Data Service's IDataManagerSvc interface.  More... | |
| SmartIF< IEvtSelector > | m_evtSelector | 
| Reference to the Event Selector.  More... | |
| IEvtSelector::Context * | m_evtContext | 
| Event Iterator.  More... | |
| std::string | m_evtsel | 
| Event selector.  More... | |
| SmartIF< IDataManagerSvc > | m_histoDataMgrSvc | 
| Reference to the Histogram Data Service.  More... | |
| SmartIF< IConversionSvc > | m_histoPersSvc | 
| Reference to the Histogram Persistency Service.  More... | |
| SmartIF< IHiveWhiteBoard > | m_whiteboard | 
| Reference to the Whiteboard.  More... | |
| SmartIF< IAlgResourcePool > | m_algResourcePool | 
| Reference to the Algorithm resource pool.  More... | |
| std::string | m_histPersName | 
| Name of the Hist Pers type.  More... | |
| SmartIF< IProperty > | m_appMgrProperty | 
| Property interface of ApplicationMgr.  More... | |
| bool | m_endEventFired | 
| Flag to avoid to fire the EnvEvent incident twice in a row (and also not before the first event)  More... | |
| bool | m_warnings | 
| Flag to disable warning messages when using external input.  More... | |
| SmartIF< IScheduler > | m_schedulerSvc | 
| A shortcut for the scheduler.  More... | |
| SmartIF< IIncidentListener > | m_abortEventListener | 
| Instance of the incident listener waiting for AbortEvent.  More... | |
| std::string | m_schedulerName | 
| Name of the scheduler to be used.  More... | |
| bool | m_scheduledStop | 
| Scheduled stop of event processing.  More... | |
| SmartIF< IAppMgrUI > | m_appMgrUI | 
| Reference to the IAppMgrUI interface of the application manager.  More... | |
| SmartIF< IIncidentSvc > | m_incidentSvc | 
| Reference to the incident service.  More... | |
| std::vector< unsigned int > | m_eventNumberBlacklist | 
| List of events to be skipped. The number is the number in the job.  More... | |
| boost::dynamic_bitset * | m_blackListBS | 
| Additional Inherited Members | |
|  Public Types inherited from extends< BASE, Interfaces > | |
| using | base_class = extends | 
| Typedef to this class.  More... | |
| using | extend_interfaces_base = extend_interfaces< Interfaces...> | 
| Typedef to the base of this class.  More... | |
| using | base_class = extends | 
| Typedef to this class.  More... | |
| using | extend_interfaces_base = extend_interfaces< Interfaces...> | 
| Typedef to the base of this class.  More... | |
|  Public Types inherited from extend_interfaces< Interfaces...> | |
| using | ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids...>::type | 
| take union of the ext_iids of all Interfaces...  More... | |
| using | ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids...>::type | 
| take union of the ext_iids of all Interfaces...  More... | |
Definition at line 25 of file HiveSlimEventLoopMgr.h.
| HiveSlimEventLoopMgr::HiveSlimEventLoopMgr | ( | const std::string & | nam, | 
| ISvcLocator * | svcLoc | ||
| ) | 
Standard Constructor.
Definition at line 47 of file HiveSlimEventLoopMgr.cpp.
| 
 | virtual | 
Standard Destructor.
Definition at line 74 of file HiveSlimEventLoopMgr.cpp.
| 
 | protected | 
Clear a slot in the WB.
Definition at line 673 of file HiveSlimEventLoopMgr.cpp.
| 
 | protected | 
Create event context.
Definition at line 594 of file HiveSlimEventLoopMgr.cpp.
| 
 | protected | 
Declare the root address of the event.
Definition at line 566 of file HiveSlimEventLoopMgr.cpp.
| 
 | protected | 
Drain the scheduler from all actions that may be queued.
Definition at line 609 of file HiveSlimEventLoopMgr.cpp.
| 
 | virtual | 
implementation of IEventProcessor::executeEvent(void* par)
Definition at line 334 of file HiveSlimEventLoopMgr.cpp.
| 
 | virtual | 
implementation of IEventProcessor::executeRun()
Definition at line 399 of file HiveSlimEventLoopMgr.cpp.
| 
 | virtual | 
implementation of IService::finalize
Definition at line 260 of file HiveSlimEventLoopMgr.cpp.
| StatusCode HiveSlimEventLoopMgr::getEventRoot | ( | IOpaqueAddress *& | refpAddr | ) | 
Create event address using event selector.
Definition at line 544 of file HiveSlimEventLoopMgr.cpp.
| 
 | virtual | 
implementation of IService::initialize
Definition at line 86 of file HiveSlimEventLoopMgr.cpp.
| 
 | virtual | 
implementation of IService::nextEvent
Definition at line 454 of file HiveSlimEventLoopMgr.cpp.
| 
 | virtual | 
implementation of IService::reinitialize
Definition at line 183 of file HiveSlimEventLoopMgr.cpp.
| 
 | virtual | 
implementation of IService::stop
Definition at line 247 of file HiveSlimEventLoopMgr.cpp.
| 
 | virtual | 
implementation of IEventProcessor::stopRun()
Definition at line 436 of file HiveSlimEventLoopMgr.cpp.
| 
 | protected | 
Instance of the incident listener waiting for AbortEvent.
Definition at line 64 of file HiveSlimEventLoopMgr.h.
| 
 | protected | 
Reference to the Algorithm resource pool.
Definition at line 43 of file HiveSlimEventLoopMgr.h.
Property interface of ApplicationMgr.
Definition at line 47 of file HiveSlimEventLoopMgr.h.
Reference to the IAppMgrUI interface of the application manager.
Definition at line 70 of file HiveSlimEventLoopMgr.h.
| 
 | protected | 
Definition at line 78 of file HiveSlimEventLoopMgr.h.
| 
 | protected | 
Flag to avoid to fire the EnvEvent incident twice in a row (and also not before the first event)
Definition at line 50 of file HiveSlimEventLoopMgr.h.
| 
 | protected | 
List of events to be skipped. The number is the number in the job.
Definition at line 75 of file HiveSlimEventLoopMgr.h.
| 
 | protected | 
Event Iterator.
Definition at line 33 of file HiveSlimEventLoopMgr.h.
| 
 | protected | 
Reference to the Event Data Service's IDataManagerSvc interface.
Definition at line 29 of file HiveSlimEventLoopMgr.h.
| 
 | protected | 
Event selector.
Definition at line 35 of file HiveSlimEventLoopMgr.h.
| 
 | protected | 
Reference to the Event Selector.
Definition at line 31 of file HiveSlimEventLoopMgr.h.
| 
 | protected | 
Reference to the Histogram Data Service.
Definition at line 37 of file HiveSlimEventLoopMgr.h.
| 
 | protected | 
Reference to the Histogram Persistency Service.
Definition at line 39 of file HiveSlimEventLoopMgr.h.
| 
 | protected | 
Name of the Hist Pers type.
Definition at line 45 of file HiveSlimEventLoopMgr.h.
| 
 | protected | 
Reference to the incident service.
Definition at line 72 of file HiveSlimEventLoopMgr.h.
| 
 | protected | 
Scheduled stop of event processing.
Definition at line 68 of file HiveSlimEventLoopMgr.h.
| 
 | protected | 
Name of the scheduler to be used.
Definition at line 66 of file HiveSlimEventLoopMgr.h.
| 
 | protected | 
A shortcut for the scheduler.
Definition at line 54 of file HiveSlimEventLoopMgr.h.
| 
 | protected | 
Flag to disable warning messages when using external input.
Definition at line 52 of file HiveSlimEventLoopMgr.h.
| 
 | protected | 
Reference to the Whiteboard.
Definition at line 41 of file HiveSlimEventLoopMgr.h.