28 main = b2.create_path()
30 rootinput = b2.register_module(
'RootInput')
35 gearbox = b2.register_module(
'Gearbox')
36 geometry = b2.register_module(
'Geometry')
40 geometry.param(
'components', [
'TOP'])
42 main.add_module(rootinput)
43 main.add_module(gearbox)
44 main.add_module(geometry)
46 display = b2.register_module(
'Display')
61 display.param(
'options',
'MH')
64 display.param(
'assignHitsToPrimaries',
False)
65 display.param(
'showMCInfo',
False)
77 display.param(
'showTrackLevelObjects',
True)
81 display.param(
'showTrackCandidates',
True)
85 display.param(
'useClusters',
False)
88 display.param(
'automatic',
False)
92 display.param(
'fullGeometry',
False)
94 display.param(
'showCDCHits',
True)
96 main.add_module(display)