19 #ifndef CSCDQM_DCSBASE_H 20 #define CSCDQM_DCSBASE_H 54 if (board.compare(
"ALCT"))
return ALCT;
55 if (board.compare(
"CFEB"))
return CFEB;
56 if (board.compare(
"DMB"))
return DMB;
95 return CSCDetId(iendcap, istation, iring, ichamber);
109 std::ostringstream os;
110 os <<
"endcap = " << a.
iendcap <<
" ";
111 os <<
"station = " << a.
istation <<
" ";
112 os <<
"ring = " << a.
iring <<
" ";
114 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)
#define COND_SERIALIZABLE
DCSBoardUtility(const DCSBoardType boardType_)
CSCDetId getDetId() const