Belle II Software development
|
Public Member Functions | |
def | __init__ (self) |
def | event (self) |
def | terminate (self) |
Public Attributes | |
file | |
Output ROOT file. | |
tree | |
TTree for output data. | |
data | |
Instance of EventData class. | |
This module writes its output to a ROOT tree. Adapted from pxd/validation/PXDValidationTTreeSimHit.py
Definition at line 49 of file pid_ttree_writer.py.
def __init__ | ( | self | ) |
Initialize the module
Definition at line 56 of file pid_ttree_writer.py.
def event | ( | self | ) |
Store TOP and dE/dx info in tree
Definition at line 75 of file pid_ttree_writer.py.
def terminate | ( | self | ) |
Close the output file.
Definition at line 129 of file pid_ttree_writer.py.
data |
Instance of EventData class.
Definition at line 66 of file pid_ttree_writer.py.
file |
Output ROOT file.
Definition at line 62 of file pid_ttree_writer.py.
tree |
TTree for output data.
Definition at line 64 of file pid_ttree_writer.py.