Package madgraph :: Package interface :: Module amcatnlo_interface :: Class CheckFKS
[hide private]
[frames] | no frames]

Class CheckFKS

source code

                     object --+        
                              |        
          extended_cmd.CheckCmd --+    
                                  |    
madgraph_interface.CheckValidForCmd --+
                                      |
                                     CheckFKS
Known Subclasses:

Nested Classes [hide private]

Inherited from madgraph_interface.CheckValidForCmd: RWError

Instance Methods [hide private]
 
check_display(self, args)
Check the arguments of the display diagrams command in the context of the Loop interface.
source code
 
check_add(self, args)
check the validity of line syntax: add process PROCESS | add model MODELNAME
source code
 
check_tutorial(self, args)
check the validity of the line
source code
 
check_output(self, args)
check the validity of the line
source code
 
check_launch(self, args, options)
check the validity of the line.
source code

Inherited from madgraph_interface.CheckValidForCmd: check_check, check_compute_widths, check_customize_model, check_decay_diagram, check_define, check_draw, check_generate, check_import, check_install, check_load, check_open, check_process_format, check_save, check_set, find_import_type, find_output_type, get_default_path

Inherited from extended_cmd.CheckCmd: check_history

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_display(self, args)

source code 

Check the arguments of the display diagrams command in the context of the Loop interface.

Overrides: madgraph_interface.CheckValidForCmd.check_display

check_add(self, args)

source code 

check the validity of line syntax: add process PROCESS | add model MODELNAME

Overrides: madgraph_interface.CheckValidForCmd.check_add
(inherited documentation)

check_tutorial(self, args)

source code 

check the validity of the line

Overrides: madgraph_interface.CheckValidForCmd.check_tutorial

check_output(self, args)

source code 

check the validity of the line

Overrides: madgraph_interface.CheckValidForCmd.check_output

check_launch(self, args, options)

source code 

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

Overrides: madgraph_interface.CheckValidForCmd.check_launch