18 from ROOT
import Belle2
25 if not input_files.empty()
and input_files.front().endswith(
".sroot"):
26 rootinput = register_module(
'SeqRootInput')
28 rootinput = register_module(
'RootInput')
31 gearbox = register_module(
'Gearbox')
32 geometry = register_module(
'Geometry')
35 geometry.param(
'excludedComponents', [
'ECL'])
37 main.add_module(rootinput)
38 main.add_module(gearbox)
39 main.add_module(geometry)
41 display = register_module(
'Display')
44 display.param(
'showMCInfo',
True)
47 display.param(
'assignHitsToPrimaries',
False)
50 display.param(
'showAllPrimaries',
True)
53 display.param(
'showCharged',
True)
56 display.param(
'showNeutrals',
True)
62 display.param(
'showRecoTracks',
False)
65 display.param(
'showCDCHits',
False)
68 display.param(
'showTriggerObjects',
False)
73 display.param(
'showTrackLevelObjects',
True)
86 display.param(
'options',
'MH')
91 display.param(
'automatic',
False)
94 display.param(
'fullGeometry',
False)
98 display.param(
'customGeometryExtractPath',
'')
104 display.param(
'hideObjects', [])
106 main.add_module(display)