![]() |
ATLAS Offline Software
|
#include <TGCConnectionHPBToSL.h>
Public Member Functions | |
| TGCConnectionHPBToSL () | |
| TGCConnectionHPBToSL (const TGCConnectionHPBToSL &right) | |
| virtual | ~TGCConnectionHPBToSL () |
| int | getSLPortToHPB (int type, int index) const |
| void | setSLPortToHPB (int type, int index, int port) |
| TGCConnectionHPBToSL & | operator= (const TGCConnectionHPBToSL &right) |
| int | getNumberOfType () const |
| int | getNumber (const unsigned int type) const |
| int | getId (const unsigned int type, const unsigned int board) const |
| void | setNumberOfType (int ntype) |
| void | setNumber (const unsigned int type, int nBoard) |
| void | setId (const unsigned int type, const unsigned int board, int idIn) |
Protected Attributes | |
| std::vector< std::vector< int > > | m_id |
Private Attributes | |
| std::array< int *, TGCSector::NumberOfHighPtBoardType > | m_SLPortToHPB {} |
Definition at line 15 of file TGCConnectionHPBToSL.h.
| LVL1TGCTrigger::TGCConnectionHPBToSL::TGCConnectionHPBToSL | ( | ) |
Definition at line 10 of file TGCConnectionHPBToSL.cxx.
| LVL1TGCTrigger::TGCConnectionHPBToSL::TGCConnectionHPBToSL | ( | const TGCConnectionHPBToSL & | right | ) |
Definition at line 17 of file TGCConnectionHPBToSL.cxx.
|
virtual |
Definition at line 29 of file TGCConnectionHPBToSL.cxx.
|
inlineinherited |
Definition at line 41 of file TGCBoardConnection.h.
|
inlineinherited |
Definition at line 33 of file TGCBoardConnection.h.
|
inlineinherited |
Definition at line 21 of file TGCBoardConnection.h.
|
inline |
Definition at line 32 of file TGCConnectionHPBToSL.h.
| TGCConnectionHPBToSL & LVL1TGCTrigger::TGCConnectionHPBToSL::operator= | ( | const TGCConnectionHPBToSL & | right | ) |
Definition at line 37 of file TGCConnectionHPBToSL.cxx.
|
inherited |
|
inherited |
|
inherited |
Definition at line 20 of file TGCBoardConnection.cxx.
|
inline |
Definition at line 37 of file TGCConnectionHPBToSL.h.
|
protectedinherited |
Definition at line 30 of file TGCBoardConnection.h.
|
private |
Definition at line 28 of file TGCConnectionHPBToSL.h.