Basic interface for the TrigDecisionTool. More...
#include <ITrigDecisionTool.h>
Public Member Functions | |
virtual bool | isPassed (const std::string &pattern) const =0 |
Get the decision for a trigger chain. | |
virtual bool | isPassed (const std::string &pattern, unsigned int condition) const =0 |
Get the decision for a trigger chain with a given condition. | |
virtual unsigned int | isPassedBits (const std::string &chain) const =0 |
Get expert-level information about a given trigger chain. |
Basic interface for the TrigDecisionTool.
It is used by some packages that are not in AtlasTrigger or higher.
virtual bool Trig::ITrigDecisionTool::isPassed | ( | const std::string & | pattern, | |
unsigned int | condition | |||
) | const [pure virtual] |
Get the decision for a trigger chain with a given condition.
Implemented in Trig::TrigDecisionTool.
virtual bool Trig::ITrigDecisionTool::isPassed | ( | const std::string & | pattern | ) | const [pure virtual] |
Get the decision for a trigger chain.
Implemented in Trig::TrigDecisionTool.
virtual unsigned int Trig::ITrigDecisionTool::isPassedBits | ( | const std::string & | chain | ) | const [pure virtual] |
Get expert-level information about a given trigger chain.
Implemented in Trig::TrigDecisionTool.