Public Member Functions | |
GzInputStream (const char *file) | |
operator bool () const | |
void | readLine () |
~GzInputStream () | |
Public Attributes | |
char | buffer [256] |
bool | eof |
gzFile | gzf |
std::istringstream | iss |
Definition at line 15 of file EcalTrigPrimESProducer.cc.
|
inline |
Definition at line 20 of file EcalTrigPrimESProducer.cc.
References eof, geometryDiff::file, gzf, and readLine().
|
inline |
|
inlineexplicit |
Definition at line 42 of file EcalTrigPrimESProducer.cc.
|
inline |
Definition at line 28 of file EcalTrigPrimESProducer.cc.
References buffer, Skims_PA_cff::content, eof, newFWLiteAna::found, gzf, and iss.
Referenced by GzInputStream(), and operator>>().
char GzInputStream::buffer[256] |
Definition at line 17 of file EcalTrigPrimESProducer.cc.
Referenced by readLine().
bool GzInputStream::eof |
Definition at line 19 of file EcalTrigPrimESProducer.cc.
Referenced by GzInputStream(), operator bool(), and readLine().
gzFile GzInputStream::gzf |
Definition at line 16 of file EcalTrigPrimESProducer.cc.
Referenced by GzInputStream(), readLine(), and ~GzInputStream().
std::istringstream GzInputStream::iss |
Definition at line 18 of file EcalTrigPrimESProducer.cc.
Referenced by operator bool(), operator>>(), and readLine().