Belle II Software development
|
Public Member Functions | |
def | __init__ (self) |
def | cdc_display_module (self) |
def | create_argument_parser (self, **kwds) |
def | configure (self, arguments) |
def | create_path (self) |
Static Public Attributes | |
tempfile | output_folder = tempfile.gettempdir() |
Destination folder for displays. | |
bool | iteractive = True |
Switch to show the event display after each event. | |
bool | show_all_drawoptions = False |
Switch to also show draw command line options only related to the cellular automaton track finder. | |
str | filename_prefix = "" |
Prefix of the output files. | |
Protected Attributes | |
_cdc_display_module | |
Use the CDCSVGDisplay module to draw the CDC and tracks/hits. | |
Prepare and execute a basf2 job to read generated events or generate new events then display the CDC tracks
Definition at line 16 of file display.py.
def __init__ | ( | self | ) |
Constructor
Reimplemented from EmptyRun.
Definition at line 31 of file display.py.
def cdc_display_module | ( | self | ) |
Get the display module
Definition at line 38 of file display.py.
def configure | ( | self, | |
arguments | |||
) |
Configure the basf2 job script using the translated command-line arguments
Reimplemented from ReadOrGenerateEventsRun.
Definition at line 121 of file display.py.
def create_argument_parser | ( | self, | |
** | kwds | ||
) |
Translate the command-lne arguments to basf2-job parameter
Reimplemented from ReadOrGenerateTrackedEventsRun.
Definition at line 43 of file display.py.
def create_path | ( | self | ) |
Create the basf2 path
Reimplemented from ReadOrGenerateTrackedEventsRun.
Definition at line 149 of file display.py.
|
protected |
Use the CDCSVGDisplay module to draw the CDC and tracks/hits.
Definition at line 35 of file display.py.
|
static |
Prefix of the output files.
Definition at line 29 of file display.py.
|
static |
Switch to show the event display after each event.
Run in batch mode for false
Definition at line 23 of file display.py.
|
static |
Destination folder for displays.
Definition at line 20 of file display.py.
|
static |
Switch to also show draw command line options only related to the cellular automaton track finder.
Definition at line 26 of file display.py.