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

Class CompleteForCmd

source code

      object --+    
               |    
CheckValidForCmd --+
                   |
                  CompleteForCmd
Known Subclasses:

The Series of help routine for the MadGraphCmd

Instance Methods [hide private]
 
complete_banner_run(self, text, line, begidx, endidx)
Complete the banner run command
source code
 
complete_history(self, text, line, begidx, endidx)
Complete the history command
source code
 
complete_open(self, text, line, begidx, endidx)
complete the open command
source code
 
complete_set(self, text, line, begidx, endidx)
Complete the set command
source code
 
complete_survey(self, text, line, begidx, endidx)
Complete the survey command
source code
 
complete_refine(self, text, line, begidx, endidx)
Complete the survey command
source code
 
complete_combine_events(self, text, line, begidx, endidx)
Complete the survey command
source code
 
complite_store(self, text, line, begidx, endidx)
Complete the survey command
source code
 
complete_create_gridpack(self, text, line, begidx, endidx)
Complete the survey command
source code
 
complete_generate_events(self, text, line, begidx, endidx)
Complete the generate events
source code
 
complete_calculate_decay_widths(self, text, line, begidx, endidx)
Complete the calculate_decay_widths command
source code
 
complete_multi_run(self, text, line, begidx, endidx)
complete multi run command
source code
 
complete_plot(self, text, line, begidx, endidx)
Complete the plot command
source code
 
complete_remove(self, text, line, begidx, endidx)
Complete the remove command
source code
 
complete_pythia(self, text, line, begidx, endidx)
Complete the pythia command
source code
 
complete_pgs(self, text, line, begidx, endidx)
Complete the pythia command
source code
 
complete_delphes(self, text, line, begidx, endidx)
Complete the pythia command
source code

Inherited from CheckValidForCmd: check_banner_run, check_calculate_decay_widths, check_combine_events, check_delphes, check_display, check_generate_events, check_history, check_import, check_multi_run, check_open, check_pgs, check_plot, check_pythia, check_refine, check_remove, check_set, check_survey

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

Properties [hide private]

Inherited from object: __class__