![]() |
ATLAS Offline Software
|
#include <TGCHighPtChipOut.h>
Public Member Functions | |
| TGCHighPtChipOut (TGCHighPtBoard *hpt, int bidIn) | |
| TGCHighPtChipOut () | |
| TGCHighPtChipOut (const TGCHighPtChipOut &) | |
| ~TGCHighPtChipOut () | |
| TGCHighPtChipOut & | operator= (const TGCHighPtChipOut &) |
| int | getPt (int chip, int iCandidate) const |
| int | getPos (int chip, int iCandidate) const |
| int | getHitID (int chip, int iCandidate) const |
| int | getDev (int chip, int iCandidate) const |
| int | getSel (int chip, int iCandidate) const |
| void | setPt (int chip, int iCandidate, int ptIn) |
| void | setPos (int chip, int iCandidate, int posIn) |
| void | setHitID (int chip, int iCandidate, int hitIdIn) |
| void | setDev (int chip, int iCandidate, int devIn) |
| void | setSel (int chip, int iCandidate, int selIn) |
| int | getBid () const |
| void | setBid (int bidIn) |
| void | clear () |
| void | setOrigin (const TGCHighPtBoard *originIn) |
| const TGCHighPtBoard * | getOrigin () const |
Static Public Attributes | |
| static constexpr int | s_NHitInTrackSelector = 2 |
Private Attributes | |
| const TGCHighPtBoard * | m_origin |
| int | m_bid |
| int | m_pt [NumberOfChip][s_NHitInTrackSelector] |
| int | m_pos [NumberOfChip][s_NHitInTrackSelector] |
| int | m_hitID [NumberOfChip][s_NHitInTrackSelector] |
| int | m_dev [NumberOfChip][s_NHitInTrackSelector] |
| int | m_select [NumberOfChip][s_NHitInTrackSelector] |
Definition at line 15 of file TGCHighPtChipOut.h.
| LVL1TGCTrigger::TGCHighPtChipOut::TGCHighPtChipOut | ( | TGCHighPtBoard * | hpt, |
| int | bidIn ) |
Definition at line 10 of file TGCHighPtChipOut.cxx.
| LVL1TGCTrigger::TGCHighPtChipOut::TGCHighPtChipOut | ( | ) |
Definition at line 16 of file TGCHighPtChipOut.cxx.
| LVL1TGCTrigger::TGCHighPtChipOut::TGCHighPtChipOut | ( | const TGCHighPtChipOut & | right | ) |
Definition at line 22 of file TGCHighPtChipOut.cxx.
| LVL1TGCTrigger::TGCHighPtChipOut::~TGCHighPtChipOut | ( | ) |
Definition at line 53 of file TGCHighPtChipOut.cxx.
| void LVL1TGCTrigger::TGCHighPtChipOut::clear | ( | ) |
|
inline |
Definition at line 115 of file TGCHighPtChipOut.h.
|
inline |
Definition at line 90 of file TGCHighPtChipOut.h.
|
inline |
Definition at line 102 of file TGCHighPtChipOut.h.
|
inline |
Definition at line 84 of file TGCHighPtChipOut.h.
|
inline |
Definition at line 96 of file TGCHighPtChipOut.h.
|
inline |
Definition at line 109 of file TGCHighPtChipOut.h.
|
inline |
Definition at line 121 of file TGCHighPtChipOut.h.
| TGCHighPtChipOut & LVL1TGCTrigger::TGCHighPtChipOut::operator= | ( | const TGCHighPtChipOut & | right | ) |
Definition at line 36 of file TGCHighPtChipOut.cxx.
|
inline |
Definition at line 41 of file TGCHighPtChipOut.h.
|
inline |
Definition at line 60 of file TGCHighPtChipOut.h.
|
inline |
Definition at line 72 of file TGCHighPtChipOut.h.
|
inline |
Definition at line 45 of file TGCHighPtChipOut.h.
|
inline |
Definition at line 66 of file TGCHighPtChipOut.h.
|
inline |
Definition at line 78 of file TGCHighPtChipOut.h.
|
inline |
Definition at line 127 of file TGCHighPtChipOut.h.
|
private |
Definition at line 50 of file TGCHighPtChipOut.h.
|
private |
Definition at line 55 of file TGCHighPtChipOut.h.
|
private |
Definition at line 54 of file TGCHighPtChipOut.h.
|
private |
Definition at line 49 of file TGCHighPtChipOut.h.
|
private |
Definition at line 53 of file TGCHighPtChipOut.h.
|
private |
Definition at line 52 of file TGCHighPtChipOut.h.
|
private |
Definition at line 56 of file TGCHighPtChipOut.h.
|
staticconstexpr |
Definition at line 18 of file TGCHighPtChipOut.h.