Belle II Software
release-08-01-10
|
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 19 of file SVDChargeSharing.py.
def __init__ | ( | self | ) |
Initialize the module
Definition at line 23 of file SVDChargeSharing.py.
def beginRun | ( | self | ) |
Write legend for file columns
Definition at line 30 of file SVDChargeSharing.py.
def event | ( | self | ) |
Find clusters with a truehit and print some stats.
Definition at line 38 of file SVDChargeSharing.py.
def terminate | ( | self | ) |
Close the output file.
Definition at line 111 of file SVDChargeSharing.py.