#include <StepDecision.h>
Definition at line 12 of file StepDecision.h.
◆ StepDecision()
StepDecision::StepDecision |
( |
const std::string & | name, |
|
|
ISvcLocator * | pSvcLocator ) |
◆ ~StepDecision()
StepDecision::~StepDecision |
( |
| ) |
|
◆ execDecision()
int StepDecision::execDecision |
( |
const std::string & | sigID | ) |
|
Definition at line 50 of file StepDecision.cxx.
50 {
51
52 MsgStream log( messageService(), name() );
53
54
55 Signature* sig = m_SigMap[sigID];
57
59 m_behaviour = sig->
result();
60
61 return decision;
62}
const std::string & result() const
const std::string & midresult() const
int isCriteriaMatched()
For trigger.
◆ execute()
StatusCode StepDecision::execute |
( |
| ) |
|
|
inline |
◆ finalize()
StatusCode StepDecision::finalize |
( |
| ) |
|
|
inline |
◆ getBehaviour()
const std::string & StepDecision::getBehaviour |
( |
| ) |
const |
|
inline |
◆ getContinue()
const std::string & StepDecision::getContinue |
( |
| ) |
const |
|
inline |
◆ initDecision()
Definition at line 31 of file StepDecision.cxx.
31 {
32
33 MsgStream log( messageService(), name() );
34
35 StatusCode sc = service( "HltStoreSvc", m_HltStoreSvc);
36 if( sc.isFailure() ) {
37 log << MSG::FATAL << name() << ": Unable to locate Service HltStoreSvc" << endreq;
38 return sc;
39 }
40
41 std::string sigID = signature->
label();
42 m_SigMap[sigID] = signature;
43 log << MSG::INFO << name() << " Find Signature with ID: " << sigID << endreq;
44
45 return StatusCode::SUCCESS;
46}
std::string label() const
◆ initialize()
StatusCode StepDecision::initialize |
( |
| ) |
|
|
inline |
◆ isEnabled()
virtual bool StepDecision::isEnabled |
( |
| ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following files: