|
__init__(self,
*args,
**opt)
initialize the interface with potentially an event_path |
source code
|
|
|
|
|
check_events(self)
Check some basic property of the events file |
source code
|
|
|
|
|
|
|
do_change(self,
line)
allow to define a second model/processes |
source code
|
|
|
check_launch(self,
args)
check the validity of the launch command |
source code
|
|
|
help_launch(self)
help for the launch command |
source code
|
|
|
get_weight_names(self)
return the various name for the computed weights |
source code
|
|
|
|
|
handle_param_card(self,
model_line,
args,
type_rwgt) |
source code
|
|
|
|
|
|
|
write_reweighted_event(self,
event,
tag_name,
**opt)
a function for running in multicore |
source code
|
|
|
|
|
|
|
calculate_weight(self,
event)
space defines where to find the calculator (in multicore) |
source code
|
|
|
|
|
calculate_matrix_element(self,
event,
hypp_id,
scale2=0)
routine to return the matrix element |
source code
|
|
|
terminate_fortran_executables(self,
new_card_only=False)
routine to terminate all fortran executables |
source code
|
|
|
|
|
|
|
adding_me(self,
matrix_elements,
path)
Adding one element to the list based on the matrix element |
source code
|
|
|
|
|
|
|
|
|
|
|
load_module(self,
metag=1)
load the various module and load the associate information |
source code
|
|
|
load_model(self,
name,
use_mg_default,
complex_mass=False)
load the model |
source code
|
|
|
|
|
|
Inherited from extended_cmd.Cmd :
ask ,
avoid_history_duplicate ,
check_answer_in_input_file ,
check_import ,
cmdloop ,
define_child_cmd_interface ,
do_EOF ,
do_display ,
do_exit ,
do_help ,
do_history ,
do_save ,
emptyline ,
error_handling ,
exec_cmd ,
get_history_header ,
get_stored_line ,
import_command_file ,
nice_config_error ,
nice_error_handling ,
nice_user_error ,
no_notification ,
onecmd ,
onecmd_orig ,
postcmd ,
postloop ,
precmd ,
preloop ,
run_cmd ,
stop_on_keyboard_stop ,
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 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__
|