Belle II Software development
|
Public Member Functions | |
def | __init__ (self, filename='dump_clusters.txt', collection='SVDClusters') |
Public Attributes | |
file | |
Input file object. | |
A simple module to timing of SVD clusters. Intended for use with the RandomizeEventTimes feature of SVDDigitizer, which stores (randomized) event times in EventMetaData. For background studies, it distinguishes signal and background clusters..
Definition at line 17 of file dump_clusters.py.
def __init__ | ( | self, | |
filename = 'dump_clusters.txt' , |
|||
collection = 'SVDClusters' |
|||
) |
Initialize the module
Definition at line 25 of file dump_clusters.py.
file |
Input file object.
Definition at line 30 of file dump_clusters.py.