|
BOSS 7.1.1
BESIII Offline Software System
|
#include <StepDecision.h>
Inheritance diagram for StepDecision:Public Member Functions | |
| StepDecision (const std::string &name, ISvcLocator *pSvcLocator) | |
| ~StepDecision () | |
| virtual bool | isEnabled () const |
| StatusCode | initialize () |
| StatusCode | execute () |
| StatusCode | finalize () |
| StatusCode | initDecision (HltProcessor::Signature *) |
| int | execDecision (const std::string &sigID) |
| const std::string & | getBehaviour () const |
| const std::string & | getContinue () const |
Definition at line 12 of file StepDecision.h.
| StepDecision::StepDecision | ( | const std::string & | name, |
| ISvcLocator * | pSvcLocator ) |
Definition at line 21 of file StepDecision.cxx.
| StepDecision::~StepDecision | ( | ) |
Definition at line 27 of file StepDecision.cxx.
| int StepDecision::execDecision | ( | const std::string & | sigID | ) |
Definition at line 50 of file StepDecision.cxx.
Referenced by StepHandler::execute().
|
inline |
Definition at line 21 of file StepDecision.h.
|
inline |
Definition at line 22 of file StepDecision.h.
|
inline |
Definition at line 26 of file StepDecision.h.
Referenced by StepHandler::execute().
|
inline |
Definition at line 27 of file StepDecision.h.
Referenced by StepHandler::execute().
| StatusCode StepDecision::initDecision | ( | HltProcessor::Signature * | signature | ) |
Definition at line 31 of file StepDecision.cxx.
Referenced by StepHandler::beginRun().
|
inline |
Definition at line 20 of file StepDecision.h.
|
inlinevirtual |
Definition at line 19 of file StepDecision.h.