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

Public Member Functions

def beginRun (self)
 

Detailed Description

 default importer for the third order polynomial, TB independent
for the 3-sample CoG calibration payload

Definition at line 47 of file SVDDefault3SampleCoGTimeCalibrationImporter.py.

Member Function Documentation

◆ beginRun()

def beginRun (   self)
 do everything here

Definition at line 52 of file SVDDefault3SampleCoGTimeCalibrationImporter.py.

52 def beginRun(self):
53 """ do everything here"""
54
56
57 timeCal = SVDCoGCalibrationFunction()
58 timeCal.set_pol3parameters(0., 1., 0., 0.)
59 timeCal.set_current(1)
60
61 # take the base class payload which is the same for all calibrations:
63 timeCal, "3SampleCoGTimeCalibrations_default_" + str(now.isoformat()) + "_INFO:_3rdOrderPol_a=0_b=1_c=0_d=0")
64
65 Belle2.Database.Instance().storeData(Belle2.SVD3SampleCoGTimeCalibrations.name, payload, iov)
66
67
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: