![]() |
Belle II Software
release-08-00-04
|
Public Member Functions | |
| def | __init__ (self, name='', contact='', output_file_name=None) |
| def | initialize (self) |
| def | event (self) |
| def | terminate (self) |
Public Attributes | |
| validation_name | |
| name of this validation output | |
| contact | |
| contact person | |
| output_file_name | |
| PXDDigits | |
| StoreArray containing the PXDDigits. | |
| PXDClusters | |
| StoreArray containing the PXDClusters. | |
| PXDSpacePoints | |
| StoreArray containing the PXDSpacePoints. | |
| SVDShaperDigits | |
| StoreArray containing the SVDShaperDigits. | |
| SVDClusters | |
| StoreArray containing the SVDClusters. | |
| SVDSpacePoints | |
| StoreArray containing the SVDSpacePoints. | |
| CDCHits | |
| StoreArray containing the CDCHits. | |
| nPXDDigits | |
| list of the number of PXDDigits | |
| nPXDClusters | |
| list of the number of PXDClusters | |
| nPXDSpacePoints | |
| list of the number of PXDSpacePoints | |
| nSVDShaperDigits | |
| list of the number of SVDShaperDigits | |
| nSVDClusters | |
| list of the number of SVDClusters | |
| nSVDSpacePoints | |
| list of the number of SVDSpacePoints | |
| nCDCHits | |
| list of the number of CDCHits | |
Module to collect information about the number of * PXDDigits * PXDClusters * PXDSpacePoints * SVDShaperDigits * SVDClusters * SVDSpacePoints * CDCHits
Definition at line 41 of file trackingInputValidationBkg.py.
| def __init__ | ( | self, | |
name = '', |
|||
contact = '', |
|||
output_file_name = None |
|||
| ) |
Constructor
Definition at line 53 of file trackingInputValidationBkg.py.
| def event | ( | self | ) |
Event function
Definition at line 106 of file trackingInputValidationBkg.py.
| def initialize | ( | self | ) |
Receive signal at the start of event processing
Definition at line 69 of file trackingInputValidationBkg.py.
| def terminate | ( | self | ) |
Receive signal at the end of event processing
Saving
Definition at line 117 of file trackingInputValidationBkg.py.
| output_file_name |
Definition at line 67 of file trackingInputValidationBkg.py.