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

Class MadEventCmdShell

source code

              object --+                
                       |                
   extended_cmd.CheckCmd --+            
                           |            
              object --+   |            
                       |   |            
    extended_cmd.HelpCmd --+            
                           |            
              object --+   |            
                       |   |            
extended_cmd.CompleteCmd --+            
                           |            
             cmd.Cmd --+   |            
                       |   |            
   extended_cmd.BasicCmd --+            
                           |            
            extended_cmd.Cmd --+        
                               |        
                     CmdExtended --+    
                                   |    
                      object --+   |    
                               |   |    
                       HelpToCmd --+    
                                   |    
                  object --+       |    
                           |       |    
            CheckValidForCmd --+   |    
                               |   |    
                  CompleteForCmd --+    
                                   |    
                         MadEventCmd --+
                                       |
                  object --+           |
                           |           |
       extended_cmd.CheckCmd --+       |
                               |       |
                  object --+   |       |
                           |   |       |
        extended_cmd.HelpCmd --+       |
                               |       |
                  object --+   |       |
                           |   |       |
    extended_cmd.CompleteCmd --+       |
                               |       |
                 cmd.Cmd --+   |       |
                           |   |       |
       extended_cmd.BasicCmd --+       |
                               |       |
                extended_cmd.Cmd --+   |
                                   |   |
               extended_cmd.CmdShell --+
                                       |
                                      MadEventCmdShell

The command line processor of MadGraph

Nested Classes [hide private]

Inherited from CmdExtended: ConfigurationError, InvalidCmd

Instance Methods [hide private]

Inherited from MadEventCmd: __init__, add_card_to_run, ask_edit_cards, ask_pythia_run_configuration, ask_run_configuration, check_nb_events, check_output_type, clean_pointless_card, collect_decay_widths, configure_directory, create_plot, create_root_file, do_EOF, do_banner_run, do_calculate_decay_widths, do_combine_events, do_create_gridpack, do_delphes, do_display, do_exit, do_generate_events, do_import, do_multi_run, do_open, do_pgs, do_plot, do_pythia, do_quit, do_refine, do_remove, do_set, do_store_events, do_survey, find_madevent_mode, find_model_name, get_available_tag, launch_job, monitor, print_results_in_shell, read_run_card, save_random, set_configuration, set_run_name, split_arg, store_result, treat_ckkw_matching, update_random, update_status

Inherited from CmdExtended: add_error_log_in_html, get_history_header, nice_config_error, nice_error_handling, nice_user_error, postcmd, stop_on_keyboard_stop

Inherited from extended_cmd.CmdShell: complete_shell, do_shell, help_shell

Inherited from extended_cmd.Cmd: ask, check_answer_in_input_file, check_stored_line, clean_history, correct_splitting, default, define_child_cmd_interface, do_help, do_history, do_save, emptyline, exec_cmd, import_command_file, onecmd, postloop, precmd, run_cmd, store_line, write_configuration

Inherited from extended_cmd.CheckCmd: check_history, check_save

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

Inherited from extended_cmd.CompleteCmd: complete_display, complete_history, complete_save

Inherited from HelpToCmd: help_banner_run, help_calculate_decay_widths, help_combine_events, help_create_gridpack, help_delphes, help_generate_events, help_import, help_multi_run, help_open, help_pgs, help_plot, help_pythia, help_refine, help_remove, help_set, help_store_events, help_survey, run_options_help

Inherited from CompleteForCmd: complete_banner_run, complete_calculate_decay_widths, complete_combine_events, complete_create_gridpack, complete_delphes, complete_generate_events, complete_multi_run, complete_open, complete_pgs, complete_plot, complete_pythia, complete_refine, complete_remove, complete_set, complete_survey, complite_store

Inherited from CheckValidForCmd: check_banner_run, check_calculate_decay_widths, check_combine_events, check_delphes, check_display, check_generate_events, 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__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

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

Inherited from cmd.Cmd: cmdloop, columnize, complete_help, completedefault, completenames, get_names, parseline, print_topics

Static Methods [hide private]

Inherited from MadEventCmd: check_dir, detect_card_type, find_available_run_name

Inherited from extended_cmd.Cmd: list_completion, path_completion, timed_input

Class Variables [hide private]

Inherited from MadEventCmd: cluster_mode, nb_core, next_possibility, prompt, queue, true, web

Inherited from CmdExtended: config_debug, debug_output, error_debug, keyboard_stop_msg

Inherited from extended_cmd.Cmd: history_header

Inherited from cmd.Cmd: doc_header, doc_leader, identchars, intro, lastcmd, misc_header, nohelp, ruler, undoc_header, use_rawinput

Properties [hide private]

Inherited from object: __class__