![]() |
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 | |
Input file object. | |
A module to gather data on charge sharing in the SVD.
Definition at line 13 of file SVDChargeSharing.py.
def __init__ | ( | self | ) |
Initialize the module
Definition at line 17 of file SVDChargeSharing.py.
def beginRun | ( | self | ) |
Write legend for file columns
Definition at line 24 of file SVDChargeSharing.py.
def event | ( | self | ) |
Find clusters with a truehit and print some stats.
Definition at line 32 of file SVDChargeSharing.py.
def terminate | ( | self | ) |
Close the output file.
Definition at line 105 of file SVDChargeSharing.py.