Belle II Software  release-08-01-10
dump_clusters Class Reference
Inheritance diagram for dump_clusters:
Collaboration 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 18 of file dump_clusters.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 26 of file dump_clusters.py.

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

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