![]() |
Belle II Software development
|
Public Member Functions | |
__init__ (self) | |
beginRun (self) | |
event (self) | |
terminate (self) | |
Public Attributes | |
file = ROOT.TFile('PXDHitErrorOutput.root', 'recreate') | |
Output ROOT file. | |
tree = ROOT.TTree('tree', 'Event data of PXD simulation') | |
TTree for output data. | |
data = EventData() | |
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.
__init__ | ( | self | ) |
Initialize the module
Definition at line 58 of file PXDHitErrorsTTree.py.
beginRun | ( | self | ) |
Does nothing
Definition at line 82 of file PXDHitErrorsTTree.py.
event | ( | self | ) |
Find clusters with a truehit and print some stats.
Definition at line 85 of file PXDHitErrorsTTree.py.
terminate | ( | self | ) |
Close the output file.
Definition at line 141 of file PXDHitErrorsTTree.py.
data = EventData() |
Instance of EventData class.
Definition at line 67 of file PXDHitErrorsTTree.py.
file = ROOT.TFile('PXDHitErrorOutput.root', 'recreate') |
Output ROOT file.
Definition at line 63 of file PXDHitErrorsTTree.py.
tree = ROOT.TTree('tree', 'Event data of PXD simulation') |
TTree for output data.
Definition at line 65 of file PXDHitErrorsTTree.py.