#include <HLTIdentifier.h>
◆ Identifier() [1/2]
| Identifier::Identifier |
( |
const std::string & | stringID | ) |
|
|
explicit |
constructs identifier from human redable name
Definition at line 9 of file HLTIdentifier.cxx.
TrigCompositeUtils::DecisionID m_id
static HLTHash string2hash(const std::string &, const std::string &category="TE")
hash function translating TE names into identifiers
◆ Identifier() [2/2]
◆ fromToolName()
Definition at line 21 of file HLTIdentifier.cxx.
21 {
22 return HLT::Identifier( tname.substr( tname.find('.') + 1 ) );
23}
◆ name()
| std::string Identifier::name |
( |
| ) |
const |
reports human redable name
Definition at line 12 of file HLTIdentifier.cxx.
12 {
14}
TrigCompositeUtils::DecisionID numeric() const
numeric ID
static const std::string hash2string(HLTHash, const std::string &category="TE")
hash function translating identifiers into names (via internal dictionary)
◆ numeric()
◆ operator TrigCompositeUtils::DecisionID()
◆ operator<() [1/2]
| bool HLT::Identifier::operator< |
( |
const Identifier & | rhs | ) |
const |
|
inline |
◆ operator<() [2/2]
◆ operator==() [1/2]
| bool HLT::Identifier::operator== |
( |
const Identifier & | rhs | ) |
const |
|
inline |
◆ operator==() [2/2]
◆ m_id
The documentation for this class was generated from the following files: