Package madgraph :: Package interface :: Module madgraph_interface :: Class CompleteForCmd
[hide private]
[frames] | no frames]

Class CompleteForCmd

source code

              object --+    
                       |    
extended_cmd.CompleteCmd --+
                           |
                          CompleteForCmd
Known Subclasses:

The Series of help routine for the MadGraphCmd

Instance Methods [hide private]
 
aloha_complete_output(self, text, line, begidx, endidx, formatting=True)
Complete the output aloha command
source code
 
complete_add(self, text, line, begidx, endidx, formatting)
Complete the add command
source code
 
complete_check(self, text, line, begidx, endidx, formatting=True)
Complete the check command
source code
 
complete_compute_widths(self, text, line, begidx, endidx, formatting=True)
Complete the compute_widths command
source code
 
complete_customize_model(self, text, line, begidx, endidx)
Complete the customize_model command
source code
 
complete_decay_diagram(self, text, line, begidx, endidx, formatting=True)
Complete the compute_widths command
source code
 
complete_define(self, text, line, begidx, endidx)
Complete particle information
source code
 
complete_display(self, text, line, begidx, endidx)
Complete the display command
source code
 
complete_draw(self, text, line, begidx, endidx)
Complete the draw command
source code
 
complete_generate(self, text, line, begidx, endidx, formatting=True)
Complete the generate command
source code
 
complete_import(self, text, line, begidx, endidx, allow_restrict=True, formatting=True)
Complete the import command
source code
 
complete_install(self, text, line, begidx, endidx)
Complete the import command
source code
 
complete_launch(self, text, line, begidx, endidx, formatting=True)
complete the launch command
source code
 
complete_load(self, text, line, begidx, endidx)
Complete the load command
source code
 
complete_open(*args, **opt)
complete the open command
source code
 
complete_output(*args, **opt)
Complete the output command
source code
 
complete_save(self, text, line, begidx, endidx)
Complete the save command
source code
 
complete_set(self, text, line, begidx, endidx)
Complete the set command
source code
 
complete_tutorial(self, text, line, begidx, endidx)
Complete the tutorial command
source code
 
find_restrict_card(self, model_name, base_dir='./', no_restrict=True, online=True)
find the restriction file associate to a given model
source code
 
model_completion(self, text, process, line, categories=True, allowed_loop_mode=None, formatting=True)
complete the line with model information.
source code
 
nlo_completion(self, args, text, line, allowed_loop_mode=None)
complete the nlo settings within square brackets.
source code

Inherited from extended_cmd.CompleteCmd: complete_history

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

Class Variables [hide private]
  _online_model = {'2HDM': [], '4Gen': [], 'DY_SM': [], 'EWdim6'...
  _online_model2 = []
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

complete_display(self, text, line, begidx, endidx)

source code 

Complete the display command

Overrides: extended_cmd.CompleteCmd.complete_display

complete_open(*args, **opt)

source code 

complete the open command

Decorators:
  • @cmd.debug()

complete_output(*args, **opt)

source code 

Complete the output command

Decorators:
  • @cmd.debug()

complete_save(self, text, line, begidx, endidx)

source code 

Complete the save command

Overrides: extended_cmd.CompleteCmd.complete_save

model_completion(self, text, process, line, categories=True, allowed_loop_mode=None, formatting=True)

source code 

complete the line with model information. If categories is True, it will use completion with categories. If allowed_loop_mode is specified, it will only complete with these loop modes.

nlo_completion(self, args, text, line, allowed_loop_mode=None)

source code 

complete the nlo settings within square brackets. It uses the allowed_loop_mode for the proposed mode if specified, otherwise, it uses self._nlo_modes_for_completion


Class Variable Details [hide private]

_online_model

Value:
{'2HDM': [],
 '4Gen': [],
 'DY_SM': [],
 'EWdim6': ['full'],
 'RS': [''],
 'SMScalars': ['full'],
 'TopEffTh': [''],
 'heft': ['ckm', 'full', 'no_b_mass', 'no_masses', 'no_tau_mass', 'zer\
...