Belle II Software  release-05-02-19
DumpSVDSensorParameters Class Reference
Inheritance diagram for DumpSVDSensorParameters:
Collaboration diagram for DumpSVDSensorParameters:

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 dump sensor data of SVD sensors.

Definition at line 19 of file SVDParamDump.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)
Initialize the module

Definition at line 23 of file SVDParamDump.py.

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

Member Function Documentation

◆ beginRun()

def beginRun (   self)
Write legend for file columns 

Definition at line 30 of file SVDParamDump.py.

◆ event()

def event (   self)
Get values of sensor parameters from GeoCache and write them to file.

Definition at line 36 of file SVDParamDump.py.

◆ terminate()

def terminate (   self)
Close the output file.

Definition at line 78 of file SVDParamDump.py.


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