![]() |
ATLAS Offline Software
|
#include <sstream>#include "AthenaKernel/errorcheck.h"#include "TrigMonitoringEvent/TrigConfVar.h"Go to the source code of this file.
Namespaces | |
| namespace | TrigVar |
Functions | |
| std::string | str (const TrigConfVar &o) |
| uint16_t Trig::ReserveVarId | ATLAS_NOT_THREAD_SAFE (const std::string &name) |
| uint16_t Trig::ReserveVarId | ATLAS_NOT_THREAD_SAFE (const std::string &name, uint16_t id) |
| bool Trig::FindVarId | ATLAS_NOT_THREAD_SAFE (const std::string &name, uint16_t &id) |
| bool Trig::FindVarName | ATLAS_NOT_THREAD_SAFE (const uint16_t id, std::string &name) |
| std::vector< TrigConfVar > Trig::GetCurrentTrigConfVarVector | ATLAS_NOT_THREAD_SAFE () |
| Install fatal handler with default options. | |
Variables | |
| static std::vector< TrigConfVar > | TrigVar::gVarVec |
| static unsigned int | TrigVar::gCounter = 60000 |
|
inline |
Install fatal handler with default options.
This is meant to be easy to call from python via ctypes.
Definition at line 164 of file TrigConfVar.cxx.
| uint16_t Trig::ReserveVarId ATLAS_NOT_THREAD_SAFE | ( | const std::string & | name | ) |
Definition at line 47 of file TrigConfVar.cxx.
| bool Trig::FindVarId ATLAS_NOT_THREAD_SAFE | ( | const std::string & | name, |
| uint16_t & | id ) |
Definition at line 130 of file TrigConfVar.cxx.
| uint16_t Trig::ReserveVarId ATLAS_NOT_THREAD_SAFE | ( | const std::string & | name, |
| uint16_t | id ) |
Definition at line 75 of file TrigConfVar.cxx.
| bool Trig::FindVarName ATLAS_NOT_THREAD_SAFE | ( | const uint16_t | id, |
| std::string & | name ) |
Definition at line 147 of file TrigConfVar.cxx.
| std::string str | ( | const TrigConfVar & | o | ) |
Definition at line 38 of file TrigConfVar.cxx.