#include "AthenaKernel/CLASS_DEF.h"
#include "CxxUtils/checker_macros.h"
#include <iostream>
#include <string>
#include <vector>
#include "TrigMonitoringEvent/TrigMonVar.h"
Go to the source code of this file.
|
| namespace | Trig |
| | The common trigger namespace for trigger analysis tools.
|
|
| std::string | str (const TrigConfVar &) |
| uint16_t ReserveVarId | Trig::ATLAS_NOT_THREAD_SAFE (const std::string &name) |
| uint16_t ReserveVarId | Trig::ATLAS_NOT_THREAD_SAFE (const std::string &name, uint16_t id) |
| bool FindVarId | Trig::ATLAS_NOT_THREAD_SAFE (const std::string &name, uint16_t &id) |
| bool FindVarName | Trig::ATLAS_NOT_THREAD_SAFE (const uint16_t id, std::string &name) |
| std::vector< TrigConfVar > GetCurrentTrigConfVarVector | Trig::ATLAS_NOT_THREAD_SAFE () |
| bool | operator== (const TrigConfVar &lhs, const TrigConfVar &rhs) |
| bool | operator== (const TrigConfVar &key, const std::string &str) |
| bool | operator== (const std::string &str, const TrigConfVar &key) |
| bool | operator== (const TrigConfVar &key, const unsigned int id) |
| bool | operator== (const unsigned int id, const TrigConfVar &key) |
| bool | operator== (const TrigConfVar &key, const TrigMonVar &var) |
| bool | operator== (const TrigMonVar &var, const TrigConfVar &key) |
◆ operator==() [1/7]
| bool operator== |
( |
const std::string & | str, |
|
|
const TrigConfVar & | key ) |
|
inline |
◆ operator==() [2/7]
| bool operator== |
( |
const TrigConfVar & | key, |
|
|
const std::string & | str ) |
|
inline |
◆ operator==() [3/7]
◆ operator==() [4/7]
| bool operator== |
( |
const TrigConfVar & | key, |
|
|
const unsigned int | id ) |
|
inline |
◆ operator==() [5/7]
Definition at line 69 of file TrigConfVar.h.
69 {
71}
const std::string & getName() const
◆ operator==() [6/7]
◆ operator==() [7/7]
| bool operator== |
( |
const unsigned int | id, |
|
|
const TrigConfVar & | key ) |
|
inline |
◆ str()
Definition at line 38 of file TrigConfVar.cxx.
39{
41 s <<
"TrigConfVar: " << o.
name() <<
"=" << o.
id();
42
44}
const std::string & name() const