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