14from ROOT
import Belle2
17clocks.setAcceleratorRF(508.876e-3)
18clocks.setClockPrescale(Belle2.Const.EDetector.TOP,
"sampling", 6)
19clocks.setClockPrescale(Belle2.Const.EDetector.SVD,
"sampling", 4)
20clocks.setClockPrescale(Belle2.Const.EDetector.ECL,
"sampling", 3 * 24)
21clocks.setClockPrescale(Belle2.Const.EDetector.KLM,
"TDC", 0.125)
25db.storeData(
"HardwareClockSettings", clocks, iov)
Database object containing the nominal accelerator RF value and the prescales to derive the clock fre...
static IntervalOfValidity always()
Function that returns an interval of validity that is always valid, c.f.
static Database & Instance()
Instance of a singleton Database.