Belle II Software development
CDCDebugDisplayRun Class Reference
Inheritance diagram for CDCDebugDisplayRun:

Static Public Attributes

basf2 finder_module = basf2.register_module("TFCDC_TrackFinderAutomaton")
 add the track-finder-automaton module to the basf2 path
 
list finder_module = ["TFCDC_WireHitPreparer", "TFCDC_ClusterPreparer", finder_module, "PrintCollections"]
 list of modules needed for track finding
 
bool show_all_drawoptions = True
 by default, show all of the drawing options
 

Detailed Description

Read generated events or generate new events then display the CDC tracks

Definition at line 18 of file debug_display.py.

Member Data Documentation

◆ finder_module [1/2]

basf2 finder_module = basf2.register_module("TFCDC_TrackFinderAutomaton")
static

add the track-finder-automaton module to the basf2 path

add wire-hit-preparer module to the basf2 path

Definition at line 22 of file debug_display.py.

◆ finder_module [2/2]

list finder_module = ["TFCDC_WireHitPreparer", "TFCDC_ClusterPreparer", finder_module, "PrintCollections"]
static

list of modules needed for track finding

Definition at line 34 of file debug_display.py.

◆ show_all_drawoptions

bool show_all_drawoptions = True
static

by default, show all of the drawing options

Definition at line 39 of file debug_display.py.


The documentation for this class was generated from the following file: