14 use_central_database(
'data_reprocessing_proc7')
20 roinput = register_module(
'RootInput')
21 main.add_module(roinput)
24 main.add_module(
'TOPGeometryParInitializer')
27 main.add_module(
'TOPChannelMasker')
30 calibrator = register_module(
'TOPChannelT0Calibrator')
31 calibrator.param(
'sample',
'bhabha')
32 calibrator.param(
'outputFileName',
'checkT0cal_r*.root')
33 main.add_module(calibrator)
36 progress = register_module(
'Progress')
37 main.add_module(progress)