|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TrigT1TGC_BoardConnection_H_
6 #define TrigT1TGC_BoardConnection_H_
23 int getId(
const unsigned int type,
const unsigned int board)
const;
27 void setId(
const unsigned int type,
const unsigned int board,
int idIn);
30 std::vector<std::vector<int>>
m_id;
35 std::cerr <<
"TGCBoardConnection::getNumber : No defined type provided" << std::endl;
44 std::cerr <<
"TGCBoardConnection::getId : Undefined board is provided" << std::endl;
53 #endif // TrigT1TGC_BoardConnection_H_
void setNumberOfType(int ntype)
void setNumber(const unsigned int type, int nBoard)
TGCBoardConnection & operator=(const TGCBoardConnection &right)
int getNumberOfType() const
std::vector< std::vector< int > > m_id
int getNumber(const unsigned int type) const
void setId(const unsigned int type, const unsigned int board, int idIn)
int getId(const unsigned int type, const unsigned int board) const
virtual ~TGCBoardConnection()