Skip to content

Capture all Track decisions instead of just all MVA decisions

Alex Pearce requested to merge charmhad-tistos-fix into master

Caught by @rmatev, some CharmHad lines were capturing Hlt1TrackMuonMVA but not Hlt1TrackMuon. This is because the lines were using Hlt1.*MVA.*Decision%TOS as a TISTOS filter. This MR changes those filters to be Hlt1.*Track.*Decision%TOS .

(It might seem a bit odd to capture more muon lines, but it's the safer option as the new filter captures a superset of lines, and it matches the behaviour of the majority of the other lines in CharmHad.)

We can merge if @mrwillia approves, and after we've seen what this does to the CharmHad rate.

Merge request reports