13 from softwaretrigger
import constants
16 args = setup_basf2_and_db(zmq=
True)
18 path, reco_path = start_zmq_path(args, location=constants.Location.hlt)
19 add_hlt_processing(path, run_type=constants.RunTypes.beam, do_reconstruction=
False)
20 finalize_zmq_path(path, args, location=constants.Location.hlt)
22 basf2.print_path(path)
23 hbasf2.process(path, [args.dqm, args.output],
True)