Belle II Software  release-08-00-04
TrackingInputValidation Class Reference
Inheritance diagram for TrackingInputValidation:
Collaboration diagram for TrackingInputValidation:

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
 

Detailed Description

Module to collect information about the number of
* PXDDigits
* PXDClusters
* PXDSpacePoints
* SVDShaperDigits
* SVDClusters
* SVDSpacePoints
* CDCHits

Definition at line 41 of file trackingInputValidationBkg.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  name = '',
  contact = '',
  output_file_name = None 
)
Constructor

Definition at line 53 of file trackingInputValidationBkg.py.

58  ):
59  """Constructor"""
60 
61  super().__init__()
62 
63  self.validation_name = NAME
64 
65  self.contact = CONTACT
66 
67  self.output_file_name = OUTPUT_FILE
68 

Member Function Documentation

◆ event()

def event (   self)
Event function

Definition at line 106 of file trackingInputValidationBkg.py.

◆ initialize()

def initialize (   self)
Receive signal at the start of event processing

Definition at line 69 of file trackingInputValidationBkg.py.

◆ terminate()

def terminate (   self)
Receive signal at the end of event processing
 Saving

Definition at line 117 of file trackingInputValidationBkg.py.

Member Data Documentation

◆ output_file_name

output_file_name

name of the output ROOT file

Definition at line 67 of file trackingInputValidationBkg.py.


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