A module to dump sensor data of SVD sensors.
Definition at line 19 of file SVDParamDump.py.
◆ __init__()
Initialize the module
Definition at line 23 of file SVDParamDump.py.
24 """Initialize the module"""
26 super(DumpSVDSensorParameters, self).__init__()
28 self.file = open(
'DumpSVDSensorParametersData.txt',
'w')
◆ beginRun()
◆ event()
Get values of sensor parameters from GeoCache and write them to file.
Definition at line 36 of file SVDParamDump.py.
◆ terminate()
The documentation for this class was generated from the following file: