![]() |
ATLAS Offline Software
|
#include <HLTUtils.h>
Static Public Member Functions | |
| 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 Private Attributes | |
| 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. | |
Definition at line 47 of file TrigConfHLTUtils/TrigConfHLTUtils/HLTUtils.h.
|
static |
debugging output of internal dictionary
|
static |
hash function translating identifiers into names (via internal dictionary)
|
static |
debugging output of internal dictionary
|
static |
hash function translating TE names into identifiers
|
inlinestaticprivate |
Nested concurrent hash-maps to store (key=hash, value=string) pairs for different hash categories.
Definition at line 63 of file TrigConfHLTUtils/TrigConfHLTUtils/HLTUtils.h.
|
inlinestaticprivate |
In-file identifier.
Definition at line 60 of file TrigConfHLTUtils/TrigConfHLTUtils/HLTUtils.h.