12 from softwaretrigger
import constants
15 args = setup_basf2_and_db()
17 path = start_path(args, location=constants.Location.expressreco)
18 add_expressreco_processing(path, run_type=constants.RunTypes.beam, select_only_accepted_events=
True)
19 finalize_path(path, args, location=constants.Location.expressreco)
21 basf2.print_path(path)