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

Class ProcCharacteristic

source code

object --+        
         |        
      dict --+    
             |    
    ConfigFile --+
                 |
                ProcCharacteristic

A class to handle information which are passed from MadGraph to the madevent interface.

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)
write the file
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]

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