19 #ifndef CSCDQM_DCSBASE_H
20 #define CSCDQM_DCSBASE_H
52 if (board.compare(
"ALCT"))
return ALCT;
53 if (board.compare(
"CFEB"))
return CFEB;
54 if (board.compare(
"DMB"))
return DMB;
107 std::ostringstream os;
108 os <<
"endcap = " << a.
iendcap <<
" ";
109 os <<
"station = " << a.
istation <<
" ";
110 os <<
"ring = " << a.
iring <<
" ";
112 return out << os.str();
friend std::ostream & operator<<(std::ostream &out, const DCSAddressType &a)
static DCSBoardType getDCSBoard(const std::string board)
Get DCSBoardType from string.
friend std::ostream & operator<<(std::ostream &out, const DCSBoardUtility &b)
DCSAddressType & operator=(const DCSAddressType &a)
DCSBoardUtility(const DCSBoardType boardType_)
CSCDetId getDetId() const