Belle II Software  release-08-01-10
defaultCoGTimeCalibrationImporter_pol1TBdep Class Reference
Inheritance diagram for defaultCoGTimeCalibrationImporter_pol1TBdep:
Collaboration 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 26 of file SVDDefault3SampleCoGTimeCalibrationImporter.py.

Member Function Documentation

◆ beginRun()

def beginRun (   self)
do everything here

Definition at line 31 of file SVDDefault3SampleCoGTimeCalibrationImporter.py.

31  def beginRun(self):
32  """do everything here"""
33 
35 
36  timeCal = SVDCoGCalibrationFunction()
37  timeCal.set_bias(0., 0., 0., 0.)
38  timeCal.set_scale(1., 1., 1., 1.)
39  timeCal.set_current(0)
40 
41  # take the base class payload which is the same for all calibrations:
43  timeCal, "3SampleCoGTimeCalibrations_default_" + str(now.isoformat()) + "_INFO:_1stOrderPol__alpha=1_beta=0")
44 
45  Belle2.Database.Instance().storeData(Belle2.SVD3SampleCoGTimeCalibrations.name, payload, iov)
46 
47 
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: