#include <CondFormats/L1TObjects/interface/L1MuCSCPtLut.h>
Public Member Functions | |
L1MuCSCPtLut (const L1MuCSCPtLut &lut) | |
L1MuCSCPtLut (void) | |
const unsigned short * | lut (void) const throw () |
L1MuCSCPtLut & | operator= (const L1MuCSCPtLut &lut) |
unsigned short | pt (unsigned long addr) const throw () |
~L1MuCSCPtLut (void) | |
Private Attributes | |
unsigned short | pt_lut [1<< 21] |
Friends | |
class | CSCTFConfigProducer |
Definition at line 8 of file L1MuCSCPtLut.h.
L1MuCSCPtLut::L1MuCSCPtLut | ( | void | ) | [inline] |
L1MuCSCPtLut::L1MuCSCPtLut | ( | const L1MuCSCPtLut & | lut | ) | [inline] |
L1MuCSCPtLut::~L1MuCSCPtLut | ( | void | ) | [inline] |
const unsigned short* L1MuCSCPtLut::lut | ( | void | ) | const throw () [inline] |
Definition at line 19 of file L1MuCSCPtLut.h.
References pt_lut.
Referenced by CSCTFPtLUT::CSCTFPtLUT().
00019 { return pt_lut; }
L1MuCSCPtLut& L1MuCSCPtLut::operator= | ( | const L1MuCSCPtLut & | lut | ) | [inline] |
unsigned short L1MuCSCPtLut::pt | ( | unsigned long | addr | ) | const throw () [inline] |
friend class CSCTFConfigProducer [friend] |
Definition at line 11 of file L1MuCSCPtLut.h.
unsigned short L1MuCSCPtLut::pt_lut[1<< 21] [private] |
Definition at line 10 of file L1MuCSCPtLut.h.
Referenced by L1MuCSCPtLut(), lut(), operator=(), and pt().