km3pipe.utils.rba

RainbowAlga online display.

Usage:
rba console FILE DETX rba -t TOKEN -n EVENT_ID [-u URL] FILE rba (-h | –help) rba –version
Options:
FILE Input file. -h –help Show this screen.

Module Contents

Classes

RBAPrompt(filename, detx)

Functions

rba()
start_console(filename, detx)
main()
km3pipe.utils.rba.rba()[source]
class km3pipe.utils.rba.RBAPrompt(filename, detx)[source]

Bases:cmd.Cmd

preloop(self)[source]

Initialization before prompting user for commands.

Despite the claims in the Cmd documentaion, Cmd.preloop() is not a stub

default(self, line)[source]

Called on an input line when the command prefix is not recognized. In that case we execute the line as Python code.

do_show(self, args)[source]
do_n(self, args)[source]
do_p(self, args)[source]
srv_event(self, event)[source]
do_file(self, args)[source]
do_hello(self, args)[source]
do_quit(self, args)[source]
do_EOF(self, args)[source]

Exit on system end of file character

km3pipe.utils.rba.start_console(filename, detx)[source]
km3pipe.utils.rba.main()[source]