Belle II Software development
defaultCoGTimeCalibrationImporter_pol1TBdep Class Reference
Inheritance diagram for defaultCoGTimeCalibrationImporter_pol1TBdep:

Public Member Functions

def beginRun (self)
 

Detailed Description

 default importer for the first order polynomial, TB dependent
for the 3-sample CoG calibration payload

Definition at line 25 of file SVDDefault3SampleCoGTimeCalibrationImporter.py.

Member Function Documentation

◆ beginRun()

def beginRun (   self)
do everything here

Definition at line 30 of file SVDDefault3SampleCoGTimeCalibrationImporter.py.

30 def beginRun(self):
31 """do everything here"""
32
34
35 timeCal = SVDCoGCalibrationFunction()
36 timeCal.set_bias(0., 0., 0., 0.)
37 timeCal.set_scale(1., 1., 1., 1.)
38 timeCal.set_current(0)
39
40 # take the base class payload which is the same for all calibrations:
42 timeCal, "3SampleCoGTimeCalibrations_default_" + str(now.isoformat()) + "_INFO:_1stOrderPol__alpha=1_beta=0")
43
44 Belle2.Database.Instance().storeData(Belle2.SVD3SampleCoGTimeCalibrations.name, payload, iov)
45
46
static IntervalOfValidity always()
Function that returns an interval of validity that is always valid, c.f.
base class for calibrations classes
static Database & Instance()
Instance of a singleton Database.
Definition: Database.cc:42

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