Belle II Software  release-08-01-10
SVDChargeSharing Class Reference
Inheritance diagram for SVDChargeSharing:
Collaboration diagram for SVDChargeSharing:

Public Member Functions

def __init__ (self)
 
def beginRun (self)
 
def event (self)
 
def terminate (self)
 

Public Attributes

 file
 Input file object.
 

Detailed Description

A module to gather data on charge sharing in the SVD.

Definition at line 19 of file SVDChargeSharing.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)
Initialize the module

Definition at line 23 of file SVDChargeSharing.py.

23  def __init__(self):
24  """Initialize the module"""
25 
26  super(SVDChargeSharing, self).__init__()
27 
28  self.file = open('SVDChargeSharingData.txt', 'w')
29 

Member Function Documentation

◆ beginRun()

def beginRun (   self)
 Write legend for file columns 

Definition at line 30 of file SVDChargeSharing.py.

◆ event()

def event (   self)
Find clusters with a truehit and print some stats.

Definition at line 38 of file SVDChargeSharing.py.

◆ terminate()

def terminate (   self)
 Close the output file.

Definition at line 111 of file SVDChargeSharing.py.


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