![]() |
ATLAS Offline Software
|
#include <TrigConfAlg.h>
Public Member Functions | |
| TrigConfAlg ()=default | |
| TrigConfAlg (const uint32_t index, const uint32_t position, const std::string &name, const std::string &type, const uint32_t name_id, const uint32_t type_id) | |
| void | clearStrings () |
| const std::string & | getName () const |
| const std::string & | getType () const |
| uint16_t | getIndex () const |
| uint8_t | getPosition () const |
| uint32_t | getNameId () const |
| uint32_t | getTypeId () const |
| void | print (std::ostream &os) const |
| void | print () const |
Private Attributes | |
| uint16_t | m_index {} |
| uint8_t | m_position {} |
| uint32_t | m_name_id {} |
| uint32_t | m_type_id {} |
| std::string | m_name |
| std::string | m_type |
Definition at line 25 of file TrigConfAlg.h.
|
default |
| TrigConfAlg::TrigConfAlg | ( | const uint32_t | index, |
| const uint32_t | position, | ||
| const std::string & | name, | ||
| const std::string & | type, | ||
| const uint32_t | name_id, | ||
| const uint32_t | type_id ) |
Definition at line 13 of file TrigConfAlg.cxx.
| void TrigConfAlg::clearStrings | ( | ) |
Definition at line 35 of file TrigConfAlg.cxx.
|
inline |
Definition at line 42 of file TrigConfAlg.h.
|
inline |
Definition at line 39 of file TrigConfAlg.h.
|
inline |
Definition at line 44 of file TrigConfAlg.h.
|
inline |
Definition at line 43 of file TrigConfAlg.h.
|
inline |
Definition at line 40 of file TrigConfAlg.h.
|
inline |
Definition at line 45 of file TrigConfAlg.h.
| void TrigConfAlg::print | ( | ) | const |
Definition at line 50 of file TrigConfAlg.cxx.
| void TrigConfAlg::print | ( | std::ostream & | os | ) | const |
Definition at line 45 of file TrigConfAlg.cxx.
|
private |
Definition at line 52 of file TrigConfAlg.h.
|
private |
Definition at line 57 of file TrigConfAlg.h.
|
private |
Definition at line 54 of file TrigConfAlg.h.
|
private |
Definition at line 53 of file TrigConfAlg.h.
|
private |
Definition at line 58 of file TrigConfAlg.h.
|
private |
Definition at line 55 of file TrigConfAlg.h.