Package madgraph :: Package various :: Module banner :: Class PY8SubRun
[hide private]
[frames] | no frames]

Class PY8SubRun

source code

object --+            
         |            
      dict --+        
             |        
    ConfigFile --+    
                 |    
           PY8Card --+
                     |
                    PY8SubRun

Class to characterize a specific PY8 card subrun section.

Instance Methods [hide private]
 
add_default_subruns(self, type)
Overloading of the homonym function called in the __init__ of PY8Card.
source code
new empty dictionary

__init__(self, *args, **opts)
Initialize a subrun
source code
 
default_setup(self)
Sets up the list of available PY8SubRun parameters.
source code

Inherited from PY8Card: MadGraphSet, add_param, add_subrun, defaultSet, read, systemSet, userSet, vetoParamWriteOut, write

Inherited from ConfigFile: __add__, __contains__, __copy__, __getitem__, __iter__, __radd__, __setitem__, do_help, items, keys, post_set, set

Inherited from dict: __cmp__, __delitem__, __eq__, __ge__, __getattribute__, __gt__, __le__, __len__, __lt__, __ne__, __new__, __repr__, __sizeof__, clear, copy, fromkeys, get, has_key, iteritems, iterkeys, itervalues, pop, popitem, setdefault, update, values, viewitems, viewkeys, viewvalues

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

Static Methods [hide private]

Inherited from PY8Card: pythia8_formatting

Inherited from ConfigFile: format_variable, warn

Class Variables [hide private]

Inherited from dict: __hash__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

add_default_subruns(self, type)

source code 

Overloading of the homonym function called in the __init__ of PY8Card. The initialization of the self.subruns attribute should of course not be performed in PY8SubRun.

Overrides: PY8Card.add_default_subruns

__init__(self, *args, **opts)
(Constructor)

source code 

Initialize a subrun

Returns:
new empty dictionary

Overrides: object.__init__

default_setup(self)

source code 

Sets up the list of available PY8SubRun parameters.

Overrides: ConfigFile.default_setup