|
complete_launch(self,
text,
line,
begidx,
endidx)
auto-completion for launch command |
source code
|
|
|
complete_banner_run(self,
text,
line,
begidx,
endidx,
formatting=True)
Complete the banner run command |
source code
|
|
|
complete_compile(self,
text,
line,
begidx,
endidx)
auto-completion for launch command |
source code
|
|
|
complete_calculate_xsect(self,
text,
line,
begidx,
endidx)
auto-completion for launch command |
source code
|
|
|
complete_generate_events(self,
text,
line,
begidx,
endidx)
auto-completion for generate_events command call the compeltion for
launch |
source code
|
|
|
complete_shower(self,
text,
line,
begidx,
endidx) |
source code
|
|
|
complete_plot(self,
text,
line,
begidx,
endidx)
Complete the plot command |
source code
|
|
|
complete_pgs(self,
text,
line,
begidx,
endidx)
Complete the pgs command |
source code
|
|
|
complete_delphes(self,
text,
line,
begidx,
endidx)
Complete the pgs command |
source code
|
|
Inherited from CheckValidForCmd :
check_banner_run ,
check_calculate_xsect ,
check_compile ,
check_delphes ,
check_generate_events ,
check_launch ,
check_pgs ,
check_plot ,
check_shower
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__init__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|