Package madgraph :: Package various :: Module lhe_parser :: Class WeightFileGzip
[hide private]
[frames] | no frames]

Class WeightFileGzip

source code

                 object --+        
                          |        
                  EventFile --+    
                              |    
                     WeightFile --+
                                  |
                 object --+       |
                          |       |
                  EventFile --+   |
                              |   |
     object --+               |   |
              |               |   |
    _io._IOBase --+           |   |
                  |           |   |
_io._BufferedIOBase --+       |   |
                      |       |   |
     object --+       |       |   |
              |       |       |   |
    _io._IOBase --+   |       |   |
                  |   |       |   |
          io.IOBase --+       |   |
                      |       |   |
      io.BufferedIOBase --+   |   |
                          |   |   |
              gzip.GzipFile --+   |
                              |   |
                  EventFileGzip --+
                                  |
                                 WeightFileGzip

Nested Classes [hide private]

Inherited from io.IOBase: __metaclass__

Instance Methods [hide private]

Inherited from WeightFile: __init__

Inherited from EventFileGzip: tell

Inherited from EventFile: __len__, apply_fct_on_event, create_syscalc_data, get_alphas, get_banner, initialize_unweighting, next, split, unweight, update_HwU, write_events

Inherited from gzip.GzipFile: __repr__, close, fileno, flush, read, readable, readline, rewind, seek, 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 WeightFile: __new__

Class Variables [hide private]

Inherited from EventFile: allow_empty_event

Inherited from gzip.GzipFile: max_read_chunk, myfileobj

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

Inherited from io.BufferedIOBase: __doc__

Inherited from io.IOBase: __abstractmethods__

Inherited from io.IOBase (private): _abc_cache

Properties [hide private]

Inherited from EventFile: cross

Inherited from gzip.GzipFile: closed, filename

Inherited from object: __class__