76 string defaultPath =
"L1TriggerConfig/DTTrackFinder/parameters/";
77 string eau_dir =
"L1TriggerData/DTTrackFinder/Eau/";
109 m_lut[pattern.
id()] = pattern;
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 reset()
reset pattern look-up table
bool good()
return status of file stream
int load()
load pattern look-up table
L1MuDTEtaPattern getPattern(int id) const
get pattern with a given ID
virtual ~L1MuDTEtaPatternLut()
destructor
void ignoreLines(int n)
read and ignore n lines from file
void print() const
print pattern look-up table
std::string readString()
read one string from file
int readInteger()
read one integer from file
std::string fullPath() const