![]() |
Belle II Software
release-06-00-14
|
Public Member Functions | |
def | __init__ (self, name='', contact='', output_file_name=None, nROIs=0) |
def | initialize (self) |
def | event (self) |
def | terminate (self) |
Public Attributes | |
validation_name | |
name of this validation output | |
contact | |
contact person | |
output_file_name | |
nROIs | |
count the number of ROIs | |
nPXDDigits | |
count the number of PXDDigits | |
nPXDDigitsIN | |
count the number of PXDDigits inside the ROIs | |
nROIs_L1 | |
list of the number of ROIs in PXD layer 1 | |
nROIs_L2 | |
list of the number of ROIs in PXD layer 2 | |
drf | |
list of the ratios of filter to all PXD hits | |
statU_L1 | |
list of the u-coordinate sigma in PXD layer 1 | |
statV_L1 | |
list of the v-coordinate sigma in PXD layer 1 | |
statU_L2 | |
list of the u-coordinate sigma in PXD layer 2 | |
statV_L2 | |
list of the v-coordinate sigma in PXD layer 2 | |
theta_phi_L1 | |
list of the hit angular information in PXD layer 1 | |
Module to collect information about the ROIs (PXDIntercepts & ROIs) and to generate validation plots on the performance of the ROIFinding module.
Definition at line 44 of file roiFindingTrackingValidation.py.
def __init__ | ( | self, | |
name = '' , |
|||
contact = '' , |
|||
output_file_name = None , |
|||
nROIs = 0 |
|||
) |
def event | ( | self | ) |
ROIs quantities
Definition at line 99 of file roiFindingTrackingValidation.py.
def initialize | ( | self | ) |
Receive signal at the start of event processing
Definition at line 76 of file roiFindingTrackingValidation.py.
def terminate | ( | self | ) |
Receive signal at the end of event processing
Definition at line 135 of file roiFindingTrackingValidation.py.
output_file_name |
Definition at line 64 of file roiFindingTrackingValidation.py.