Skip to content

Enable combined usage of `fast_reco` and `PrKalmanFilter`

Christoph Hasse requested to merge fast_reco_prkalmanfilter into master

This adds the necessary options wrangling to allow the fast_reco=True option when using light_reco + PrKalmanFilter.

On top of this it also adds a new hlt2 configuration which configures hlt2 to run:
fast_reco + light_reco + PrKalmanFilter + the new CALO selective matching

This configuration should be our currently fastest hlt2 config.
Once this is in we can setup a nightly benchmark for it.

Merge request reports