27main = b2.create_path()
29rootinput = b2.register_module(
'RootInput')
34gearbox = b2.register_module(
'Gearbox')
35geometry = b2.register_module(
'Geometry')
39geometry.param(
'components', [
'TOP'])
41main.add_module(rootinput)
42main.add_module(gearbox)
43main.add_module(geometry)
45display = b2.register_module(
'Display')
60display.param(
'options',
'MH')
63display.param(
'assignHitsToPrimaries',
False)
64display.param(
'showMCInfo',
False)
76display.param(
'showTrackLevelObjects',
True)
80display.param(
'showTrackCandidates',
True)
84display.param(
'useClusters',
False)
87display.param(
'automatic',
False)
91display.param(
'fullGeometry',
False)
93display.param(
'showCDCHits',
True)
95main.add_module(display)