22 rootinput = register_module(
'RootInput')
27 gearbox = register_module(
'Gearbox')
28 geometry = register_module(
'Geometry')
32 geometry.param(
'components', [
'TOP'])
34 main.add_module(rootinput)
35 main.add_module(gearbox)
36 main.add_module(geometry)
38 display = register_module(
'Display')
53 display.param(
'options',
'MH')
56 display.param(
'assignHitsToPrimaries',
False)
57 display.param(
'showMCInfo',
False)
69 display.param(
'showTrackLevelObjects',
True)
73 display.param(
'showTrackCandidates',
True)
77 display.param(
'useClusters',
False)
80 display.param(
'automatic',
False)
84 display.param(
'fullGeometry',
False)
86 display.param(
'showCDCHits',
True)
88 main.add_module(display)