21 from basf2
import conditions
as b2conditions
22 from tracking
import add_tracking_reconstruction
23 from rawdata
import add_unpackers
26 b2conditions.override_globaltags()
27 b2conditions.globaltags = [
'klm_alignment_testing',
'online']
30 main = b2.create_path()
33 files = [
' /group/belle2/dataprod/Data/Raw/e0010/r04295/sub00/physics.0010.04295.HLT1*.root']
40 main.add_module(
"RootInput", inputFileNames=files)
43 main.add_module(
"HistoManager", histoFileName=
"SVDDQMOutput.root")
46 main.add_module(
'Gearbox')
47 main.add_module(
'Geometry')
50 add_unpackers(main, components=[
'SVD',
'CDC'])
54 add_tracking_reconstruction(main, components=[
'SVD',
'CDC'])
61 'SVDZeroSuppressionEmulator',
63 ShaperDigits=
'SVDShaperDigits',
64 ShaperDigitsIN=
'SVDShaperDigitsZS5',
93 SVDHitTimeDQMmodule = main.add_module(
"SVDDQMHitTime")
98 main.add_module(
'Progress')