13 from softwaretrigger
import constants
17 basf2.logging.add_udp(
'hltctl', 6900)
19 args = setup_basf2_and_db(zmq=
True)
21 path, reco_path = start_zmq_path(args, location=constants.Location.hlt)
22 add_hlt_processing(reco_path, run_type=constants.RunTypes.beam,
23 softwaretrigger_mode=constants.SoftwareTriggerModes.monitor)
24 finalize_zmq_path(path, args, location=constants.Location.hlt)
26 basf2.print_path(path)
27 hbasf2.process(path, [args.dqm, args.output],
True)