18from reconstruction
import prepare_user_cdst_analysis
25b2.conditions.override_globaltags()
26b2.conditions.append_globaltag(
'patch_main_release-07_noTOP')
27b2.conditions.append_globaltag(
'data_reprocessing_proc13')
29b2.conditions.append_globaltag(
'online')
32main = b2.create_path()
36roinput = b2.register_module(
'RootInput')
37main.add_module(roinput)
40prepare_user_cdst_analysis(main)
43calibrator = b2.register_module(
'TOPChannelT0Calibrator')
44calibrator.param(
'sample',
'bhabha')
45calibrator.param(
'outputFileName',
'checkT0cal_r*.root')
46main.add_module(calibrator)
49progress = b2.register_module(
'Progress')
50main.add_module(progress)