Package madgraph :: Package interface :: Module loop_interface :: Class CheckLoop
[hide private]
[frames] | no frames]

Class CheckLoop

source code

                     object --+        
                              |        
          extended_cmd.CheckCmd --+    
                                  |    
madgraph_interface.CheckValidForCmd --+
                                      |
                                     CheckLoop
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_tutorial(self, args)
check the validity of the line
source code
 
check_add(self, args)
If no model is defined yet, make sure to load the right loop one
source code
 
check_output(self, args, default='standalone')
Check the arguments of the output command in the context of the Loop interface.
source code
 
check_launch(self, args, options)
Further check that only valid options are given to the MadLoop default launcher.
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_tutorial(self, args)

source code 

check the validity of the line

Overrides: madgraph_interface.CheckValidForCmd.check_tutorial

check_add(self, args)

source code 

If no model is defined yet, make sure to load the right loop one

Overrides: madgraph_interface.CheckValidForCmd.check_add

check_output(self, args, default='standalone')

source code 

Check the arguments of the output command in the context of the Loop interface.

Overrides: madgraph_interface.CheckValidForCmd.check_output

check_launch(self, args, options)

source code 

Further check that only valid options are given to the MadLoop default launcher.

Overrides: madgraph_interface.CheckValidForCmd.check_launch