5 from softwaretrigger
import constants
8 args = setup_basf2_and_db(zmq=
True)
10 path, reco_path = start_zmq_path(args, location=constants.Location.expressreco)
11 add_expressreco_processing(reco_path, run_type=constants.RunTypes.cosmic, data_taking_period=
"early_phase3")
12 finalize_zmq_path(path, args, location=constants.Location.expressreco)
14 basf2.print_path(path)
15 hbasf2.process(path, [args.dqm, args.output],
True)