Skip to content

Add HLT2 FEST configuration

Carla Marin Benito requested to merge cmarinbe_festHlt2 into master

Add HLT2 configuration used during June's FEST campaign, namely hlt2_all_lines_with_reco_with_streams.py. It runs all the HLT2 lines as in hlt2_all_lines_with_reco.py but writes the output to two separate streams:

  • sprucing: contains the output of the HLT2 lines starting with "Hlt2Topo" and sets persistreco=True for them
  • turbo: contains the rest of the lines

Add a related test test_hlt2_all_lines_with_reco_with_streams with the same validator as in test_hlt2_all_lines_with_reco. I am not sure if we should test something else. I've not added an explicit validation of the streaming since that is already done in the dedicated tests test_hlt2_streaming.qmt+test_hlt2_streaming_check_A+test_hlt2_streaming_check_B. Following a discussion with @nskidmor I've left those unchanges and added the new configuration and test separately.

Merge request reports