#include </builds/gaudi/Gaudi/GaudiHive/src/PRGraph/PrecedenceRulesGraph.h>
Definition at line 195 of file PrecedenceRulesGraph.h.
◆ EntityState()
Definition at line 196 of file PrecedenceRulesGraph.h.
201 MsgStream
log{
msgSvc,
"EntityState.Getter" };
202
203
205 log <<
MSG::WARNING <<
"Failed to locate EventDataSvc: no way to add DO "
206 <<
"states to the TTT dump " <<
endmsg;
207 }
208
210
213 log <<
MSG::WARNING <<
"Failed to locate CondSvc: no way to add Condition DO "
214 <<
"states to the TTT dump " <<
endmsg;
215 }
216
217 if ( !
m_slot.eventContext->valid() )
218 log <<
MSG::WARNING <<
"Event context is invalid: no way to add DO states"
219 <<
" in the TTT dump" <<
endmsg;
220 }
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
virtual SmartIF< IService > & service(const Gaudi::Utils::TypeNameString &typeName, const bool createIf=true)=0
Returns a smart pointer to a service.
GAUDI_API ISvcLocator * svcLocator()
SmartIF< ICondSvc > m_condSvc
SmartIF< IHiveWhiteBoard > m_whiteboard
◆ operator()() [1/4]
std::string precedence::EntityState::operator() |
( |
const AlgoProps & | props | ) |
const |
|
inline |
◆ operator()() [2/4]
std::string precedence::EntityState::operator() |
( |
const CondDataProps & | props | ) |
const |
|
inline |
◆ operator()() [3/4]
std::string precedence::EntityState::operator() |
( |
const DataProps & | props | ) |
const |
|
inline |
◆ operator()() [4/4]
std::string precedence::EntityState::operator() |
( |
const DecisionHubProps & | | ) |
const |
|
inline |
◆ m_conditionsEnabled
bool precedence::EntityState::m_conditionsEnabled { false } |
◆ m_condSvc
◆ m_slot
const EventSlot& precedence::EntityState::m_slot |
◆ m_whiteboard
The documentation for this struct was generated from the following file: