Function |
Purpose |
offline |
puts YODA offline, i.e. data sorting is suspended
(do not use this command from within callbacks, use stop instead). |
stop |
like offline , but waits until the analysis of
current event is complete |
online |
puts YODA online, i.e. data sorting is continued |
close_input |
close input stream |
openInputFile filename |
open input file and attach to
YODAs input event stream |
openInputProc ``input_process'' |
open input process and attach to
YODAs inpur event stream |
openOutputFile filename |
open output file and attach to
YODAs output event stream |
openOutputProc ``output_process'' |
open output process and attach to
YODAs output event stream |
disable callbackName |
disable soft or hard callback |
enable callbackName |
enable soft or hard callback |
load hocfileName |
load a hoc file |
unload callbackName |
unload a hoc file |
reload callbackName |
reload a hoc file |
get_brokerinfo_long_sorted |
dump all broker values and their values |
get_cutinfo |
get information on cuts |
get_eventstack |
dump info on all subevents encountered by YODA
so far |
get_histoinfo |
get information on histograms: entries, overflows etc. |
get_runinfo |
get information on runnumber, #events, processing
speed etc. |
get_statusstr |
get information on input and output streams |
get_taskinfo |
get information on Callbacks, # called, accepted etc |
get_versionstr |
get YODA version |
set_broker variable value |
set broker variable |
set_containermode on/off |
if "on" container subtypes are
considered in subevent selection (default "off") |
set_displaytimer value |
set update time interval (like
yoda -z ) |
set_updatetimer value |
set update time interval (like
yoda -t ) |