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

Public Member Functions

def beginRun (self)
 

Detailed Description

1st order pol importer for CoG6 (TB dep)

Definition at line 25 of file SVDDefault6SampleCoGTimeCalibrationImporter.py.

Member Function Documentation

◆ beginRun()

def beginRun (   self)
do everything here

Definition at line 28 of file SVDDefault6SampleCoGTimeCalibrationImporter.py.

28 def beginRun(self):
29 """do everything here"""
30
32
33 timeCal = SVDCoGCalibrationFunction()
34 timeCal.set_bias(0., 0., 0., 0.)
35 timeCal.set_scale(1., 1., 1., 1.)
36 timeCal.set_current(0)
37
38 # take the base class payload because it is the same for all calibrations
40 timeCal, "6SampleCoGTimeCalibrations_default_" + str(now.isoformat()) + "_INFO:_1stOrderPol__alpha=1_beta=0")
41
42 Belle2.Database.Instance().storeData(Belle2.SVDCoGTimeCalibrations.name, payload, iov)
43
44
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: