A simple module to check the reconstruction of PXDTrueHits.
Definition at line 19 of file PXDHitErrors.py.
◆ __init__()
Initialize the module
Definition at line 23 of file PXDHitErrors.py.
24 """Initialize the module"""
28 self.file = open(
'PXDHitErrorOutput.txt',
'w')
30 self.vxdid_factors = (8192, 256, 32)
32 self.fHisto = ROOT.TFile(
'PXDPulls.root',
'RECREATE')
34 self.h_pull_u = ROOT.TH1F(
'h_pull_u',
'Pulls in u', 150, -10, 5)
36 self.h_pull_v = ROOT.TH1F(
'h_pull_v',
'Pulls in v', 100, -5, 5)
◆ beginRun()
◆ decode()
def decode |
( |
|
self, |
|
|
|
vxdid |
|
) |
| |
◆ event()
Find clusters with a truehit and print some stats.
Definition at line 45 of file PXDHitErrors.py.
◆ terminate()
The documentation for this class was generated from the following file: