Package madgraph :: Package interface :: Module amcatnlo_run_interface :: Class CheckValidForCmd
[hide private]
[frames] | no frames]

Class CheckValidForCmd

source code

object --+
         |
        CheckValidForCmd
Known Subclasses:

The Series of check routine for the aMCatNLOCmd

Instance Methods [hide private]
 
check_shower(self, args, options)
Check the validity of the line.
source code
 
check_plot(self, args)
Check the argument for the plot command plot run_name modes
source code
 
check_pgs(self, arg)
Check the argument for pythia command syntax: pgs [NAME] Note that other option are already remove at this point
source code
 
check_delphes(self, arg)
Check the argument for pythia command syntax: delphes [NAME] Note that other option are already remove at this point
source code
 
check_calculate_xsect(self, args, options)
check the validity of the line.
source code
 
check_generate_events(self, args, options)
check the validity of the line.
source code
 
check_banner_run(self, args)
check the validity of line
source code
 
check_launch(self, args, options)
check the validity of the line.
source code
 
check_compile(self, args, options)
check the validity of the line.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

check_shower(self, args, options)

source code 

Check the validity of the line. args[0] is the run_directory

check_calculate_xsect(self, args, options)

source code 

check the validity of the line. args is ORDER, ORDER being LO or NLO. If no mode is passed, NLO is used

check_generate_events(self, args, options)

source code 

check the validity of the line. args is ORDER, ORDER being LO or NLO. If no mode is passed, NLO is used

check_launch(self, args, options)

source code 

check the validity of the line. args is MODE MODE being LO, NLO, aMC@NLO or aMC@LO. If no mode is passed, auto is used

check_compile(self, args, options)

source code 

check the validity of the line. args is MODE MODE being FO or MC. If no mode is passed, MC is used