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

Class CheckValidForCmd

source code

object --+
         |
        CheckValidForCmd
Known Subclasses:

The Series of check routine for the MadEventCmd

Instance Methods [hide private]
 
check_banner_run(self, args)
check the validity of line
source code
 
check_history(self, args)
check the validity of line
source code
 
check_save(self, args)
check the validity of the line
source code
 
check_set(self, args)
check the validity of the line
source code
 
check_open(self, args)
check the validity of the line
source code
 
check_initMadLoop(self, args)
check initMadLoop command arguments are valid.
source code
 
check_treatcards(self, args)
check that treatcards arguments are valid [param|run|all] [--output_dir=] [--param_card=] [--run_card=]
source code
 
check_survey(self, args, cmd='survey')
check that the argument for survey are valid
source code
 
check_generate_events(self, args)
check that the argument for generate_events are valid
source code
 
check_add_time_of_flight(self, args)
check that the argument are correct
source code
 
check_calculate_decay_widths(self, args)
check that the argument for calculate_decay_widths are valid
source code
 
check_multi_run(self, args)
check that the argument for survey are valid
source code
 
check_refine(self, args)
check that the argument for survey are valid
source code
 
check_combine_events(self, arg)
Check the argument for the combine events command
source code
 
check_pythia(self, args)
Check the argument for pythia command syntax: pythia [NAME] Note that other option are already removed at this point
source code
 
check_pythia8(self, args)
Check the argument for pythia command syntax: pythia8 [NAME] Note that other option are already removed at this point
source code
 
check_remove(self, args)
Check that the remove command is valid
source code
 
check_plot(self, args)
Check the argument for the plot command plot run_name modes
source code
 
check_syscalc(self, args)
Check the argument for the syscalc command syscalc run_name modes
source code
 
check_pgs(self, arg, no_default=False)
Check the argument for pythia command syntax is "pgs [NAME]" Note that other option are already remove at this point
source code
 
check_display(self, args)
check the validity of line syntax is "display XXXXX"
source code
 
check_import(self, args)
check the validity of 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__