![]() |
ATLAS Offline Software
|
#include <TGCConnectionASDToPP.h>
Public Member Functions | |
| int | getConnection (const int sideId, const int layer, const int chamber, const int line, int *pp, int *connector, int *channel) const |
| bool | readData (TGCRegionType region, int type, TGCForwardBackwardType forward) |
| void | dump () const |
| TGCConnectionASDToPP () | |
| ~TGCConnectionASDToPP () | |
| TGCConnectionASDToPP (const TGCConnectionASDToPP &right) | |
| TGCConnectionASDToPP & | operator= (const TGCConnectionASDToPP &right) |
Private Attributes | |
| int | m_totalNumberOfChannel |
| int | m_type |
| TGCForwardBackwardType | m_forwardBackward |
| int * | m_layerId |
| int * | m_chamberId |
| int * | m_lineId |
| int * | m_PPId |
| int * | m_connectorId |
| int * | m_channelId |
Static Private Attributes | |
| static constexpr int | s_forwardLayer [] = {2, 1, 0, 4, 3, 6, 5, 8, 7} |
Definition at line 12 of file TGCConnectionASDToPP.h.
| LVL1TGCTrigger::TGCConnectionASDToPP::TGCConnectionASDToPP | ( | ) |
Definition at line 228 of file TGCConnectionASDToPP.cxx.
| LVL1TGCTrigger::TGCConnectionASDToPP::~TGCConnectionASDToPP | ( | ) |
Definition at line 236 of file TGCConnectionASDToPP.cxx.
| LVL1TGCTrigger::TGCConnectionASDToPP::TGCConnectionASDToPP | ( | const TGCConnectionASDToPP & | right | ) |
Definition at line 161 of file TGCConnectionASDToPP.cxx.
| void LVL1TGCTrigger::TGCConnectionASDToPP::dump | ( | ) | const |
Definition at line 41 of file TGCConnectionASDToPP.cxx.
| int LVL1TGCTrigger::TGCConnectionASDToPP::getConnection | ( | const int | sideId, |
| const int | layer, | ||
| const int | chamber, | ||
| const int | line, | ||
| int * | pp, | ||
| int * | connector, | ||
| int * | channel ) const |
Definition at line 21 of file TGCConnectionASDToPP.cxx.
| TGCConnectionASDToPP & LVL1TGCTrigger::TGCConnectionASDToPP::operator= | ( | const TGCConnectionASDToPP & | right | ) |
Definition at line 193 of file TGCConnectionASDToPP.cxx.
| bool LVL1TGCTrigger::TGCConnectionASDToPP::readData | ( | TGCRegionType | region, |
| int | type, | ||
| TGCForwardBackwardType | forward ) |
Definition at line 53 of file TGCConnectionASDToPP.cxx.
|
private |
Definition at line 31 of file TGCConnectionASDToPP.h.
|
private |
Definition at line 36 of file TGCConnectionASDToPP.h.
|
private |
Definition at line 35 of file TGCConnectionASDToPP.h.
|
private |
Definition at line 28 of file TGCConnectionASDToPP.h.
|
private |
Definition at line 30 of file TGCConnectionASDToPP.h.
|
private |
Definition at line 32 of file TGCConnectionASDToPP.h.
|
private |
Definition at line 34 of file TGCConnectionASDToPP.h.
|
private |
Definition at line 26 of file TGCConnectionASDToPP.h.
|
private |
Definition at line 27 of file TGCConnectionASDToPP.h.
|
staticconstexprprivate |
Definition at line 39 of file TGCConnectionASDToPP.h.