Belle II Software development
dump_clusters Class Reference
Inheritance diagram for dump_clusters:

Public Member Functions

def __init__ (self, filename='dump_clusters.txt', collection='SVDClusters')
 

Public Attributes

 file
 Input file object.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  filename = 'dump_clusters.txt',
  collection = 'SVDClusters' 
)
Initialize the module

Definition at line 25 of file dump_clusters.py.

25 def __init__(self, filename='dump_clusters.txt', collection='SVDClusters'):
26 """Initialize the module"""
27
28 super().__init__()
29
30 self.file = open(filename, 'w')

Member Data Documentation

◆ file

file

Input file object.

Definition at line 30 of file dump_clusters.py.


The documentation for this class was generated from the following file: