![]() |
Belle II Software release-09-00-03
|


Public Member Functions | |
| def | __init__ (self) |
| def | beginRun (self) |
| def | event (self) |
| def | terminate (self) |
Public Attributes | |
| file | |
| Output ROOT file. | |
| tree | |
| TTree for output data. | |
| data | |
| Instance of EventData class. | |
A simple module to check the reconstruction of PXDTrueHits. This module writes its output to a ROOT tree.
Definition at line 51 of file PXDHitErrorsTTree.py.
| def __init__ | ( | self | ) |
Initialize the module
Definition at line 58 of file PXDHitErrorsTTree.py.
| def beginRun | ( | self | ) |
Does nothing
Definition at line 82 of file PXDHitErrorsTTree.py.
| def event | ( | self | ) |
Find clusters with a truehit and print some stats.
Definition at line 85 of file PXDHitErrorsTTree.py.
| def terminate | ( | self | ) |
Close the output file.
Definition at line 141 of file PXDHitErrorsTTree.py.
| data |
Instance of EventData class.
Definition at line 67 of file PXDHitErrorsTTree.py.
| file |
Output ROOT file.
Definition at line 63 of file PXDHitErrorsTTree.py.
| tree |
TTree for output data.
Definition at line 65 of file PXDHitErrorsTTree.py.