72 cout <<
"can not open file : " << file_name << endl;
84 for (
int i = 0;
i <
n;
i++)
85 m_fin.getline(buf, 256);
L1TriggerLutFile & operator=(const L1TriggerLutFile &)
assignment operator
L1TriggerLutFile(const std::string name="")
constructor
int readHex()
read one hex from file
void ignoreLines(int n)
read and ignore n lines from file
std::string readString()
read one string from file
int readInteger()
read one integer from file
virtual ~L1TriggerLutFile()
destructor