13from ROOT
import Belle2
16Create the payload with the object of ECLTimeWalkCorrection class.
17This payload is used for energy-depented time correction in eclDigitCalibrator module.
24DBOBJECT_NAME =
'ECLTimeWalkCorrection'
33 params = [-1.966, 46350., 264600., 1.813, 7.532, 428.3]
35 vec_params = ROOT.std.vector(
'double')()
39 payload.setParams(vec_params)
43 db.storeData(DBOBJECT_NAME, payload, iov)
46if __name__ ==
'__main__':
This object contain parameters of the Time-Walk correction function of the ECL.
A class that describes the interval of experiments/runs for which an object in the database is valid.
static Database & Instance()
Instance of a singleton Database.