![]() |
Belle II Software
release-05-02-19
|
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 simulation of PXDTrueHits with Geant4 steps. This module writes its output to a ROOT tree. Primary goal is supporting of validation plots
Definition at line 41 of file PXDValidationTTreeSimHit.py.
def __init__ | ( | self | ) |
def beginRun | ( | self | ) |
Does nothing
Definition at line 68 of file PXDValidationTTreeSimHit.py.
def event | ( | self | ) |
Find simhits with a truehit and save needed information.
Definition at line 71 of file PXDValidationTTreeSimHit.py.
def terminate | ( | self | ) |
Close the output file.
Definition at line 121 of file PXDValidationTTreeSimHit.py.