#include <HLTUtils.h>
|
| static HLTHash | string2hash (const std::string &, const std::string &category="TE") |
| | hash function translating TE names into identifiers
|
| static const std::string | hash2string (HLTHash, const std::string &category="TE") |
| | hash function translating identifiers into names (via internal dictionary)
|
| static void | hashes2file (const std::string &fileName="hashes2string.txt") |
| | debugging output of internal dictionary
|
| static void | file2hashes (const std::string &fileName="hashes2string.txt") |
| | debugging output of internal dictionary
|
|
| static const std::string | s_newCategory {"##NewCategory"} |
| | In-file identifier.
|
| static HashStore s_hashStore | ATLAS_THREAD_SAFE {} |
| | Nested concurrent hash-maps to store (key=hash, value=string) pairs for different hash categories.
|
◆ file2hashes()
| void TrigConf::HLTUtils::file2hashes |
( |
const std::string & | fileName = "hashes2string.txt" | ) |
|
|
static |
debugging output of internal dictionary
◆ hash2string()
| const std::string TrigConf::HLTUtils::hash2string |
( |
HLTHash | , |
|
|
const std::string & | category = "TE" ) |
|
static |
hash function translating identifiers into names (via internal dictionary)
◆ hashes2file()
| void TrigConf::HLTUtils::hashes2file |
( |
const std::string & | fileName = "hashes2string.txt" | ) |
|
|
static |
debugging output of internal dictionary
◆ string2hash()
| HLTHash TrigConf::HLTUtils::string2hash |
( |
const std::string & | , |
|
|
const std::string & | category = "TE" ) |
|
static |
hash function translating TE names into identifiers
◆ ATLAS_THREAD_SAFE
| HashStore s_hashStore TrigConf::HLTUtils::ATLAS_THREAD_SAFE {} |
|
inlinestaticprivate |
◆ s_newCategory
| const std::string TrigConf::HLTUtils::s_newCategory {"##NewCategory"} |
|
inlinestaticprivate |
The documentation for this class was generated from the following file: