Belle II Software development
|
Public Member Functions | |
def | create_trajectory_from_track (self, track) |
def | create_reco_hit3D (self, cdcHit, trajectory3D, rlInfo) |
def | get_plottable_line (self, recoHit3D) |
def | plot_hit_line (self, recoHit3D, color) |
def | event (self) |
Public Attributes | |
draw_quad_tree_content | |
by default, draw the QuadTree | |
range_x_min | |
default lower x bound | |
range_x_max | |
default upper x bound | |
range_y_min | |
default lower y bound | |
range_y_max | |
default upper y bound | |
Static Public Attributes | |
bool | draw_mc_hits = False |
by default, do not draw the MC hits | |
bool | draw_mc_tracks = False |
by default, do not draw the MC tracks | |
bool | draw_track_hits = False |
by default, do not draw the track hits | |
bool | draw_last_track = True |
by default, draw the last track | |
bool | delete_bad_hits = False |
by default, do not delete the bad track hits | |
Implementation of a quad tree plotter for StereoHitAssignment
Definition at line 354 of file quadTreePlotter.py.
def create_reco_hit3D | ( | self, | |
cdcHit, | |||
trajectory3D, | |||
rlInfo | |||
) |
Use a cdc hit and a trajectory to reconstruct a CDCRecoHit3D params ------ cdcHit: CDCHit trajectory3D: TrackFindingCDC.CDCTrajectory3D rlInfo: RightLeftInfo ( = short)
Definition at line 388 of file quadTreePlotter.py.
def create_trajectory_from_track | ( | self, | |
track | |||
) |
Convert a genfit::TrackCand into a TrackFindingCDC.CDCTrajectory3D params ------ track: genfit::TrackCand
Definition at line 371 of file quadTreePlotter.py.
def event | ( | self | ) |
Draw the hit content according to the attributes Attributes ---------- draw_mc_hits draw_mc_tracks draw_track_hits draw_last_track delete_bad_hits
Reimplemented from QuadTreePlotter.
Definition at line 430 of file quadTreePlotter.py.
def get_plottable_line | ( | self, | |
recoHit3D | |||
) |
Minim the task of the StereoQuadTree by showing the line of quadtree nodes a hit belongs to
Definition at line 410 of file quadTreePlotter.py.
def plot_hit_line | ( | self, | |
recoHit3D, | |||
color | |||
) |
Draw one recoHit3D
Definition at line 419 of file quadTreePlotter.py.
|
static |
by default, do not delete the bad track hits
Definition at line 369 of file quadTreePlotter.py.
|
static |
by default, draw the last track
Definition at line 367 of file quadTreePlotter.py.
|
static |
by default, do not draw the MC hits
Definition at line 361 of file quadTreePlotter.py.
|
static |
by default, do not draw the MC tracks
Definition at line 363 of file quadTreePlotter.py.
draw_quad_tree_content |
by default, draw the QuadTree
Definition at line 443 of file quadTreePlotter.py.
|
static |
by default, do not draw the track hits
Definition at line 365 of file quadTreePlotter.py.
range_x_max |
default upper x bound
Definition at line 448 of file quadTreePlotter.py.
range_x_min |
default lower x bound
Definition at line 446 of file quadTreePlotter.py.
range_y_max |
default upper y bound
Definition at line 453 of file quadTreePlotter.py.
range_y_min |
default lower y bound
Definition at line 451 of file quadTreePlotter.py.