#include "TrigMonitoringEvent/TrigConfSig.h"
#include "AthenaKernel/CLASS_DEF.h"
#include <iosfwd>
#include <stdint.h>
#include <string>
#include <vector>
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 197 of file TrigConfChain.h.
197 {
199}
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 220 of file TrigConfChain.cxx.
221{
223
224 s <<
"TrigConfChain: "
228
229 s <<
" signatures: ";
232 }
234
236 for(
unsigned int i = 0;
i < o.
getStream().size(); ++
i) {
238 }
240
242 for(
unsigned int i = 0;
i < o.
getGroup().size(); ++
i) {
244 }
246
248}
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