1 #ifndef L1TObjects_L1MuCSCPtLut_h 2 #define L1TObjects_L1MuCSCPtLut_h 19 unsigned short pt(
unsigned long addr)
const throw() {
21 return pt_lut[(
unsigned int)
addr];
29 memcpy(pt_lut, lut.
pt_lut,
sizeof(pt_lut));
L1MuCSCPtLut(const L1MuCSCPtLut &lut)
const unsigned short * lut(void) const
void readFromDBS(std::string &ptLUT)
unsigned short pt_lut[1<< 21]
unsigned short pt(unsigned long addr) const
#define COND_SERIALIZABLE
L1MuCSCPtLut & operator=(const L1MuCSCPtLut &lut)