12 main = b2.create_path()
15 input = b2.register_module(
"RootInput")
16 main.add_module(input)
19 histo = b2.register_module(
'DqmHistoManager')
20 histo.param(
'histoFileName',
'dqmtest.root')
21 histo.param(
'Port', int(argvs[1]))
22 histo.param(
'DumpInterval', 10)
23 main.add_module(histo)
29 progress = b2.register_module(
"Progress")
30 main.add_module(progress)