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

Class MadGraphCmdWeb

source code

                      object --+            
                               |            
           extended_cmd.CheckCmd --+        
                                   |        
                    CheckValidForCmd --+    
                                       |    
                     CheckValidForCmdWeb --+
                                           |
                      object --+           |
                               |           |
            extended_cmd.HelpCmd --+       |
                                   |       |
                           HelpToCmd --+   |
                                       |   |
                      object --+       |   |
                               |       |   |
           extended_cmd.CheckCmd --+   |   |
                                   |   |   |
                    CheckValidForCmd --+   |
                                       |   |
                      object --+       |   |
                               |       |   |
        extended_cmd.CompleteCmd --+   |   |
                                   |   |   |
                      CompleteForCmd --+   |
                                       |   |
                  object --+           |   |
                           |           |   |
       extended_cmd.CheckCmd --+       |   |
                               |       |   |
                  object --+   |       |   |
                           |   |       |   |
        extended_cmd.HelpCmd --+       |   |
                               |       |   |
                  object --+   |       |   |
                           |   |       |   |
    extended_cmd.CompleteCmd --+       |   |
                               |       |   |
              object --+       |       |   |
                       |       |       |   |
extended_cmd.OriginalCmd --+   |       |   |
                           |   |       |   |
       extended_cmd.BasicCmd --+       |   |
                               |       |   |
                extended_cmd.Cmd --+   |   |
                                   |   |   |
                         CmdExtended --+   |
                                       |   |
                             MadGraphCmd --+
                                           |
                                          MadGraphCmdWeb
Known Subclasses:

Temporary parser

Nested Classes [hide private]

Inherited from CheckValidForCmdWeb: WebRestriction

Inherited from CheckValidForCmd: RWError

Inherited from CmdExtended: ConfigurationError, InvalidCmd

Instance Methods [hide private]

Inherited from CheckValidForCmdWeb: check_check, check_display, check_draw, check_history, check_import, check_install, check_load, check_open, check_output, check_save

Inherited from MadGraphCmd: __init__, add_default_multiparticles, add_model, advanced_install, check_for_export_dir, clean_process, compute_widths_SMWidth, create_loop_induced, do_add, do_check, do_compute_widths, do_customize_model, do_decay_diagram, do_define, do_display, do_generate, do_help, do_import, do_install, do_launch, do_load, do_open, do_output, do_quit, do_save, do_set, do_tutorial, draw, export, extract_decay_chain_process, extract_particle_ids, extract_process, finalize, get_final_part, import_mg4_proc_card, import_ufo_model, install_update, multiparticle_string, optimize_order, post_set, preloop, process_model, remove_pointless_decay, set_configuration, setup

Inherited from HelpToCmd: help_add, help_check, help_compute_widths, help_customize_model, help_decay_diagram, help_define, help_display, help_generate, help_import, help_install, help_launch, help_load, help_open, help_output, help_save, help_set, help_tutorial

Inherited from CheckValidForCmd: check_add, check_compute_widths, check_customize_model, check_decay_diagram, check_define, check_generate, check_launch, check_process_format, check_set, check_tutorial, find_import_type, find_output_type, get_default_path

Inherited from CompleteForCmd: aloha_complete_output, complete_add, complete_check, complete_compute_widths, complete_customize_model, complete_decay_diagram, complete_define, complete_display, complete_draw, complete_generate, complete_import, complete_install, complete_launch, complete_load, complete_open, complete_output, complete_save, complete_set, complete_tutorial, find_restrict_card, model_completion, nlo_completion

Inherited from CmdExtended: default, get_history_header, postcmd

Inherited from extended_cmd.Cmd: ask, avoid_history_duplicate, check_answer_in_input_file, cmdloop, compile, define_child_cmd_interface, do_EOF, do_exit, do_history, emptyline, error_handling, exec_cmd, get_stored_line, import_command_file, nice_config_error, nice_error_handling, nice_user_error, no_notification, onecmd, onecmd_orig, postloop, precmd, run_cmd, stop_on_keyboard_stop, store_line, write_configuration

Inherited from extended_cmd.HelpCmd: help_EOF, help_help, help_history, help_quit

Inherited from extended_cmd.CompleteCmd: complete_history

Inherited from extended_cmd.BasicCmd: complete, deal_multiple_categories, getTerminalSize, print_suggestions, set_readline_completion_display_matches_hook

Inherited from extended_cmd.OriginalCmd: columnize, complete_help, completedefault, completenames, get_names, parseline, print_topics

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

Static Methods [hide private]

Inherited from MadGraphCmd: split_process_line

Inherited from extended_cmd.Cmd: timed_input

Inherited from extended_cmd.BasicCmd: list_completion, path_completion, split_arg

Class Variables [hide private]

Inherited from MadGraphCmd: helporder, install_ad, install_name, install_plugin, install_server, options_configuration, options_madevent, options_madgraph, writing_dir

Inherited from CompleteForCmd (private): _online_model, _online_model2

Inherited from CmdExtended: config_debug, debug_output, error_debug, intro_banner, keyboard_stop_msg, next_possibility

Inherited from extended_cmd.Cmd: PluginCandidate, allow_notification_center, dirlist, history_header, onedir, plugin_path

Inherited from extended_cmd.OriginalCmd: doc_header, doc_leader, identchars, intro, lastcmd, misc_header, nohelp, prompt, ruler, undoc_header, use_rawinput

Properties [hide private]

Inherited from object: __class__