15 #ifndef L1_TRIGGER_LUT_FILE_H 16 #define L1_TRIGGER_LUT_FILE_H
const std::string & getName() const
return filename
bool good()
return status of file stream
L1TriggerLutFile & operator=(const L1TriggerLutFile &)
assignment operator
L1TriggerLutFile(const std::string name="")
constructor
int readHex()
read one hex from file
bool bad()
return status of file stream
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