The Gaudi Framework  v33r1 (b1225454)
EventLoopMgr Class Reference

Class definition of EventLoopMgr. More...

#include <src/ApplicationMgr/EventLoopMgr.h>

Inheritance diagram for EventLoopMgr:
Collaboration diagram for EventLoopMgr:

Public Member Functions

 ~EventLoopMgr () override
 Standard Destructor. More...
 
StatusCode getEventRoot (IOpaqueAddress *&refpAddr)
 Create event address using event selector. More...
 
StatusCode initialize () override
 implementation of IService::initialize More...
 
StatusCode reinitialize () override
 implementation of IService::reinitialize More...
 
StatusCode stop () override
 implementation of IService::stop More...
 
StatusCode finalize () override
 implementation of IService::finalize More...
 
StatusCode nextEvent (int maxevt) override
 implementation of IEventProcessor::nextEvent More...
 
StatusCode executeEvent (EventContext &&ctx) override
 implementation of IEventProcessor::executeEvent(EventContext&&) More...
 
 MinimalEventLoopMgr (const std::string &nam, ISvcLocator *svcLoc)
 Standard Constructor. More...
 
 MinimalEventLoopMgr (const MinimalEventLoopMgr &)=delete
 No copy allowed. More...
 
- Public Member Functions inherited from MinimalEventLoopMgr
 MinimalEventLoopMgr (const std::string &nam, ISvcLocator *svcLoc)
 Standard Constructor. More...
 
 MinimalEventLoopMgr (const MinimalEventLoopMgr &)=delete
 No copy allowed. More...
 
MinimalEventLoopMgroperator= (const MinimalEventLoopMgr &)=delete
 No copy allowed. More...
 
StatusCode initialize () override
 implementation of IService::initialize More...
 
StatusCode start () override
 implementation of IService::start More...
 
StatusCode stop () override
 implementation of IService::stop More...
 
StatusCode finalize () override
 implementation of IService::finalize More...
 
StatusCode reinitialize () override
 implementation of IService::reinitialize More...
 
StatusCode restart () override
 implementation of IService::restart More...
 
EventContext createEventContext () override
 implementation of IEventProcessor::createEventContext() More...
 
StatusCode nextEvent (int maxevt) override
 implementation of IEventProcessor::nextEvent More...
 
StatusCode executeEvent (EventContext &&ctx) override
 implementation of IEventProcessor::executeEvent(EventContext&&) More...
 
StatusCode executeRun (int maxevt) override
 implementation of IEventProcessor::executeRun( ) More...
 
StatusCode stopRun () override
 implementation of IEventProcessor::stopRun( ) More...
 
void topAlgHandler (Gaudi::Details::PropertyBase &p)
 Top algorithm List handler. More...
 
StatusCode decodeTopAlgs ()
 decodeTopAlgNameList & topAlgNameListHandler More...
 
void outStreamHandler (Gaudi::Details::PropertyBase &p)
 Output stream List handler. More...
 
StatusCode decodeOutStreams ()
 decodeOutStreamNameList & outStreamNameListHandler More...
 
- Public Member Functions inherited from extends< Service, IEventProcessor >
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::stringgetInterfaceNames () const override
 Implementation of IInterface::getInterfaceNames. More...
 
- Public Member Functions inherited from Service
const std::stringname () const override
 Retrieve name of the service. More...
 
StatusCode configure () override
 
StatusCode initialize () override
 
StatusCode start () override
 
StatusCode stop () override
 
StatusCode finalize () override
 
StatusCode terminate () override
 
Gaudi::StateMachine::State FSMState () const override
 
Gaudi::StateMachine::State targetFSMState () const override
 
StatusCode reinitialize () override
 
StatusCode restart () override
 
StatusCode sysInitialize () override
 Initialize Service. More...
 
StatusCode sysStart () override
 Initialize Service. More...
 
StatusCode sysStop () override
 Initialize Service. More...
 
StatusCode sysFinalize () override
 Finalize Service. More...
 
StatusCode sysReinitialize () override
 Re-initialize the Service. More...
 
StatusCode sysRestart () override
 Re-initialize the Service. More...
 
 Service (std::string name, ISvcLocator *svcloc)
 Standard Constructor. More...
 
SmartIF< ISvcLocator > & serviceLocator () const override
 Retrieve pointer to service locator. More...
 
StatusCode setProperties ()
 Method for setting declared properties to the values specified for the job. More...
 
template<class T >
StatusCode service (const std::string &name, const T *&psvc, bool createIf=true) const
 Access a service by name, creating it if it doesn't already exist. More...
 
template<class T >
StatusCode service (const std::string &name, T *&psvc, bool createIf=true) const
 
template<typename IFace = IService>
SmartIF< IFace > service (const std::string &name, bool createIf=true) const
 
template<class T >
StatusCode service (const std::string &svcType, const std::string &svcName, T *&psvc) const
 Access a service by name and type, creating it if it doesn't already exist. More...
 
template<class T >
StatusCode declareTool (ToolHandle< T > &handle, std::string toolTypeAndName, bool createIf=true)
 Declare used tool. More...
 
SmartIF< IAuditorSvc > & auditorSvc () const
 The standard auditor service.May not be invoked before sysInitialize() has been invoked. More...
 
- Public Member Functions inherited from PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > >
 PropertyHolder ()=default
 
Gaudi::Details::PropertyBasedeclareProperty (Gaudi::Details::PropertyBase &prop)
 Declare a property. More...
 
Gaudi::Details::PropertyBasedeclareProperty (const std::string &name, TYPE &value, const std::string &doc="none")
 Helper to wrap a regular data member and use it as a regular property. More...
 
Gaudi::Details::PropertyBasedeclareProperty (const std::string &name, Gaudi::Property< TYPE, VERIFIER, HANDLERS > &prop, const std::string &doc="none")
 Declare a PropertyBase instance setting name and documentation. More...
 
Gaudi::Details::PropertyBasedeclareRemoteProperty (const std::string &name, IProperty *rsvc, const std::string &rname="")
 Declare a remote property. More...
 
StatusCode setProperty (const Gaudi::Details::PropertyBase &p) override
 set the property form another property More...
 
StatusCode setProperty (const std::string &s) override
 set the property from the formatted string More...
 
StatusCode setProperty (const std::string &n, const std::string &v) override
 set the property from name and the value More...
 
StatusCode setProperty (const std::string &name, const TYPE &value)
 set the property form the value More...
 
StatusCode getProperty (Gaudi::Details::PropertyBase *p) const override
 get the property More...
 
const Gaudi::Details::PropertyBasegetProperty (const std::string &name) const override
 get the property by name More...
 
StatusCode getProperty (const std::string &n, std::string &v) const override
 convert the property to the string More...
 
const std::vector< Gaudi::Details::PropertyBase * > & getProperties () const override
 get all properties More...
 
bool hasProperty (const std::string &name) const override
 Return true if we have a property with the given name. More...
 
 PropertyHolder (const PropertyHolder &)=delete
 
PropertyHolderoperator= (const PropertyHolder &)=delete
 
- Public Member Functions inherited from CommonMessaging< implements< IService, IProperty, IStateful > >
MSG::Level msgLevel () const
 get the cached level (originally extracted from the embedded MsgStream) More...
 
bool msgLevel (MSG::Level lvl) const
 get the output level from the embedded MsgStream More...
 
- Public Member Functions inherited from CommonMessagingBase
virtual ~CommonMessagingBase ()=default
 Virtual destructor. More...
 
const SmartIF< IMessageSvc > & msgSvc () const
 The standard message service. More...
 
MsgStreammsgStream () const
 Return an uninitialized MsgStream. More...
 
MsgStreammsgStream (const MSG::Level level) const
 Predefined configurable message stream for the efficient printouts. More...
 
MsgStreamalways () const
 shortcut for the method msgStream(MSG::ALWAYS) More...
 
MsgStreamfatal () const
 shortcut for the method msgStream(MSG::FATAL) More...
 
MsgStreamerr () const
 shortcut for the method msgStream(MSG::ERROR) More...
 
MsgStreamerror () const
 shortcut for the method msgStream(MSG::ERROR) More...
 
MsgStreamwarning () const
 shortcut for the method msgStream(MSG::WARNING) More...
 
MsgStreaminfo () const
 shortcut for the method msgStream(MSG::INFO) More...
 
MsgStreamdebug () const
 shortcut for the method msgStream(MSG::DEBUG) More...
 
MsgStreamverbose () const
 shortcut for the method msgStream(MSG::VERBOSE) More...
 
MsgStreammsg () const
 shortcut for the method msgStream(MSG::INFO) More...
 

Protected Attributes

Gaudi::Property< std::stringm_histPersName {this, "HistogramPersistency", {}, "name of the Hist Pers type"}
 
Gaudi::Property< std::stringm_evtsel {this, "EvtSel", {}, "event selector"}
 
Gaudi::Property< bool > m_warnings {this, "Warnings", true, "set to false to suppress warning messages"}
 
SmartIF< IDataManagerSvcm_evtDataMgrSvc = nullptr
 Reference to the Event Data Service's IDataManagerSvc interface. More...
 
SmartIF< IDataProviderSvcm_evtDataSvc = nullptr
 Reference to the Event Data Service's IDataProviderSvc interface. More...
 
SmartIF< IEvtSelectorm_evtSelector = nullptr
 Reference to the Event Selector. More...
 
IEvtSelector::Contextm_evtContext = nullptr
 Event Iterator. More...
 
SmartIF< IDataManagerSvcm_histoDataMgrSvc = nullptr
 Reference to the Histogram Data Service. More...
 
SmartIF< IConversionSvcm_histoPersSvc = nullptr
 Reference to the Histogram Persistency Service. More...
 
SmartIF< IPropertym_appMgrProperty = nullptr
 Property interface of ApplicationMgr. More...
 
bool m_endEventFired = true
 Flag to avoid to fire the EnvEvent incident twice in a row (and also not before the first event) More...
 
- Protected Attributes inherited from MinimalEventLoopMgr
Gaudi::Property< std::vector< std::string > > m_topAlgNames
 
Gaudi::Property< std::vector< std::string > > m_outStreamNames
 
Gaudi::Property< std::stringm_outStreamType
 
Gaudi::Property< bool > m_printCFExp
 
SmartIF< IAppMgrUIm_appMgrUI
 Reference to the IAppMgrUI interface of the application manager. More...
 
SmartIF< IIncidentSvcm_incidentSvc
 Reference to the incident service. More...
 
SmartIF< IAlgExecStateSvcm_aess
 List of top level algorithms. More...
 
ListAlg m_topAlgList
 
ListAlg m_outStreamList
 List of output streams. More...
 
State m_state = OFFLINE
 State of the object. More...
 
bool m_scheduledStop = false
 Scheduled stop of event processing. More...
 
AbortEventListener m_abortEventListener
 Instance of the incident listener waiting for AbortEvent. More...
 
SmartIF< IHiveWhiteBoardm_WB
 < Event data service (whiteboard) More...
 
size_t m_nevt {0}
 
- Protected Attributes inherited from Service
Gaudi::StateMachine::State m_state = Gaudi::StateMachine::OFFLINE
 Service state. More...
 
Gaudi::StateMachine::State m_targetState = Gaudi::StateMachine::OFFLINE
 Service state. More...
 
Gaudi::Property< int > m_outputLevel {this, "OutputLevel", MSG::NIL, "output level"}
 
Gaudi::Property< bool > m_auditInit {this, "AuditServices", false, " unused"}
 
Gaudi::Property< bool > m_auditorInitialize {this, "AuditInitialize", false, "trigger auditor on initialize()"}
 
Gaudi::Property< bool > m_auditorStart {this, "AuditStart", false, "trigger auditor on start()"}
 
Gaudi::Property< bool > m_auditorStop {this, "AuditStop", false, "trigger auditor on stop()"}
 
Gaudi::Property< bool > m_auditorFinalize {this, "AuditFinalize", false, "trigger auditor on finalize()"}
 
Gaudi::Property< bool > m_auditorReinitialize {this, "AuditReinitialize", false, "trigger auditor on reinitialize()"}
 
Gaudi::Property< bool > m_auditorRestart {this, "AuditRestart", false, "trigger auditor on restart()"}
 
SmartIF< IAuditorSvcm_pAuditorSvc
 Auditor Service. More...
 

Additional Inherited Members

- Public Types inherited from MinimalEventLoopMgr
typedef std::vector< SmartIF< IAlgorithm > > ListAlg
 
- Public Types inherited from extends< Service, IEventProcessor >
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 Service
using Factory = Gaudi::PluginService::Factory< IService *(const std::string &, ISvcLocator *)>
 
- Public Types inherited from PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > >
using PropertyHolderImpl = PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > >
 Typedef used to refer to this class from derived classes, as in. More...
 
- Public Types inherited from CommonMessaging< implements< IService, IProperty, IStateful > >
using base_class = CommonMessaging
 
- 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...
 
- Protected Types inherited from MinimalEventLoopMgr
enum  State { OFFLINE, CONFIGURED, FINALIZED, INITIALIZED }
 
- Protected Member Functions inherited from Service
 ~Service () override
 Standard Destructor. More...
 
int outputLevel () const
 get the Service's output level More...
 
- Protected Member Functions inherited from PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > >
Gaudi::Details::PropertyBaseproperty (const std::string &name) const
 
- Protected Member Functions inherited from CommonMessaging< implements< IService, IProperty, IStateful > >
MSG::Level setUpMessaging () const
 Set up local caches. More...
 
MSG::Level resetMessaging ()
 Reinitialize internal states. More...
 
void updateMsgStreamOutputLevel (int level)
 Update the output level of the cached MsgStream. More...
 

Detailed Description

Class definition of EventLoopMgr.

This is the default processing manager of the application manager. This object handles the minimal requirements needed by the application manager. It also handles the default user configuration setup for standard event processing.

  • handling of the incidents when starting event processing
  • handling of the event loop

History:

 +---------+----------------------------------------------+---------+
 |    Date |                 Comment                      | Who     |
 +---------+----------------------------------------------+---------+
 |13/12/00 | Initial version                              | M.Frank |
 +---------+----------------------------------------------+---------+
 
Author
Markus Frank
Version
1.0

Definition at line 44 of file EventLoopMgr.h.

Constructor & Destructor Documentation

◆ ~EventLoopMgr()

EventLoopMgr::~EventLoopMgr ( )
override

Standard Destructor.

Definition at line 31 of file EventLoopMgr.cpp.

31 { delete m_evtContext; }
IEvtSelector::Context * m_evtContext
Event Iterator.
Definition: EventLoopMgr.h:60

Member Function Documentation

◆ executeEvent()

StatusCode EventLoopMgr::executeEvent ( EventContext &&  ctx)
override

implementation of IEventProcessor::executeEvent(EventContext&&)

Definition at line 242 of file EventLoopMgr.cpp.

242  {
243 
244  // DP Monitoring
245 
246  // Fire BeginEvent "Incident"
247  m_incidentSvc->fireIncident( Incident( name(), IncidentType::BeginEvent ) );
248  // An incident may schedule a stop, in which case is better to exit before the actual execution.
249  if ( m_scheduledStop ) {
250  always() << "Terminating event processing loop due to a stop scheduled by an incident listener" << endmsg;
251  return StatusCode::SUCCESS;
252  }
253 
254  // Execute Algorithms
255  m_incidentSvc->fireIncident( Incident( name(), IncidentType::BeginProcessing ) );
257  m_incidentSvc->fireIncident( Incident( name(), IncidentType::EndProcessing ) );
258 
259  // Check if there was an error processing current event
260  if ( UNLIKELY( !sc.isSuccess() ) ) { error() << "Terminating event processing loop due to errors" << endmsg; }
261  return sc;
262 }
#define UNLIKELY(x)
Definition: Kernel.h:106
bool m_scheduledStop
Scheduled stop of event processing.
constexpr static const auto SUCCESS
Definition: StatusCode.h:100
MsgStream & always() const
shortcut for the method msgStream(MSG::ALWAYS)
const std::string & name() const override
Retrieve name of the service.
Definition: Service.cpp:284
MsgStream & error() const
shortcut for the method msgStream(MSG::ERROR)
virtual void fireIncident(const Incident &incident)=0
Fire an Incident.
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:61
bool isSuccess() const
Definition: StatusCode.h:365
SmartIF< IIncidentSvc > m_incidentSvc
Reference to the incident service.
T move(T... args)
StatusCode executeEvent(EventContext &&ctx) override
implementation of IEventProcessor::executeEvent(EventContext&&)
Base class for all Incidents (computing events).
Definition: Incident.h:27
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:202

◆ finalize()

StatusCode EventLoopMgr::finalize ( )
override

implementation of IService::finalize

Definition at line 181 of file EventLoopMgr.cpp.

181  {
182  // Finalize base class
184  if ( !sc.isSuccess() ) {
185  error() << "Error finalizing base class" << endmsg;
186  return sc;
187  }
188 
189  // Save Histograms Now
190  if ( m_histoPersSvc ) {
191  std::vector<DataObject*> objects;
192  sc = m_histoDataMgrSvc->traverseTree( [&objects]( IRegistry* reg, int ) {
193  DataObject* obj = reg->object();
194  if ( !obj || obj->clID() == CLID_StatisticsFile ) return false;
195  objects.push_back( obj );
196  return true;
197  } );
198  if ( sc.isSuccess() ) {
199  // skip /stat entry!
200  sc = std::accumulate( begin( objects ), end( objects ), sc, [&]( StatusCode isc, auto& i ) {
201  IOpaqueAddress* pAddr = nullptr;
202  StatusCode iret = m_histoPersSvc->createRep( i, pAddr );
203  if ( iret.isFailure() ) return iret;
204  i->registry()->setAddress( pAddr );
205  return isc;
206  } );
207  sc = std::accumulate( begin( objects ), end( objects ), sc, [&]( StatusCode isc, auto& i ) {
208  IRegistry* reg = i->registry();
209  StatusCode iret = m_histoPersSvc->fillRepRefs( reg->address(), i );
210  return iret.isFailure() ? iret : isc;
211  } );
212  if ( sc.isSuccess() ) {
213  info() << "Histograms converted successfully according to request." << endmsg;
214  } else {
215  error() << "Error while saving Histograms." << endmsg;
216  }
217  } else {
218  error() << "Error while traversing Histogram data store" << endmsg;
219  }
220  }
221 
222  // Release event selector context
223  if ( m_evtSelector && m_evtContext ) {
225  m_evtContext = nullptr;
226  }
227 
228  // Release all interfaces...
229  m_histoDataMgrSvc = nullptr;
230  m_histoPersSvc = nullptr;
231 
232  m_evtSelector = nullptr;
233  m_evtDataSvc = nullptr;
234  m_evtDataMgrSvc = nullptr;
235 
236  return StatusCode::SUCCESS;
237 }
virtual StatusCode traverseTree(IDataStoreAgent *pAgent)=0
Analyse by traversing all data objects in the data store.
StatusCode finalize() override
implementation of IService::finalize
SmartIF< IConversionSvc > m_histoPersSvc
Reference to the Histogram Persistency Service.
Definition: EventLoopMgr.h:64
constexpr static const auto SUCCESS
Definition: StatusCode.h:100
virtual StatusCode createRep(DataObject *pObject, IOpaqueAddress *&refpAddress)=0
Convert the transient object to the requested representation.
MsgStream & info() const
shortcut for the method msgStream(MSG::INFO)
T push_back(T... args)
MsgStream & error() const
shortcut for the method msgStream(MSG::ERROR)
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:61
virtual StatusCode releaseContext(Context *&) const =0
Release the Context object.
The IRegistry represents the entry door to the environment any data object residing in a transient da...
Definition: IRegistry.h:32
def end
Definition: IOTest.py:123
bool isSuccess() const
Definition: StatusCode.h:365
virtual IOpaqueAddress * address() const =0
Retrieve opaque storage address.
virtual DataObject * object() const =0
Retrieve object behind the link.
SmartIF< IDataManagerSvc > m_evtDataMgrSvc
Reference to the Event Data Service's IDataManagerSvc interface.
Definition: EventLoopMgr.h:54
const StatusCode & ignore() const
Ignore/check StatusCode.
Definition: StatusCode.h:168
virtual const CLID & clID() const
Retrieve reference to class definition structure.
Definition: DataObject.cpp:66
IEvtSelector::Context * m_evtContext
Event Iterator.
Definition: EventLoopMgr.h:60
SmartIF< IEvtSelector > m_evtSelector
Reference to the Event Selector.
Definition: EventLoopMgr.h:58
SmartIF< IDataProviderSvc > m_evtDataSvc
Reference to the Event Data Service's IDataProviderSvc interface.
Definition: EventLoopMgr.h:56
bool isFailure() const
Definition: StatusCode.h:145
AttribStringParser::Iterator begin(const AttribStringParser &parser)
T accumulate(T... args)
Opaque address interface definition.
A DataObject is the base class of any identifiable object on any data store.
Definition: DataObject.h:40
virtual StatusCode fillRepRefs(IOpaqueAddress *pAddress, DataObject *pObject)=0
Resolve the references of the converted object.
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:202
SmartIF< IDataManagerSvc > m_histoDataMgrSvc
Reference to the Histogram Data Service.
Definition: EventLoopMgr.h:62

◆ getEventRoot()

StatusCode EventLoopMgr::getEventRoot ( IOpaqueAddress *&  refpAddr)

Create event address using event selector.

Definition at line 358 of file EventLoopMgr.cpp.

358  {
359  refpAddr = nullptr;
361  if ( !sc.isSuccess() ) return sc;
362  // Create root address and assign address to data service
363  sc = m_evtSelector->createAddress( *m_evtContext, refpAddr );
364  if ( !sc.isSuccess() ) {
365  sc = m_evtSelector->next( *m_evtContext );
366  if ( sc.isSuccess() ) {
367  sc = m_evtSelector->createAddress( *m_evtContext, refpAddr );
368  if ( !sc.isSuccess() ) warning() << "Error creating IOpaqueAddress." << endmsg;
369  }
370  }
371  return sc;
372 }
MsgStream & warning() const
shortcut for the method msgStream(MSG::WARNING)
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:61
virtual StatusCode next(Context &c) const =0
Fetch the next event or the first event if it will be use soon after the creation of the context.
bool isSuccess() const
Definition: StatusCode.h:365
IEvtSelector::Context * m_evtContext
Event Iterator.
Definition: EventLoopMgr.h:60
SmartIF< IEvtSelector > m_evtSelector
Reference to the Event Selector.
Definition: EventLoopMgr.h:58
virtual StatusCode createAddress(const Context &c, IOpaqueAddress *&iop) const =0
Create an IOpaqueAddress object from the event fetched.
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:202

◆ initialize()

StatusCode EventLoopMgr::initialize ( )
override

implementation of IService::initialize

Definition at line 36 of file EventLoopMgr.cpp.

36  {
37  // Initialize the base class
39  if ( !sc.isSuccess() ) {
40  DEBMSG << "Error Initializing base class MinimalEventLoopMgr." << endmsg;
41  return sc;
42  }
43 
44  // Setup access to event data services
45  m_evtDataMgrSvc = serviceLocator()->service( "EventDataSvc" );
46  if ( !m_evtDataMgrSvc ) {
47  fatal() << "Error retrieving EventDataSvc interface IDataManagerSvc." << endmsg;
48  return StatusCode::FAILURE;
49  }
50  m_evtDataSvc = serviceLocator()->service( "EventDataSvc" );
51  if ( !m_evtDataSvc ) {
52  fatal() << "Error retrieving EventDataSvc interface IDataProviderSvc." << endmsg;
53  return StatusCode::FAILURE;
54  }
55 
56  // Obtain the IProperty of the ApplicationMgr
58  if ( !m_appMgrProperty ) {
59  fatal() << "IProperty interface not found in ApplicationMgr." << endmsg;
60  return StatusCode::FAILURE;
61  }
62 
63  // We do not expect a Event Selector necessarily being declared
64  setProperty( m_appMgrProperty->getProperty( "EvtSel" ) ).ignore();
65 
66  if ( m_evtsel != "NONE" || m_evtsel.empty() ) {
67  m_evtSelector = serviceLocator()->service( "EventSelector" );
68  if ( m_evtSelector ) {
69  // Setup Event Selector
71  if ( !sc.isSuccess() ) {
72  fatal() << "Can not create the event selector Context." << endmsg;
73  return sc;
74  }
75  } else {
76  fatal() << "EventSelector not found." << endmsg;
77  return sc;
78  }
79  } else {
80  m_evtSelector = nullptr;
81  m_evtContext = nullptr;
82  if ( m_warnings ) {
83  warning() << "Unable to locate service \"EventSelector\" " << endmsg;
84  warning() << "No events will be processed from external input." << endmsg;
85  }
86  }
87 
88  // Setup access to histogramming services
89  m_histoDataMgrSvc = serviceLocator()->service( "HistogramDataSvc" );
90  if ( !m_histoDataMgrSvc ) {
91  fatal() << "Error retrieving HistogramDataSvc." << endmsg;
92  return sc;
93  }
94  // Setup histogram persistency
95  m_histoPersSvc = serviceLocator()->service( "HistogramPersistencySvc" );
96  if ( !m_histoPersSvc ) {
97  warning() << "Histograms cannot not be saved - though required." << endmsg;
98  return sc;
99  }
100 
101  return StatusCode::SUCCESS;
102 }
SmartIF< ISvcLocator > & serviceLocator() const override
Retrieve pointer to service locator.
Definition: Service.cpp:287
SmartIF< IConversionSvc > m_histoPersSvc
Reference to the Histogram Persistency Service.
Definition: EventLoopMgr.h:64
StatusCode setProperty(const Gaudi::Details::PropertyBase &p) override
set the property form another property
MsgStream & warning() const
shortcut for the method msgStream(MSG::WARNING)
Gaudi::Property< bool > m_warnings
Definition: EventLoopMgr.h:51
StatusCode initialize() override
implementation of IService::initialize
constexpr static const auto SUCCESS
Definition: StatusCode.h:100
StatusCode service(const Gaudi::Utils::TypeNameString &name, T *&svc, bool createIf=true)
Templated method to access a service by name.
Definition: ISvcLocator.h:86
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:61
virtual StatusCode createContext(Context *&c) const =0
Create and return a context object that will keep track of the state of selection.
virtual StatusCode getProperty(Gaudi::Details::PropertyBase *p) const =0
Get the property by property.
bool isSuccess() const
Definition: StatusCode.h:365
SmartIF< IDataManagerSvc > m_evtDataMgrSvc
Reference to the Event Data Service's IDataManagerSvc interface.
Definition: EventLoopMgr.h:54
SmartIF< IProperty > m_appMgrProperty
Property interface of ApplicationMgr.
Definition: EventLoopMgr.h:66
IEvtSelector::Context * m_evtContext
Event Iterator.
Definition: EventLoopMgr.h:60
SmartIF< IEvtSelector > m_evtSelector
Reference to the Event Selector.
Definition: EventLoopMgr.h:58
#define DEBMSG
Gaudi::Property< std::string > m_evtsel
Definition: EventLoopMgr.h:50
SmartIF< IDataProviderSvc > m_evtDataSvc
Reference to the Event Data Service's IDataProviderSvc interface.
Definition: EventLoopMgr.h:56
constexpr static const auto FAILURE
Definition: StatusCode.h:101
MsgStream & fatal() const
shortcut for the method msgStream(MSG::FATAL)
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:202
SmartIF< IDataManagerSvc > m_histoDataMgrSvc
Reference to the Histogram Data Service.
Definition: EventLoopMgr.h:62

◆ MinimalEventLoopMgr() [1/2]

MinimalEventLoopMgr::MinimalEventLoopMgr

Standard Constructor.

Definition at line 38 of file MinimalEventLoopMgr.cpp.

39  : base_class( nam, svcLoc ), m_appMgrUI( svcLoc ) {}
extends base_class
Typedef to this class.
Definition: extends.h:24
SmartIF< IAppMgrUI > m_appMgrUI
Reference to the IAppMgrUI interface of the application manager.

◆ MinimalEventLoopMgr() [2/2]

MinimalEventLoopMgr::MinimalEventLoopMgr
delete

No copy allowed.

◆ nextEvent()

StatusCode EventLoopMgr::nextEvent ( int  maxevt)
override

implementation of IEventProcessor::nextEvent

Definition at line 269 of file EventLoopMgr.cpp.

269  {
270 
271  // DP Monitoring
272  // Calculate runtime
274  typedef Clock::time_point time_point;
275 
276  const float oneOver1024 = 1.f / 1024.f;
277 
278  DataObject* pObject = nullptr;
279  StatusCode sc( StatusCode::SUCCESS, true );
280 
281  // loop over events if the maxevt (received as input) if different from -1.
282  // if evtmax is -1 it means infinite loop
283  time_point start_time = Clock::now();
284  for ( int nevt = 0; maxevt == -1 || nevt < maxevt; ++nevt ) {
285 
286  if ( 1 == nevt ) // reset after first evt
287  start_time = Clock::now();
288 
289  auto ctx = createEventContext();
290 
291  // always() << "Event Number = " << total_nevt
292  // << " WSS (MB) = " << System::mappedMemory(System::MemoryUnit::kByte)*oneOver1024
293  // << " Time (s) = " << secsFromStart(start_time) << endmsg;
294 
295  // Check if there is a scheduled stop issued by some algorithm/service
296  if ( m_scheduledStop ) {
297  m_scheduledStop = false;
298  always() << "Terminating event processing loop due to scheduled stop" << endmsg;
299  break;
300  }
301  // Clear the event store, if used in the event loop
302  if ( 0 != ctx.evt() ) {
303 
304  if ( !m_endEventFired ) {
305  // Fire EndEvent "Incident" (it is considered part of the clearing of the TS)
306  m_incidentSvc->fireIncident( Incident( name(), IncidentType::EndEvent ) );
307  m_endEventFired = true;
308  }
309  sc = m_evtDataMgrSvc->clearStore();
310  if ( !sc.isSuccess() ) { DEBMSG << "Clear of Event data store failed" << endmsg; }
311  }
312 
313  // Setup event in the event store
314  if ( m_evtContext ) {
315  IOpaqueAddress* addr = nullptr;
316  // Only if there is a EventSelector
317  sc = getEventRoot( addr );
318  if ( !sc.isSuccess() ) {
319  info() << "No more events in event selection " << endmsg;
320  break;
321  }
322  // Set root clears the event data store first
323  sc = m_evtDataMgrSvc->setRoot( "/Event", addr );
324  if ( !sc.isSuccess() ) {
325  warning() << "Error declaring event root address." << endmsg;
326  continue;
327  }
328  sc = m_evtDataSvc->retrieveObject( "/Event", pObject );
329  if ( !sc.isSuccess() ) {
330  warning() << "Unable to retrieve Event root object" << endmsg;
331  break;
332  }
333  } else {
334  sc = m_evtDataMgrSvc->setRoot( "/Event", new DataObject() );
335  if ( !sc.isSuccess() ) { warning() << "Error declaring event root DataObject" << endmsg; }
336  }
337  // Execute event for all required algorithms
338  sc = executeEvent( std::move( ctx ) );
339  m_endEventFired = false;
340  if ( !sc.isSuccess() ) {
341  error() << "Terminating event processing loop due to errors" << endmsg;
343  return sc;
344  }
345  }
346 
347  if ( UNLIKELY( outputLevel() <= MSG::DEBUG ) )
348  debug() << "---> Loop Finished - "
349  << " WSS " << System::mappedMemory( System::MemoryUnit::kByte ) * oneOver1024
350  << " | total time (skipping 1st evt) "
351  << std::chrono::duration_cast<std::chrono::nanoseconds>( Clock::now() - start_time ).count() << " ns"
352  << endmsg;
353 
354  return StatusCode::SUCCESS;
355 }
#define UNLIKELY(x)
Definition: Kernel.h:106
bool m_scheduledStop
Scheduled stop of event processing.
MsgStream & warning() const
shortcut for the method msgStream(MSG::WARNING)
virtual StatusCode setRoot(std::string root_name, DataObject *pObject)=0
Initialize data store for new event by giving new event path.
StatusCode executeEvent(EventContext &&ctx) override
implementation of IEventProcessor::executeEvent(EventContext&&)
constexpr static const auto SUCCESS
Definition: StatusCode.h:100
virtual StatusCode clearStore()=0
Remove all data objects in the data store.
MsgStream & always() const
shortcut for the method msgStream(MSG::ALWAYS)
MsgStream & info() const
shortcut for the method msgStream(MSG::INFO)
const std::string & name() const override
Retrieve name of the service.
Definition: Service.cpp:284
MsgStream & error() const
shortcut for the method msgStream(MSG::ERROR)
virtual void fireIncident(const Incident &incident)=0
Fire an Incident.
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:61
StatusCode getEventRoot(IOpaqueAddress *&refpAddr)
Create event address using event selector.
MsgStream & debug() const
shortcut for the method msgStream(MSG::DEBUG)
SmartIF< IIncidentSvc > m_incidentSvc
Reference to the incident service.
StatusCode setAppReturnCode(SmartIF< IProperty > &appmgr, int value, bool force=false)
Set the application return code.
Definition: AppReturnCode.h:59
T move(T... args)
SmartIF< IDataManagerSvc > m_evtDataMgrSvc
Reference to the Event Data Service's IDataManagerSvc interface.
Definition: EventLoopMgr.h:54
int outputLevel() const
get the Service's output level
Definition: Service.h:168
GAUDI_API long mappedMemory(MemoryUnit unit=kByte, InfoType fetch=Memory, long pid=-1)
Basic Process Information: priority boost.
Definition: Memory.cpp:197
const StatusCode & ignore() const
Ignore/check StatusCode.
Definition: StatusCode.h:168
virtual StatusCode retrieveObject(IRegistry *pDirectory, std::string_view path, DataObject *&pObject)=0
Retrieve object identified by its directory entry.
SmartIF< IProperty > m_appMgrProperty
Property interface of ApplicationMgr.
Definition: EventLoopMgr.h:66
IEvtSelector::Context * m_evtContext
Event Iterator.
Definition: EventLoopMgr.h:60
#define DEBMSG
Base class for all Incidents (computing events).
Definition: Incident.h:27
constexpr int AlgorithmFailure
Definition: AppReturnCode.h:34
bool m_endEventFired
Flag to avoid to fire the EnvEvent incident twice in a row (and also not before the first event)
Definition: EventLoopMgr.h:69
SmartIF< IDataProviderSvc > m_evtDataSvc
Reference to the Event Data Service's IDataProviderSvc interface.
Definition: EventLoopMgr.h:56
EventContext createEventContext() override
implementation of IEventProcessor::createEventContext()
Opaque address interface definition.
int maxevt
Definition: Bootstrap.cpp:270
A DataObject is the base class of any identifiable object on any data store.
Definition: DataObject.h:40
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:202

◆ reinitialize()

StatusCode EventLoopMgr::reinitialize ( )
override

implementation of IService::reinitialize

Definition at line 106 of file EventLoopMgr.cpp.

106  {
107 
108  // Initialize the base class
110  if ( !sc.isSuccess() ) {
111  DEBMSG << "Error Initializing base class MinimalEventLoopMgr." << endmsg;
112  return sc;
113  }
114 
115  // Check to see whether a new Event Selector has been specified
116  if ( sc = setProperty( m_appMgrProperty->getProperty( "EvtSel" ) ); !sc ) return sc;
117  if ( m_evtsel != "NONE" || m_evtsel.length() == 0 ) {
118  auto theSvc = serviceLocator()->service<IService>( "EventSelector" );
119  auto theEvtSel = theSvc.as<IEvtSelector>();
120  if ( theEvtSel && ( theEvtSel.get() != m_evtSelector.get() ) ) {
121  // Setup Event Selector
122  if ( m_evtSelector.get() && m_evtContext ) {
123  // Need to release context before switching to new event selector
124  if ( sc = m_evtSelector->releaseContext( m_evtContext ); !sc ) return sc;
125  m_evtContext = nullptr;
126  }
127  m_evtSelector = theEvtSel;
128  if ( theSvc->FSMState() == Gaudi::StateMachine::INITIALIZED ) {
129  sc = theSvc->reinitialize();
130  if ( !sc.isSuccess() ) {
131  error() << "Failure Reinitializing EventSelector " << theSvc->name() << endmsg;
132  return sc;
133  }
134  } else {
135  sc = theSvc->sysInitialize();
136  if ( !sc.isSuccess() ) {
137  error() << "Failure Initializing EventSelector " << theSvc->name() << endmsg;
138  return sc;
139  }
140  }
142  if ( !sc.isSuccess() ) {
143  error() << "Can not create Context " << theSvc->name() << endmsg;
144  return sc;
145  }
146  info() << "EventSelector service changed to " << theSvc->name() << endmsg;
147  } else if ( m_evtSelector ) {
148  if ( m_evtContext ) {
149  if ( sc = m_evtSelector->releaseContext( m_evtContext ); !sc ) return sc;
150  m_evtContext = nullptr;
151  }
153  if ( !sc.isSuccess() ) {
154  error() << "Can not create Context " << theSvc->name() << endmsg;
155  return sc;
156  }
157  }
158  } else if ( m_evtSelector && m_evtContext ) {
160  m_evtSelector = nullptr;
161  m_evtContext = nullptr;
162  }
163  return sc;
164 }
SmartIF< ISvcLocator > & serviceLocator() const override
Retrieve pointer to service locator.
Definition: Service.cpp:287
StatusCode setProperty(const Gaudi::Details::PropertyBase &p) override
set the property form another property
The Event Selector Interface.
Definition: IEvtSelector.h:28
MsgStream & info() const
shortcut for the method msgStream(MSG::INFO)
TYPE * get() const
Get interface pointer.
Definition: SmartIF.h:86
StatusCode reinitialize() override
implementation of IService::reinitialize
StatusCode service(const Gaudi::Utils::TypeNameString &name, T *&svc, bool createIf=true)
Templated method to access a service by name.
Definition: ISvcLocator.h:86
MsgStream & error() const
shortcut for the method msgStream(MSG::ERROR)
General service interface definition.
Definition: IService.h:28
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:61
virtual StatusCode createContext(Context *&c) const =0
Create and return a context object that will keep track of the state of selection.
virtual StatusCode getProperty(Gaudi::Details::PropertyBase *p) const =0
Get the property by property.
virtual StatusCode releaseContext(Context *&) const =0
Release the Context object.
bool isSuccess() const
Definition: StatusCode.h:365
SmartIF< IProperty > m_appMgrProperty
Property interface of ApplicationMgr.
Definition: EventLoopMgr.h:66
IEvtSelector::Context * m_evtContext
Event Iterator.
Definition: EventLoopMgr.h:60
SmartIF< IEvtSelector > m_evtSelector
Reference to the Event Selector.
Definition: EventLoopMgr.h:58
#define DEBMSG
Gaudi::Property< std::string > m_evtsel
Definition: EventLoopMgr.h:50
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:202

◆ stop()

StatusCode EventLoopMgr::stop ( )
override

implementation of IService::stop

Definition at line 169 of file EventLoopMgr.cpp.

169  {
170  if ( !m_endEventFired ) {
171  // Fire pending EndEvent incident
172  m_incidentSvc->fireIncident( Incident( name(), IncidentType::EndEvent ) );
173  m_endEventFired = true;
174  }
175  return MinimalEventLoopMgr::stop();
176 }
StatusCode stop() override
implementation of IService::stop
const std::string & name() const override
Retrieve name of the service.
Definition: Service.cpp:284
virtual void fireIncident(const Incident &incident)=0
Fire an Incident.
SmartIF< IIncidentSvc > m_incidentSvc
Reference to the incident service.
Base class for all Incidents (computing events).
Definition: Incident.h:27
bool m_endEventFired
Flag to avoid to fire the EnvEvent incident twice in a row (and also not before the first event)
Definition: EventLoopMgr.h:69

Member Data Documentation

◆ m_appMgrProperty

SmartIF<IProperty> EventLoopMgr::m_appMgrProperty = nullptr
protected

Property interface of ApplicationMgr.

Definition at line 66 of file EventLoopMgr.h.

◆ m_endEventFired

bool EventLoopMgr::m_endEventFired = true
protected

Flag to avoid to fire the EnvEvent incident twice in a row (and also not before the first event)

Definition at line 69 of file EventLoopMgr.h.

◆ m_evtContext

IEvtSelector::Context* EventLoopMgr::m_evtContext = nullptr
protected

Event Iterator.

Definition at line 60 of file EventLoopMgr.h.

◆ m_evtDataMgrSvc

SmartIF<IDataManagerSvc> EventLoopMgr::m_evtDataMgrSvc = nullptr
protected

Reference to the Event Data Service's IDataManagerSvc interface.

Definition at line 54 of file EventLoopMgr.h.

◆ m_evtDataSvc

SmartIF<IDataProviderSvc> EventLoopMgr::m_evtDataSvc = nullptr
protected

Reference to the Event Data Service's IDataProviderSvc interface.

Definition at line 56 of file EventLoopMgr.h.

◆ m_evtsel

Gaudi::Property<std::string> EventLoopMgr::m_evtsel {this, "EvtSel", {}, "event selector"}
protected

Definition at line 50 of file EventLoopMgr.h.

◆ m_evtSelector

SmartIF<IEvtSelector> EventLoopMgr::m_evtSelector = nullptr
protected

Reference to the Event Selector.

Definition at line 58 of file EventLoopMgr.h.

◆ m_histoDataMgrSvc

SmartIF<IDataManagerSvc> EventLoopMgr::m_histoDataMgrSvc = nullptr
protected

Reference to the Histogram Data Service.

Definition at line 62 of file EventLoopMgr.h.

◆ m_histoPersSvc

SmartIF<IConversionSvc> EventLoopMgr::m_histoPersSvc = nullptr
protected

Reference to the Histogram Persistency Service.

Definition at line 64 of file EventLoopMgr.h.

◆ m_histPersName

Gaudi::Property<std::string> EventLoopMgr::m_histPersName {this, "HistogramPersistency", {}, "name of the Hist Pers type"}
protected

Definition at line 49 of file EventLoopMgr.h.

◆ m_warnings

Gaudi::Property<bool> EventLoopMgr::m_warnings {this, "Warnings", true, "set to false to suppress warning messages"}
protected

Definition at line 51 of file EventLoopMgr.h.


The documentation for this class was generated from the following files: