Public Member Functions | |
def | __init__ (self, fname, last_n_lines) |
def | decode (self, bytes, if_start=False) |
def | follow (self) |
def | initial (self) |
def | initial_synchronize (self) |
def | output_line (self, line) |
def | reset (self) |
Public Attributes | |
f | |
known_size | |
last_n_lines | |
sync | |
zstream | |
def ztail.Decoder.__init__ | ( | self, | |
fname, | |||
last_n_lines | |||
) |
Definition at line 43 of file ztail.py.
def ztail.Decoder.decode | ( | self, | |
bytes, | |||
if_start = False |
|||
) |
Definition at line 55 of file ztail.py.
References ztail.strip_gzip_header(), ztail.Decoder.sync, and ztail.Decoder.zstream.
Referenced by ztail.Decoder.follow(), and ztail.Decoder.initial_synchronize().
def ztail.Decoder.follow | ( | self | ) |
Definition at line 111 of file ztail.py.
References mySiStripNoises.decode(), ztail.Decoder.decode(), DTPosNeg.decode(), l1t::HGCFETriggerDigi.decode(), SiStripBadStrip.decode(), SiStripPedestals.decode(), SiStripNoises.decode(), CondFormats_BTauObjects::dictionary.f, FunctionMinSelector< F >.f, approx_math::binary32.f, DQMIO2histo.DQMIO.f, DTMuonLocalAlignment.f, ztail.Decoder.f, PixelToFEDAssociateFromAscii::Bdu.f, electronCompare.flushfile.f, electronStore.flushfile.f, DTMuonMillepede.f, TSFit.f, hippyaddtobaddatafiles.KeepWhileOpenFile.f, l1t::emtf::AMC13Trailer.f, cond::SmallWORMDict::IterHelp.f, SiPixelGenErrorDBObject::char2float.f, HcalGainsCheck.f, SiPixel2DTemplateDBObject::char2float.f, SiStripHotStripAlgorithmFromClusterOccupancy.f, ElectronCalibration.f, SiPixelTemplateDBObject::char2float.f, ElectronCalibrationUniv.f, SiStripBadAPVAlgorithmFromClusterOccupancy.f, SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.f, svgfig.Curve.f, svgfig.Line.f, svgfig.Rect.f, svgfig.Ellipse.f, svgfig.Ticks.f, svgfig.LineAxis.f, ztail.Decoder.initial_synchronize(), ztail.Decoder.known_size, ztail.Decoder.output_line(), SiPixelLorentzAngle_cfi.read, ztail.Decoder.sync, and ztail.Decoder.zstream.
def ztail.Decoder.initial | ( | self | ) |
Definition at line 101 of file ztail.py.
References ztail.Decoder.initial_synchronize(), ztail.Decoder.last_n_lines, and ztail.Decoder.output_line().
def ztail.Decoder.initial_synchronize | ( | self | ) |
Definition at line 87 of file ztail.py.
References mySiStripNoises.decode(), ztail.Decoder.decode(), DTPosNeg.decode(), l1t::HGCFETriggerDigi.decode(), SiStripBadStrip.decode(), SiStripPedestals.decode(), SiStripNoises.decode(), CondFormats_BTauObjects::dictionary.f, FunctionMinSelector< F >.f, approx_math::binary32.f, DQMIO2histo.DQMIO.f, DTMuonLocalAlignment.f, ztail.Decoder.f, PixelToFEDAssociateFromAscii::Bdu.f, electronCompare.flushfile.f, electronStore.flushfile.f, DTMuonMillepede.f, TSFit.f, hippyaddtobaddatafiles.KeepWhileOpenFile.f, l1t::emtf::AMC13Trailer.f, cond::SmallWORMDict::IterHelp.f, SiPixelGenErrorDBObject::char2float.f, HcalGainsCheck.f, SiPixel2DTemplateDBObject::char2float.f, SiStripHotStripAlgorithmFromClusterOccupancy.f, ElectronCalibration.f, SiPixelTemplateDBObject::char2float.f, ElectronCalibrationUniv.f, SiStripBadAPVAlgorithmFromClusterOccupancy.f, SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.f, svgfig.Curve.f, svgfig.Line.f, svgfig.Rect.f, svgfig.Ellipse.f, svgfig.Ticks.f, svgfig.LineAxis.f, and WZElectronSkims53X_cff.max.
Referenced by ztail.Decoder.follow(), and ztail.Decoder.initial().
def ztail.Decoder.output_line | ( | self, | |
line | |||
) |
Definition at line 83 of file ztail.py.
Referenced by ztail.Decoder.follow(), and ztail.Decoder.initial().
ztail.Decoder.f |
Definition at line 44 of file ztail.py.
Referenced by ztail.Decoder.follow(), and ztail.Decoder.initial_synchronize().
ztail.Decoder.known_size |
Definition at line 98 of file ztail.py.
Referenced by ztail.Decoder.follow().
ztail.Decoder.last_n_lines |
Definition at line 45 of file ztail.py.
Referenced by ztail.Decoder.initial().
ztail.Decoder.sync |
Definition at line 49 of file ztail.py.
Referenced by edmModuleAllocMonitorAnalyze.ModuleData.__repr__(), ztail.Decoder.decode(), ztail.Decoder.follow(), edmTracerCompactLogViewer.QueuingFrameworkTransitionParser.jsonInfo(), edmModuleAllocMonitorAnalyze.PreFrameworkTransitionParser.jsonVisInfo(), edmModuleAllocMonitorAnalyze.PostFrameworkTransitionParser.jsonVisInfo(), and edmModuleAllocMonitorAnalyze.ModuleData.syncToSimpleDict().
ztail.Decoder.zstream |
Definition at line 53 of file ztail.py.
Referenced by ztail.Decoder.decode(), ztee.GZipLog.finish(), ztee.GZipLog.flush_block(), ztail.Decoder.follow(), and ztee.GZipLog.write_block().