15 #ifndef L1MUBMT_ETAPATTERN_LUT_H 16 #define L1MUBMT_ETAPATTERN_LUT_H 46 typedef std::map<short, L1MuDTEtaPattern, std::less<short> >
LUT;
74 inline ETFLut_iter
begin()
const {
return m_lut.begin(); }
77 inline ETFLut_iter
end()
const {
return m_lut.end(); }
L1MuBMTEtaPatternLut()
constructor
int load()
load pattern look-up table
ETFLut_iter begin() const
return iterator which points to the first entry of the LUT
L1MuDTEtaPattern getPattern(int id) const
get pattern with a given ID
virtual ~L1MuBMTEtaPatternLut()
destructor
int size() const
return number of entries in the LUT
int getIgnoredLines(L1TriggerLutFile file) const
void print() const
print pattern look-up table
#define COND_SERIALIZABLE
LUT::iterator ETFLut_Iter
std::map< short, L1MuDTEtaPattern, std::less< short > > LUT
LUT::const_iterator ETFLut_iter
void reset()
reset pattern look-up table
ETFLut_iter end() const
return iterator which points to the one-past-last entry of the LUT