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


Public Member Functions | |
| def | __init__ (self) |
| def | beginRun (self) |
| def | event (self) |
| def | terminate (self) |
| def | decode (self, vxdid) |
Public Attributes | |
| file | |
| Input file object. | |
| vxdid_factors | |
| Factors for decoding VXDId's. | |
| fHisto | |
| File to save histograms. | |
| h_pull_u | |
| Histogram for u pulls. | |
| h_pull_v | |
| Histogram for v pulls. | |
A simple module to check the reconstruction of PXDTrueHits.
Definition at line 19 of file PXDHitErrors.py.
| def __init__ | ( | self | ) |
Initialize the module
Definition at line 23 of file PXDHitErrors.py.
| def beginRun | ( | self | ) |
Write legend for file columns
Definition at line 38 of file PXDHitErrors.py.
| def decode | ( | self, | |
| vxdid | |||
| ) |
Utility to decode sensor IDs
Definition at line 129 of file PXDHitErrors.py.
| def event | ( | self | ) |
Find clusters with a truehit and print some stats.
Definition at line 45 of file PXDHitErrors.py.
| def terminate | ( | self | ) |
Close the output file.
Definition at line 118 of file PXDHitErrors.py.
| fHisto |
File to save histograms.
Definition at line 32 of file PXDHitErrors.py.
| file |
Input file object.
Definition at line 28 of file PXDHitErrors.py.
| h_pull_u |
Histogram for u pulls.
Definition at line 34 of file PXDHitErrors.py.
| h_pull_v |
Histogram for v pulls.
Definition at line 36 of file PXDHitErrors.py.
| vxdid_factors |
Factors for decoding VXDId's.
Definition at line 30 of file PXDHitErrors.py.