Package madgraph :: Package various :: Module hepmc_parser :: Class HEPMC_EventFileGzip
[hide private]
[frames] | no frames]

Class HEPMC_EventFileGzip

source code

                 object --+    
                          |    
            HEPMC_EventFile --+
                              |
     object --+               |
              |               |
    _io._IOBase --+           |
                  |           |
_io._BufferedIOBase --+       |
                      |       |
     object --+       |       |
              |       |       |
    _io._IOBase --+   |       |
                  |   |       |
          io.IOBase --+       |
                      |       |
      io.BufferedIOBase --+   |
                          |   |
              gzip.GzipFile --+
                              |
                             HEPMC_EventFileGzip

A way to read/write a gzipped lhef event

Nested Classes [hide private]

Inherited from io.IOBase: __metaclass__

Instance Methods [hide private]
 
tell(self)
Return current stream position.
source code
 
getfilesize(self) source code

Inherited from HEPMC_EventFile: __init__, next, seek

Inherited from gzip.GzipFile: __repr__, close, fileno, flush, read, readable, readline, rewind, seekable, writable, write

Inherited from gzip.GzipFile (private): _add_read_data, _check_closed, _init_read, _init_write, _read, _read_eof, _read_gzip_header, _unread, _write_gzip_header

Inherited from _io._BufferedIOBase: detach, read1, readinto

Inherited from _io._IOBase: __enter__, __exit__, __iter__, isatty, readlines, truncate, writelines

Inherited from _io._IOBase (private): _checkClosed, _checkReadable, _checkSeekable, _checkWritable

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]

Inherited from HEPMC_EventFile: __new__

Class Variables [hide private]
  _abc_negative_cache_version = 28

Inherited from gzip.GzipFile: max_read_chunk, myfileobj

Inherited from gzip.GzipFile (private): _abc_negative_cache, _abc_registry

Inherited from io.BufferedIOBase: __doc__

Inherited from io.IOBase: __abstractmethods__

Inherited from io.IOBase (private): _abc_cache

Properties [hide private]

Inherited from gzip.GzipFile: closed, filename

Inherited from object: __class__

Method Details [hide private]

tell(self)

source code 

Return current stream position.

Overrides: _io._IOBase.tell
(inherited documentation)