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

Class MadLoopParam

source code

object --+        
         |        
      dict --+    
             |    
    ConfigFile --+
                 |
                MadLoopParam

a class for storing/dealing with the file MadLoopParam.dat contains a parser to read it, facilities to write a new file,...

Instance Methods [hide private]
 
default_setup(self)
initialize the directory to the default value
source code
 
read(self, finput)
Read the input file, this can be a path to a file, a file object, a str with the content of the file.
source code
 
write(self, outputpath, template=None, commentdefault=False) source code

Inherited from ConfigFile: __add__, __contains__, __copy__, __getitem__, __init__, __iter__, __radd__, __setitem__, add_param, 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 ConfigFile: format_variable, warn

Class Variables [hide private]
  _ID_reduction_tool_map = {1: 'CutTools', 2: 'PJFry++', 3: 'IRE...

Inherited from dict: __hash__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

default_setup(self)

source code 

initialize the directory to the default value

Overrides: ConfigFile.default_setup

Class Variable Details [hide private]

_ID_reduction_tool_map

Value:
{1: 'CutTools',
 2: 'PJFry++',
 3: 'IREGI',
 4: 'Golem95',
 5: 'Samurai',
 6: 'Ninja',
 7: 'COLLIER'}