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

Class RunCardNLO

source code

object --+            
         |            
      dict --+        
             |        
    ConfigFile --+    
                 |    
           RunCard --+
                     |
                    RunCardNLO

A class object for the run_card for a (aMC@)NLO pocess

Instance Methods [hide private]
 
default_setup(self)
define the default value
source code
 
check_validity(self)
check the validity of the various input
source code
 
update_system_parameter_for_include(self)
update hidden system only parameter for the correct writtin in the include
source code
 
write(self, output_file, template=None, python_template=False, **opt)
Write the run_card in output_file according to template (a path to a valid run_card)
source code
 
create_default_for_process(self, proc_characteristic, history, proc_def)
Rules e+ e- beam -> lpp:0 ebeam:500 p p beam -> set maxjetflavor automatically
source code

Inherited from RunCard: __init__, add_param, get_banner_init_information, get_default, get_lhapdf_id, get_pdf_id, read, remove_all_cut, write_include_file

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__, __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 RunCard: __new__, f77_formatting, get_idbmup

Inherited from ConfigFile: format_variable, warn

Class Variables [hide private]

Inherited from RunCard: blocks, default_include_file, filename

Inherited from dict: __hash__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

default_setup(self)

source code 

define the default value

Overrides: ConfigFile.default_setup

check_validity(self)

source code 

check the validity of the various input

Overrides: RunCard.check_validity

update_system_parameter_for_include(self)

source code 

update hidden system only parameter for the correct writtin in the include

Overrides: RunCard.update_system_parameter_for_include
(inherited documentation)

write(self, output_file, template=None, python_template=False, **opt)

source code 

Write the run_card in output_file according to template (a path to a valid run_card)

Overrides: RunCard.write