![]() |
ATLAS Offline Software
|
#include <BIS78TrigOut.h>
Public Member Functions | |
| BIS78TrigOut ()=default | |
| BIS78TrigOut (const std::vector< int > &BIS78Trigger, const std::vector< uint8_t > &BIS78eta, const std::vector< uint8_t > &BIS78phi, const std::vector< uint8_t > &BIS78Deta, const std::vector< uint8_t > &BIS78Dphi, const std::vector< uint8_t > &BIS78flag3over3over3Eta, const std::vector< uint8_t > &BIS78flag3over3Phi, LVL1TGCTrigger::TGCArguments *tgcargs=nullptr) | |
| BIS78TrigOut (const std::vector< int > &BIS78Trigger, LVL1TGCTrigger::TGCArguments *tgcargs=nullptr) | |
| BIS78TrigOut & | operator+= (const BIS78TrigOut &right) |
| bool | operator== (const BIS78TrigOut &right) const |
| bool | operator!= (const BIS78TrigOut &right) const |
| void | setBIS78PadBoard (int BIS78PB) |
| void | setEta (uint8_t BIS78eta) |
| void | setPhi (uint8_t BIS78phi) |
| void | setDeta (uint8_t BIS78Deta) |
| void | setDphi (uint8_t BIS78Dphi) |
| void | setflag3over3eta (uint8_t BIS78flag3over3eta) |
| void | setflag3over3phi (uint8_t BIS78flag3over3phi) |
| void | clear () |
| const std::vector< int > & | getBIS78PadBoard () const |
| const std::vector< uint8_t > & | getBIS78eta () const |
| const std::vector< uint8_t > & | getBIS78phi () const |
| const std::vector< uint8_t > & | getBIS78Deta () const |
| const std::vector< uint8_t > & | getBIS78Dphi () const |
| const std::vector< uint8_t > & | getBIS78flag3over3eta () const |
| const std::vector< uint8_t > & | getBIS78flag3over3phi () const |
| void | print () const |
Protected Attributes | |
| std::vector< int > | m_BIS78PadBoard |
| std::vector< uint8_t > | m_BIS78eta_6bit |
| std::vector< uint8_t > | m_BIS78phi_6bit |
| std::vector< uint8_t > | m_BIS78Deta_3bit |
| std::vector< uint8_t > | m_BIS78Dphi_3bit |
| std::vector< uint8_t > | m_BIS78flag3over3eta_1bit |
| std::vector< uint8_t > | m_BIS78flag3over3phi_1bit |
Private Attributes | |
| LVL1TGCTrigger::TGCArguments * | m_tgcArgs {nullptr} |
Definition at line 16 of file BIS78TrigOut.h.
|
default |
| LVL1TGC::BIS78TrigOut::BIS78TrigOut | ( | const std::vector< int > & | BIS78Trigger, |
| const std::vector< uint8_t > & | BIS78eta, | ||
| const std::vector< uint8_t > & | BIS78phi, | ||
| const std::vector< uint8_t > & | BIS78Deta, | ||
| const std::vector< uint8_t > & | BIS78Dphi, | ||
| const std::vector< uint8_t > & | BIS78flag3over3over3Eta, | ||
| const std::vector< uint8_t > & | BIS78flag3over3Phi, | ||
| LVL1TGCTrigger::TGCArguments * | tgcargs = nullptr ) |
Definition at line 11 of file BIS78TrigOut.cxx.
| LVL1TGC::BIS78TrigOut::BIS78TrigOut | ( | const std::vector< int > & | BIS78Trigger, |
| LVL1TGCTrigger::TGCArguments * | tgcargs = nullptr ) |
Definition at line 23 of file BIS78TrigOut.cxx.
|
inline |
Definition at line 58 of file BIS78TrigOut.h.
|
inline |
Definition at line 64 of file BIS78TrigOut.h.
|
inline |
Definition at line 65 of file BIS78TrigOut.h.
|
inline |
Definition at line 62 of file BIS78TrigOut.h.
|
inline |
Definition at line 66 of file BIS78TrigOut.h.
|
inline |
Definition at line 67 of file BIS78TrigOut.h.
|
inline |
Definition at line 61 of file BIS78TrigOut.h.
|
inline |
Definition at line 63 of file BIS78TrigOut.h.
|
inline |
Definition at line 44 of file BIS78TrigOut.h.
| BIS78TrigOut & LVL1TGC::BIS78TrigOut::operator+= | ( | const BIS78TrigOut & | right | ) |
Definition at line 28 of file BIS78TrigOut.cxx.
|
inline |
Definition at line 39 of file BIS78TrigOut.h.
| void LVL1TGC::BIS78TrigOut::print | ( | ) | const |
Definition at line 42 of file BIS78TrigOut.cxx.
|
inline |
Definition at line 51 of file BIS78TrigOut.h.
|
inline |
Definition at line 54 of file BIS78TrigOut.h.
|
inline |
Definition at line 55 of file BIS78TrigOut.h.
|
inline |
Definition at line 52 of file BIS78TrigOut.h.
|
inline |
Definition at line 56 of file BIS78TrigOut.h.
|
inline |
Definition at line 57 of file BIS78TrigOut.h.
|
inline |
Definition at line 53 of file BIS78TrigOut.h.
|
protected |
Definition at line 21 of file BIS78TrigOut.h.
|
protected |
Definition at line 22 of file BIS78TrigOut.h.
|
protected |
Definition at line 19 of file BIS78TrigOut.h.
|
protected |
Definition at line 23 of file BIS78TrigOut.h.
|
protected |
Definition at line 24 of file BIS78TrigOut.h.
|
protected |
Definition at line 18 of file BIS78TrigOut.h.
|
protected |
Definition at line 20 of file BIS78TrigOut.h.
|
private |
Definition at line 73 of file BIS78TrigOut.h.