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

Class GridpackCard

source code

object --+        
         |        
      dict --+    
             |    
    ConfigFile --+
                 |
                GridpackCard

an object for the GridpackCard

Instance Methods [hide private]
 
default_setup(self)
default value for the GridpackCard
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, output_file, template=None)
Write the run_card in output_file according to template (a path to a valid run_card)
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 

default value for the GridpackCard

Overrides: ConfigFile.default_setup