13 from softwaretrigger
import constants
15 from pxd
import add_roi_payload_assembler
18 basf2.logging.add_udp(
'hltctl', 6900)
20 args = setup_basf2_and_db(zmq=
True)
22 path, reco_path = start_zmq_path(args, location=constants.Location.hlt)
25 reco_path.add_module(
'MonitorData')
28 reco_path.add_module(
'ROIGenerator', ROIListName=
'ROIs', nROIs=8, Layer=1, Ladder=1, Sensor=1)
29 add_roi_payload_assembler(reco_path, ignore_hlt_decision=
True)
33 reco_path.add_module(
'ElapsedTime', EventInterval=10000)
35 finalize_zmq_path(path, args, location=constants.Location.hlt)
37 basf2.print_path(path)
38 hbasf2.process(path, [args.dqm, args.output],
True)