5 from softwaretrigger
import constants
8 args = setup_basf2_and_db(zmq=
True)
10 path, reco_path = start_zmq_path(args, location=constants.Location.hlt)
11 add_hlt_processing(path, run_type=constants.RunTypes.beam, do_reconstruction=
False)
12 finalize_zmq_path(path, args, location=constants.Location.hlt)
14 basf2.print_path(path)
15 hbasf2.process(path, [args.dqm, args.output],
True)