Public Member Functions | |
GzInputStream (const char *file) | |
GzInputStream (const char *file) | |
operator bool () const | |
operator bool () const | |
void | readLine () |
void | readLine () |
~GzInputStream () | |
~GzInputStream () | |
Public Attributes | |
char | buffer [256] |
bool | eof |
gzFile | gzf |
std::istringstream | iss |
Definition at line 93 of file EcalEBTrigPrimPhase2ESProducer.cc.
|
inline |
Definition at line 98 of file EcalEBTrigPrimPhase2ESProducer.cc.
References eof, geometryDiff::file, gzf, and readLine().
|
inline |
|
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.
|
inlineexplicit |
Definition at line 116 of file EcalEBTrigPrimPhase2ESProducer.cc.
|
inline |
Definition at line 28 of file EcalTrigPrimESProducer.cc.
References buffer, Skims_PA_cff::content, eof, newFWLiteAna::found, gzf, and iss.
|
inline |
Definition at line 107 of file EcalEBTrigPrimPhase2ESProducer.cc.
References buffer, eof, gzf, and iss.
Referenced by GzInputStream(), and operator>>().
char GzInputStream::buffer |
Definition at line 95 of file EcalEBTrigPrimPhase2ESProducer.cc.
Referenced by readLine().
bool GzInputStream::eof |
Definition at line 97 of file EcalEBTrigPrimPhase2ESProducer.cc.
Referenced by GzInputStream(), operator bool(), and readLine().
gzFile GzInputStream::gzf |
Definition at line 94 of file EcalEBTrigPrimPhase2ESProducer.cc.
Referenced by GzInputStream(), readLine(), and ~GzInputStream().
std::istringstream GzInputStream::iss |
Definition at line 96 of file EcalEBTrigPrimPhase2ESProducer.cc.
Referenced by operator bool(), operator>>(), and readLine().