12from ROOT
import Belle2
16b2.use_database_chain()
17b2.use_central_database(
"Calibration_Offline_Development", b2.LogLevel.INFO)
18b2.use_central_database(
"MagneticFieldPhase2QCSoff")
20b2.use_local_database(
"/home/belle/muchida/basf2/release/cdc/examples/caf/localDB/database.txt")
25algo.setInputFileNames([
'rootfile/*/CollectorOutput.root'])
35print(
"Result of calibration =", algo.execute())
Class for T0 Correction .