Belle II Software  release-05-02-19
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 13 of file SVDChargeSharing.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)
Initialize the module

Definition at line 17 of file SVDChargeSharing.py.

17  def __init__(self):
18  """Initialize the module"""
19 
20  super(SVDChargeSharing, self).__init__()
21 
22  self.file = open('SVDChargeSharingData.txt', 'w')
23 

Member Function Documentation

◆ beginRun()

def beginRun (   self)
Write legend for file columns 

Definition at line 24 of file SVDChargeSharing.py.

◆ event()

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

Definition at line 32 of file SVDChargeSharing.py.

◆ terminate()

def terminate (   self)
Close the output file.

Definition at line 105 of file SVDChargeSharing.py.


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