30if f_in_root[-6:] ==
".sroot":
31 input = b2.register_module(
'SeqRootInput')
32if f_in_root[-5:] ==
".root":
33 input = b2.register_module(
'RootInput')
35b2.set_log_level(b2.LogLevel.ERROR)
40unpacker = b2.register_module(
'TRGECLUnpacker')
42output = b2.register_module(
'RootOutput')
45main = b2.create_path()
49main.add_module(unpacker)
51input.param(
"inputFileName", f_in_root)
52output.param(
"outputFileName", f_out_root)
58 "TRGECLUnpackerStores",
59 "TRGECLUnpackerEvtStores",
60 "TRGECLUnpackerSumStores"])