#include "AthenaKernel/CLASS_DEF.h"
#include <iostream>
#include <stdint.h>
#include <string>
#include <vector>
#include "TrigMonitoringEvent/TrigConfSig.h"
Go to the source code of this file.
|
| namespace | Trig |
| | The common trigger namespace for trigger analysis tools.
|
| namespace | Trig::Bits |
|
| std::string | str (const TrigConfChain &) |
| uint16_t | Trig::getEncodedId (int level, int counter) |
| uint16_t | Trig::getEncodedId (const std::string &level, int counter) |
| uint16_t | Trig::getCounterFromEncodedId (uint16_t encoded) |
| uint16_t | Trig::getLevelFromEncodedId (uint16_t encoded) |
| bool | operator== (const TrigConfChain &lhs, const TrigConfChain &rhs) |
| bool | operator< (const TrigConfChain &lhs, const TrigConfChain &rhs) |
| bool | operator== (const TrigConfChain &chn, const std::string &name) |
| bool | operator== (const std::string &name, const TrigConfChain &chn) |
| bool | operator< (const TrigConfChain &chn, const std::string &name) |
| bool | operator< (const std::string &name, const TrigConfChain &chn) |
| bool | operator== (const TrigConfChain &chn, unsigned int id) |
| bool | operator== (unsigned int id, const TrigConfChain &chn) |
| bool | operator< (const TrigConfChain &chn, unsigned int id) |
| bool | operator< (unsigned int id, const TrigConfChain &chn) |
◆ operator<() [1/5]
| bool operator< |
( |
const std::string & | name, |
|
|
const TrigConfChain & | chn ) |
|
inline |
Definition at line 189 of file TrigConfChain.h.
189 {
191}
const std::string & getName() const
◆ operator<() [2/5]
| bool operator< |
( |
const TrigConfChain & | chn, |
|
|
const std::string & | name ) |
|
inline |
◆ operator<() [3/5]
◆ operator<() [4/5]
◆ operator<() [5/5]
◆ operator==() [1/5]
| bool operator== |
( |
const std::string & | name, |
|
|
const TrigConfChain & | chn ) |
|
inline |
◆ operator==() [2/5]
| bool operator== |
( |
const TrigConfChain & | chn, |
|
|
const std::string & | name ) |
|
inline |
◆ operator==() [3/5]
◆ operator==() [4/5]
◆ operator==() [5/5]
◆ str()
Definition at line 229 of file TrigConfChain.cxx.
230{
232
233 s <<
"TrigConfChain: "
237
238 s <<
" signatures: ";
241 }
243
247 }
249
253 }
255
257}
const std::vector< std::string > & getStream() const
const std::string & getLowerName() const
const std::vector< std::string > & getGroup() const
const std::vector< TrigConfSig > & getSignature() const
const std::string getLevel() const