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;
virtual ~TGCBoardConnection()
void setId(const unsigned int type, const unsigned int board, int idIn)
int getId(const unsigned int type, const unsigned int board) const
TGCBoardConnection & operator=(const TGCBoardConnection &right)
void setNumber(const unsigned int type, int nBoard)
int getNumber(const unsigned int type) const
std::vector< std::vector< int > > m_id
void setNumberOfType(int ntype)
int getNumberOfType() const