13 from ROOT
import Belle2
17 if not input_files.empty()
and input_files.front().endswith(
".sroot"):
18 root_input = b2.register_module(
'SeqRootInput')
20 root_input = b2.register_module(
'RootInput')
22 main = b2.create_path()
23 main.add_module(root_input)
25 merger_unpacker = b2.register_module(
'CDCTriggerUnpacker')
26 merger_unpacker.logging.log_level = b2.LogLevel.DEBUG
27 merger_unpacker.logging.debug_level = 100
28 merger_unpacker.logging.set_info(b2.LogLevel.DEBUG, b2.LogInfo.LEVEL | b2.LogInfo.MESSAGE)
30 main.add_module(merger_unpacker)
static Environment & Instance()
Static method to get a reference to the Environment instance.