22 roinput = register_module(
'RootInput')
23 main.add_module(roinput)
25 lasercalib = register_module(
'TOPLaserCalibrator')
26 lasercalib.param(
'dataFitOutput',
"t0datafit_slot" + str(args[1]) +
".root")
27 lasercalib.param(
'mcInput',
"t0mc.root")
28 lasercalib.param(
'channelT0constant',
"t0const_slot" + str(args[1]) +
".root")
29 lasercalib.param(
'barID', barid)
30 lasercalib.param(
'fitMethod',
'cb')
31 lasercalib.param(
'fitRange', [480, 66, 82])
32 lasercalib.param(
'refCh', 0)
33 main.add_module(lasercalib)
37 progress = register_module(
'Progress')
38 main.add_module(progress)