76 string defaultPath =
"L1TriggerConfig/DTTrackFinder/parameters/";
77 string eau_dir =
"L1TriggerData/DTTrackFinder/Eau/";
95 int id =
file.readInteger();
101 int qual =
file.readInteger();
127 cout <<
"L1 barrel Track Finder ETA Pattern look-up table :" << endl;
128 cout <<
"==================================================" << endl;
131 cout <<
"ETF Patterns : " << m_lut.size() << endl;
132 cout <<
"======================" << endl;
135 LUT::const_iterator iter = m_lut.begin();
136 while (iter != m_lut.end()) {
137 cout << (*iter).second << endl;
148 LUT::const_iterator it = m_lut.find(
id);
149 if (it == m_lut.end()) {
150 cerr <<
"Error: L1MuDTEtaPatternLut: pattern not found : " <<
id << endl;
L1MuDTEtaPatternLut()
constructor
void print() const
print pattern look-up table
std::string fullPath() const
void reset()
reset pattern look-up table
int load()
load pattern look-up table
L1MuDTEtaPattern getPattern(int id) const
get pattern with a given ID
virtual ~L1MuDTEtaPatternLut()
destructor