![]() |
ATLAS Offline Software
|
#include <TrigConfSig.h>
Public Member Functions | |
| TrigConfSig ()=default | |
| TrigConfSig (uint32_t counter, int logic, const std::string &label) | |
| void | clearStrings () |
| void | addOutputTE (uint32_t te) |
| uint32_t | getCounter () const |
| int | getLogic () const |
| const std::string & | getLabel () const |
| const std::vector< uint32_t > & | getOutputTEs () const |
| bool | matchOutputTE (uint32_t te) const |
| void | print (std::ostream &os) const |
| void | print () const |
Private Attributes | |
| uint32_t | m_counter {} |
| int | m_logic {} |
| std::string | m_label |
| std::vector< uint32_t > | m_output_te |
Definition at line 26 of file TrigConfSig.h.
|
default |
| TrigConfSig::TrigConfSig | ( | uint32_t | counter, |
| int | logic, | ||
| const std::string & | label ) |
Definition at line 19 of file TrigConfSig.cxx.
|
inline |
Definition at line 35 of file TrigConfSig.h.
| void TrigConfSig::clearStrings | ( | ) |
Definition at line 27 of file TrigConfSig.cxx.
|
inline |
Definition at line 37 of file TrigConfSig.h.
|
inline |
Definition at line 39 of file TrigConfSig.h.
|
inline |
Definition at line 38 of file TrigConfSig.h.
|
inline |
Definition at line 41 of file TrigConfSig.h.
| bool TrigConfSig::matchOutputTE | ( | uint32_t | te | ) | const |
Definition at line 36 of file TrigConfSig.cxx.
| void TrigConfSig::print | ( | ) | const |
Definition at line 47 of file TrigConfSig.cxx.
| void TrigConfSig::print | ( | std::ostream & | os | ) | const |
Definition at line 42 of file TrigConfSig.cxx.
|
private |
Definition at line 49 of file TrigConfSig.h.
|
private |
Definition at line 51 of file TrigConfSig.h.
|
private |
Definition at line 50 of file TrigConfSig.h.
|
private |
Definition at line 52 of file TrigConfSig.h.