![]() |
ATLAS Offline Software
|
#include <TGCBoardConnection.h>
Public Member Functions | |
| TGCBoardConnection () | |
| virtual | ~TGCBoardConnection () |
| TGCBoardConnection (const TGCBoardConnection &right) | |
| TGCBoardConnection & | operator= (const TGCBoardConnection &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 |
Definition at line 13 of file TGCBoardConnection.h.
| LVL1TGCTrigger::TGCBoardConnection::TGCBoardConnection | ( | ) |
Definition at line 9 of file TGCBoardConnection.cxx.
|
virtual |
Definition at line 13 of file TGCBoardConnection.cxx.
| LVL1TGCTrigger::TGCBoardConnection::TGCBoardConnection | ( | const TGCBoardConnection & | right | ) |
Definition at line 51 of file TGCBoardConnection.cxx.
|
inline |
Definition at line 41 of file TGCBoardConnection.h.
|
inline |
Definition at line 33 of file TGCBoardConnection.h.
|
inline |
Definition at line 21 of file TGCBoardConnection.h.
| TGCBoardConnection & LVL1TGCTrigger::TGCBoardConnection::operator= | ( | const TGCBoardConnection & | right | ) |
Definition at line 61 of file TGCBoardConnection.cxx.
| void LVL1TGCTrigger::TGCBoardConnection::setId | ( | const unsigned int | type, |
| const unsigned int | board, | ||
| int | idIn ) |
| void LVL1TGCTrigger::TGCBoardConnection::setNumber | ( | const unsigned int | type, |
| int | nBoard ) |
| void LVL1TGCTrigger::TGCBoardConnection::setNumberOfType | ( | int | ntype | ) |
|
protected |
Definition at line 30 of file TGCBoardConnection.h.