27 main = b2.create_path()
30 roinput = b2.register_module(
'RootInput')
31 main.add_module(roinput)
33 lasercalib = b2.register_module(
'TOPLaserCalibrator')
34 lasercalib.param(
'dataFitOutput',
"t0datafit_slot" + str(args[1]) +
".root")
35 lasercalib.param(
'mcInput',
"t0mc.root")
36 lasercalib.param(
'channelT0constant',
"t0const_slot" + str(args[1]) +
".root")
37 lasercalib.param(
'barID', barid)
38 lasercalib.param(
'fitMethod',
'cb')
39 lasercalib.param(
'fitRange', [480, 66, 82])
40 lasercalib.param(
'refCh', 0)
41 main.add_module(lasercalib)
45 progress = b2.register_module(
'Progress')
46 main.add_module(progress)