Public Member Functions | |
| TrigDecisionTool (const std::string &name) | |
| StatusCode | initialize () |
| StatusCode | beginEvent () |
| Function called when a new events is loaded. | |
| StatusCode | beginInputFile () |
| Function called when a new input file is opened. | |
| StatusCode | finalize () |
| void | outputlevelupdateHandler (Property &p) |
| virtual void | handle (const Incident &inc) |
| Function receiving incidents from IncidentSvc/TEvent. | |
| virtual bool | isPassed (const std::string &chain, unsigned int condition) const |
| true if given chain passed | |
| virtual bool | isPassed (const std::string &chain) const |
| Implementation of the ITrigDecisionTool function. | |
| virtual unsigned int | isPassedBits (const std::string &chain) const |
| Implementation of the ITrigDecisionTool function. | |
| bool | msgLvl (const MSG::Level lvl) const |
| StatusCode Trig::TrigDecisionTool::beginEvent | ( | ) | [virtual] |
Function called when a new events is loaded.
Dummy implementation that can be overridden by the derived tool.
Reimplemented from asg::AsgMetadataTool.
| StatusCode Trig::TrigDecisionTool::beginInputFile | ( | ) | [virtual] |
Function called when a new input file is opened.
Dummy implementation that can be overridden by the derived tool.
Reimplemented from asg::AsgMetadataTool.
| bool Trig::TrigDecisionTool::isPassed | ( | const std::string & | chain, | |
| unsigned int | condition | |||
| ) | const [virtual] |
true if given chain passed
Implements Trig::ITrigDecisionTool.
1.6.1