Skip to content

Fix bug in MuonChainFilterAlg and configure BLS specific dimuL2Sequence (successor of muComb for BLS) trigger sequence (ATR-22832)

  1. Use the trigger hash instead of trigger name in order to check whether the trigger found in the list.
  2. muCombSequence is replaced by dimuL2Sequence for B-physics trigger chains to prevent call of muCombMT algorithm (we do not use combined muons at L2 trigger level). On the other hand the muonIDFastTrackingSequence will be always executed (i.e. it provides the FTF InDet tracks). New sequence just copy decisions from the previous step and use the DimuL2ComboHypo to check that at least two tracks can be fitted to the common vertex.

Merge request reports