14from ROOT
import Belle2
16basf2.set_log_level(basf2.LogLevel.INFO)
19timeConstants.setEffLightSpeed(0.5 * Belle2.Const.speedOfLight, Belle2.KLMTimeConstants.c_RPC)
20timeConstants.setEffLightSpeed(0.5671 * Belle2.Const.speedOfLight, Belle2.KLMTimeConstants.c_BKLM)
21timeConstants.setEffLightSpeed(0.5671 * Belle2.Const.speedOfLight, Belle2.KLMTimeConstants.c_EKLM)
26db.storeData(
"KLMTimeConstants", timeConstants, iov)
29db.storeData(
"KLMTimeConstants", timeConstants, iov)
32db.storeData(
"KLMTimeConstants", timeConstants, iov)
A class that describes the interval of experiments/runs for which an object in the database is valid.
Class to store KLM constants related to time.
static Database & Instance()
Instance of a singleton Database.