23 main = b2.create_path()
26 roinput = b2.register_module(
'RootInput')
27 main.add_module(roinput)
30 main.add_module(
'TOPGeometryParInitializer')
33 main.add_module(
'TOPChannelMasker')
36 calibrator = b2.register_module(
'TOPChannelT0Calibrator')
37 calibrator.param(
'sample',
'bhabha')
38 calibrator.param(
'outputFileName',
'checkT0cal_r*.root')
39 main.add_module(calibrator)
42 progress = b2.register_module(
'Progress')
43 main.add_module(progress)