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

Class CheckValidForCmd

source code

object --+
         |
        CheckValidForCmd
Known Subclasses:

The Series of check routines in common between amcatnlo_run and madevent interface

Instance Methods [hide private]
 
check_set(self, args)
check the validity of the line
source code
 
check_compute_widths(self, args)
check that the model is loadable and check that the format is of the type: PART PATH --output=PATH -f --precision=N return the model.
source code
 
check_delphes(self, arg, nodefault=False)
Check the argument for pythia command syntax: delphes [NAME] Note that other option are already remove at this point
source code
 
check_open(self, args)
check the validity of the line
source code
 
check_treatcards(self, args)
check that treatcards arguments are valid [param|run|all] [--output_dir=] [--param_card=] [--run_card=]
source code
 
check_decay_events(self, args)
Check the argument for decay_events command syntax is "decay_events [NAME]" Note that other option are already remove at this point
source code
 
check_check_events(self, args)
Check the argument for decay_events command syntax is "decay_events [NAME]" Note that other option are already remove at this point
source code
 
get_events_path(self, run_name)
return the path to the output events
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__