The Gaudi Framework  v32r2 (46d42edc)
AlgExecStateSvc Class Reference

A service that keeps track of the execution state of Algorithm. More...

#include <src/AlgExecStateSvc/AlgExecStateSvc.h>

Inheritance diagram for AlgExecStateSvc:
Collaboration diagram for AlgExecStateSvc:

Public Types

typedef IAlgExecStateSvc::AlgStateMap_t AlgStateMap_t
 
- Public Types inherited from extends< Service, IAlgExecStateSvc >
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...
 

Public Member Functions

const AlgExecStatealgExecState (const Gaudi::StringKey &algName, const EventContext &ctx) const override
 
AlgExecStatealgExecState (IAlgorithm *iAlg, const EventContext &ctx) override
 
const AlgStateMap_talgExecStates (const EventContext &ctx) const override
 
void reset (const EventContext &ctx) override
 
void addAlg (const Gaudi::StringKey &algName) override
 
const EventStatus::StatuseventStatus (const EventContext &ctx) const override
 
void setEventStatus (const EventStatus::Status &sc, const EventContext &ctx) override
 
void updateEventStatus (const bool &b, const EventContext &ctx) override
 
unsigned int algErrorCount (const IAlgorithm *iAlg) const override
 
void resetErrorCount (const IAlgorithm *iAlg) override
 
unsigned int incrementErrorCount (const IAlgorithm *iAlg) override
 
void dump (std::ostringstream &ost, const EventContext &ctx) const override
 
virtual const AlgExecStatealgExecState (const Gaudi::StringKey &algName, const EventContext &ctx) const=0
 
const AlgExecStatealgExecState (IAlgorithm *iAlg, const EventContext &ctx) const
 
virtual AlgExecStatealgExecState (IAlgorithm *iAlg, const EventContext &ctx)=0
 
virtual void addAlg (const Gaudi::StringKey &algName)=0
 
void addAlg (IAlgorithm *iAlg)
 
- Public Member Functions inherited from extends< Service, IAlgExecStateSvc >
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...
 
MSG::Level outputLevel () const
 Backward compatibility function for getting the output level. 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...
 

Private Member Functions

void init ()
 
void checkInit () const
 

Private Attributes

std::vector< AlgStateMap_tm_algStates
 
std::vector< EventStatus::Statusm_eventStatus
 
std::vector< Gaudi::StringKeym_preInitAlgs
 
std::map< Gaudi::StringKey, std::atomic< unsigned int > > m_errorCount
 
std::once_flag m_initFlag
 
bool m_isInit = false
 
std::mutex m_mut
 

Additional Inherited Members

- 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...
 
- 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...
 

Detailed Description

A service that keeps track of the execution state of Algorithm.

Definition at line 16 of file AlgExecStateSvc.h.

Member Typedef Documentation

◆ AlgStateMap_t

Member Function Documentation

◆ addAlg() [1/3]

virtual void IAlgExecStateSvc::addAlg

◆ addAlg() [2/3]

void IAlgExecStateSvc::addAlg
inline

Definition at line 90 of file IAlgExecStateSvc.h.

90 { addAlg( iAlg->nameKey() ); }
void addAlg(const Gaudi::StringKey &algName) override

◆ addAlg() [3/3]

void AlgExecStateSvc::addAlg ( const Gaudi::StringKey algName)
override

Definition at line 83 of file AlgExecStateSvc.cpp.

83  {
84  if ( !m_isInit ) {
85  if ( msgLevel( MSG::DEBUG ) ) debug() << "preInit: will add Alg " << alg.str() << " later" << endmsg;
87  return;
88  }
89 
90  if ( !m_algStates.empty() && m_algStates.front().find( alg ) != m_algStates.front().end() ) {
91  // already added
92  return;
93  }
94 
95  {
96  // in theory, this should only get called during initialization (serial)
97  // so shouldn't have to protect with a mutex...
99 
100  AlgExecState s;
101  for ( auto& a : m_algStates ) a[alg] = s;
102  m_errorCount[alg] = 0;
103  }
104 
105  if ( msgLevel( MSG::DEBUG ) )
106  debug() << "adding alg " << alg.str() << " to " << m_algStates.size() << " slots" << endmsg;
107 }
std::vector< AlgStateMap_t > m_algStates
std::map< Gaudi::StringKey, std::atomic< unsigned int > > m_errorCount
MSG::Level msgLevel() const
get the cached level (originally extracted from the embedded MsgStream)
T push_back(T... args)
T lock(T... args)
MsgStream & debug() const
shortcut for the method msgStream(MSG::DEBUG)
std::vector< Gaudi::StringKey > m_preInitAlgs
std::mutex m_mut
string s
Definition: gaudirun.py:318
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:192

◆ algErrorCount()

unsigned int AlgExecStateSvc::algErrorCount ( const IAlgorithm iAlg) const
override

Definition at line 184 of file AlgExecStateSvc.cpp.

184  {
185  auto itr = m_errorCount.find( iAlg->nameKey() );
186  if ( itr == m_errorCount.end() ) {
187  error() << "Unable to find Algorithm \"" << iAlg->name() << "\" in map"
188  << " of ErrorCounts" << endmsg;
189  return 0;
190  }
191 
192  return itr->second;
193 }
std::map< Gaudi::StringKey, std::atomic< unsigned int > > m_errorCount
T end(T... args)
virtual const Gaudi::StringKey & nameKey() const =0
StringKey rep of name.
MsgStream & error() const
shortcut for the method msgStream(MSG::ERROR)
T find(T... args)
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:192

◆ algExecState() [1/5]

virtual AlgExecState& IAlgExecStateSvc::algExecState

◆ algExecState() [2/5]

const AlgExecState& IAlgExecStateSvc::algExecState
inline

Definition at line 79 of file IAlgExecStateSvc.h.

79  {
80  return algExecState( iAlg->nameKey(), ctx );
81  }
const AlgExecState & algExecState(const Gaudi::StringKey &algName, const EventContext &ctx) const override

◆ algExecState() [3/5]

virtual const AlgExecState& IAlgExecStateSvc::algExecState

◆ algExecState() [4/5]

const AlgExecState & AlgExecStateSvc::algExecState ( const Gaudi::StringKey algName,
const EventContext ctx 
) const
override

Definition at line 111 of file AlgExecStateSvc.cpp.

111  {
112  checkInit();
113 
114  auto& algState = m_algStates.at( ctx.slot() );
115  auto itr = algState.find( algName );
116  if ( UNLIKELY( itr == algState.end() ) ) {
117  throw GaudiException{"cannot find Alg " + algName.str() + " in AlgStateMap", name(), StatusCode::FAILURE};
118  }
119  return itr->second;
120 }
#define UNLIKELY(x)
Definition: Kernel.h:96
Define general base for Gaudi exception.
std::vector< AlgStateMap_t > m_algStates
const std::string & str() const
the actual string
Definition: StringKey.h:45
void checkInit() const
const std::string & name() const override
Retrieve name of the service.
Definition: Service.cpp:274
constexpr static const auto FAILURE
Definition: StatusCode.h:86

◆ algExecState() [5/5]

AlgExecState & AlgExecStateSvc::algExecState ( IAlgorithm iAlg,
const EventContext ctx 
)
override

Definition at line 124 of file AlgExecStateSvc.cpp.

124  {
126 
127  auto& algState = m_algStates.at( ctx.slot() );
128  auto itr = algState.find( iAlg->nameKey() );
129 
130  if ( UNLIKELY( itr == algState.end() ) ) {
131  throw GaudiException{std::string{"cannot find Alg "} + iAlg->name() + " in AlgStateMap", name(),
133  }
134 
135  return itr->second;
136 }
#define UNLIKELY(x)
Definition: Kernel.h:96
Define general base for Gaudi exception.
std::vector< AlgStateMap_t > m_algStates
std::once_flag m_initFlag
T call_once(T... args)
STL class.
const std::string & name() const override
Retrieve name of the service.
Definition: Service.cpp:274
virtual const Gaudi::StringKey & nameKey() const =0
StringKey rep of name.
constexpr static const auto FAILURE
Definition: StatusCode.h:86

◆ algExecStates()

const IAlgExecStateSvc::AlgStateMap_t & AlgExecStateSvc::algExecStates ( const EventContext ctx) const
override

Definition at line 140 of file AlgExecStateSvc.cpp.

140  {
141  checkInit();
142  return m_algStates.at( ctx.slot() );
143 }
std::vector< AlgStateMap_t > m_algStates
void checkInit() const

◆ checkInit()

void AlgExecStateSvc::checkInit ( ) const
private

Definition at line 59 of file AlgExecStateSvc.cpp.

59  {
60 
61  if ( !m_isInit ) {
62  fatal() << "AlgExecStateSvc not initialized before first use" << endmsg;
63  throw GaudiException( "AlgExecStateSvc not initialized before first use!", "AlgExecStateSvc", StatusCode::FAILURE );
64  }
65 }
Define general base for Gaudi exception.
constexpr static const auto FAILURE
Definition: StatusCode.h:86
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:192

◆ dump()

void AlgExecStateSvc::dump ( std::ostringstream ost,
const EventContext ctx 
) const
override

Definition at line 69 of file AlgExecStateSvc.cpp.

69  {
70  size_t slotID = ctx.valid() ? ctx.slot() : 0;
71 
72  ost << " [slot: " << slotID << ", incident: " << m_eventStatus.at( slotID ) << "]:\n\n";
73 
74  auto& algState = m_algStates.at( slotID );
75  auto ml = std::accumulate( begin( algState ), end( algState ), size_t{0},
76  []( size_t m, const auto& as ) { return std::max( m, as.first.str().length() ); } );
77 
78  for ( auto& e : algState ) ost << " + " << std::setw( ml ) << e.first.str() << " " << e.second << '\n';
79 }
std::vector< AlgStateMap_t > m_algStates
T setw(T... args)
T at(T... args)
constexpr double m
Definition: SystemOfUnits.h:92
def end
Definition: IOTest.py:113
T max(T... args)
std::vector< EventStatus::Status > m_eventStatus
AttribStringParser::Iterator begin(const AttribStringParser &parser)
T accumulate(T... args)

◆ eventStatus()

const EventStatus::Status & AlgExecStateSvc::eventStatus ( const EventContext ctx) const
override

Definition at line 147 of file AlgExecStateSvc.cpp.

147  {
148  checkInit();
149  return m_eventStatus.at( ctx.slot() );
150 }
void checkInit() const
T at(T... args)
std::vector< EventStatus::Status > m_eventStatus

◆ incrementErrorCount()

unsigned int AlgExecStateSvc::incrementErrorCount ( const IAlgorithm iAlg)
override

Definition at line 209 of file AlgExecStateSvc.cpp.

209  {
210  auto itr = m_errorCount.find( iAlg->nameKey() );
211  if ( itr == m_errorCount.end() ) {
212  error() << "Unable to find Algorithm \"" << iAlg->name() << "\" in map"
213  << " of ErrorCounts" << endmsg;
214  return 0;
215  }
216  return ++( itr->second );
217 }
std::map< Gaudi::StringKey, std::atomic< unsigned int > > m_errorCount
T end(T... args)
virtual const Gaudi::StringKey & nameKey() const =0
StringKey rep of name.
MsgStream & error() const
shortcut for the method msgStream(MSG::ERROR)
T find(T... args)
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:192

◆ init()

void AlgExecStateSvc::init ( )
private

Definition at line 12 of file AlgExecStateSvc.cpp.

12  {
13 
14  // seriously? do we have no way of getting a Service by type???
15  std::string wbn;
16  for ( auto& is : serviceLocator()->getServices() ) {
17  IHiveWhiteBoard* iwb = dynamic_cast<IHiveWhiteBoard*>( is );
18  if ( iwb ) {
19  wbn = is->name();
20  if ( msgLevel( MSG::VERBOSE ) ) verbose() << "HiveWhiteBoard service name is " << wbn << endmsg;
21  break;
22  }
23  }
24 
26  wbs = serviceLocator()->service( wbn, false );
27 
28  if ( wbs.isValid() ) {
29  m_algStates.resize( wbs->getNumberOfStores() );
31  } else {
32  m_algStates.resize( 1 );
33  m_eventStatus.resize( 1 );
34  }
35 
36  if ( msgLevel( MSG::DEBUG ) ) debug() << "resizing state containers to : " << m_algStates.size() << endmsg;
37 
39  if ( !algMan.isValid() ) {
40  fatal() << "could not get the AlgManager" << endmsg;
41  throw GaudiException( "In AlgExecStateSvc, unable to get the AlgManager!", "AlgExecStateSvc", StatusCode::FAILURE );
42  }
43 
44  m_isInit = true;
45 
46  auto algos = algMan->getAlgorithms();
47  for ( auto& alg : algos ) addAlg( alg );
48  for ( auto& alg : m_preInitAlgs ) addAlg( alg );
49 
50  if ( msgLevel( MSG::VERBOSE ) ) {
53  verbose() << "dumping state:\n" << ost.str() << endmsg;
54  }
55 }
SmartIF< ISvcLocator > & serviceLocator() const override
Retrieve pointer to service locator.
Definition: Service.cpp:277
Define general base for Gaudi exception.
std::vector< AlgStateMap_t > m_algStates
bool isValid() const
Allow for check if smart pointer is valid.
Definition: SmartIF.h:62
void addAlg(const Gaudi::StringKey &algName) override
void dump(std::ostringstream &ost, const EventContext &ctx) const override
MSG::Level msgLevel() const
get the cached level (originally extracted from the embedded MsgStream)
T resize(T... args)
STL class.
StatusCode service(const Gaudi::Utils::TypeNameString &name, T *&svc, bool createIf=true)
Templated method to access a service by name.
Definition: ISvcLocator.h:76
MsgStream & verbose() const
shortcut for the method msgStream(MSG::VERBOSE)
GAUDI_API const EventContext & currentContext()
T str(T... args)
MsgStream & debug() const
shortcut for the method msgStream(MSG::DEBUG)
virtual size_t getNumberOfStores() const =0
Get the number of 'slots'.
std::vector< Gaudi::StringKey > m_preInitAlgs
constexpr static const auto FAILURE
Definition: StatusCode.h:86
std::vector< EventStatus::Status > m_eventStatus
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:192

◆ reset()

void AlgExecStateSvc::reset ( const EventContext ctx)
override

Definition at line 173 of file AlgExecStateSvc.cpp.

173  {
174  if ( msgLevel( MSG::DEBUG ) ) verbose() << "reset(" << ctx.slot() << ")" << endmsg;
175 
177  for ( auto& e : m_algStates.at( ctx.slot() ) ) e.second.reset();
178 
180 }
std::vector< AlgStateMap_t > m_algStates
std::once_flag m_initFlag
T call_once(T... args)
MSG::Level msgLevel() const
get the cached level (originally extracted from the embedded MsgStream)
T at(T... args)
MsgStream & verbose() const
shortcut for the method msgStream(MSG::VERBOSE)
std::vector< EventStatus::Status > m_eventStatus
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:192

◆ resetErrorCount()

void AlgExecStateSvc::resetErrorCount ( const IAlgorithm iAlg)
override

Definition at line 197 of file AlgExecStateSvc.cpp.

197  {
198  auto itr = m_errorCount.find( iAlg->nameKey() );
199  if ( itr != m_errorCount.end() ) {
200  itr->second = 0;
201  } else {
202  error() << "Unable to find Algorithm \"" << iAlg->name() << "\" in map"
203  << " of ErrorCounts" << endmsg;
204  }
205 }
std::map< Gaudi::StringKey, std::atomic< unsigned int > > m_errorCount
T end(T... args)
virtual const Gaudi::StringKey & nameKey() const =0
StringKey rep of name.
MsgStream & error() const
shortcut for the method msgStream(MSG::ERROR)
T find(T... args)
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:192

◆ setEventStatus()

void AlgExecStateSvc::setEventStatus ( const EventStatus::Status sc,
const EventContext ctx 
)
override

Definition at line 154 of file AlgExecStateSvc.cpp.

154  {
156  m_eventStatus.at( ctx.slot() ) = sc;
157 }
std::once_flag m_initFlag
T call_once(T... args)
T at(T... args)
std::vector< EventStatus::Status > m_eventStatus

◆ updateEventStatus()

void AlgExecStateSvc::updateEventStatus ( const bool &  b,
const EventContext ctx 
)
override

Definition at line 161 of file AlgExecStateSvc.cpp.

161  {
163  auto& status = m_eventStatus.at( ctx.slot() );
164  if ( status == EventStatus::Success ) {
165  if ( fail ) status = EventStatus::AlgFail;
166  } else if ( status == EventStatus::Invalid ) {
167  status = ( fail ? EventStatus::AlgFail : EventStatus::Success );
168  }
169 }
std::once_flag m_initFlag
T call_once(T... args)
T at(T... args)
std::vector< EventStatus::Status > m_eventStatus

Member Data Documentation

◆ m_algStates

std::vector<AlgStateMap_t> AlgExecStateSvc::m_algStates
private

Definition at line 46 of file AlgExecStateSvc.h.

◆ m_errorCount

std::map<Gaudi::StringKey, std::atomic<unsigned int> > AlgExecStateSvc::m_errorCount
private

Definition at line 51 of file AlgExecStateSvc.h.

◆ m_eventStatus

std::vector<EventStatus::Status> AlgExecStateSvc::m_eventStatus
private

Definition at line 48 of file AlgExecStateSvc.h.

◆ m_initFlag

std::once_flag AlgExecStateSvc::m_initFlag
private

Definition at line 55 of file AlgExecStateSvc.h.

◆ m_isInit

bool AlgExecStateSvc::m_isInit = false
private

Definition at line 56 of file AlgExecStateSvc.h.

◆ m_mut

std::mutex AlgExecStateSvc::m_mut
private

Definition at line 58 of file AlgExecStateSvc.h.

◆ m_preInitAlgs

std::vector<Gaudi::StringKey> AlgExecStateSvc::m_preInitAlgs
private

Definition at line 49 of file AlgExecStateSvc.h.


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