11from softwaretrigger
import constants
14args = setup_basf2_and_db()
16path = start_path(args, location=constants.Location.expressreco)
17add_expressreco_processing(path, run_type=constants.RunTypes.beam, select_only_accepted_events=
True)
18finalize_path(path, args, location=constants.Location.expressreco)