10 from rawdata
import add_raw_seqoutput, add_unpackers
11 from softwaretrigger
import constants
18 components = constants.DEFAULT_HLT_COMPONENTS
20 main_path = basf2.create_path()
22 main_path.add_module(
"SeqRootInput", inputFileName=
"hlt_rawdata_simulation.sroot")
26 main_path.add_module(
"HistoManager")
28 add_hlt_processing(main_path, store_array_debug_prescale=1, components=components)
30 add_raw_seqoutput(main_path, additionalObjects=[
"SoftwareTriggerResults",
"SoftwareTriggerVariables",
"ROIs"])
32 basf2.print_path(main_path)
35 print(basf2.statistics)