4 from softwaretrigger
import constants
7 args = setup_basf2_and_db()
9 path = start_path(args, location=constants.Location.hlt)
10 add_hlt_processing(path, run_type=constants.RunTypes.cosmic,
11 softwaretrigger_mode=constants.SoftwareTriggerModes.monitor,
12 data_taking_period=
"early_phase3")
13 finalize_path(path, args, location=constants.Location.hlt)
15 basf2.print_path(path)