![]() |
ATLAS Offline Software
|
This file contains the class definition for the TriggerRegistryTool class. More...
#include <TriggerRegistryTool.h>
Public Member Functions | |
TriggerRegistryTool (const std::string &, const std::string &, const IInterface *) | |
virtual | ~TriggerRegistryTool () |
bool | registerTriggerSelector (const TString &name, const TString ®expr, const std::list< TString > &trigpar) |
register trigger More... | |
const std::map< TString, tvtPair > & | getTriggerSelectorRegistry () |
get selector registry More... | |
Protected Attributes | |
std::map< TString, tvtPair > | m_registry |
This file contains the class definition for the TriggerRegistryTool class.
Definition at line 22 of file TriggerRegistryTool.h.
TriggerRegistryTool::TriggerRegistryTool | ( | const std::string & | type, |
const std::string & | name, | ||
const IInterface * | parent | ||
) |
Definition at line 8 of file TriggerRegistryTool.cxx.
|
virtual |
Definition at line 14 of file TriggerRegistryTool.cxx.
bool TriggerRegistryTool::registerTriggerSelector | ( | const TString & | name, |
const TString & | regexpr, | ||
const std::list< TString > & | trigpar | ||
) |
register trigger
Definition at line 20 of file TriggerRegistryTool.cxx.
|
protected |
Definition at line 35 of file TriggerRegistryTool.h.