Skip to content

Fix bugs in MET trigger reco sequences

Gabriel Gallardo requested to merge ggallard/athena:METSeqFix into master

@khoo discovered that the MET trigger sequences were being attached to HLTFSCellMakerRecoSequence, HLTFSTopoRecoSequence, and jetRecoSequence. The effect of this was that the MET trigger sequences were run every time these three sequences were.

This bug is addressed here by creating new MET trigger sequences, and adding the three sequences above as steps in the new sequences.

Sep 17: At the moment the generateMenuMT test is failing due to a timeout resulting from some multi-threading bug. This is not related to this merge request.

Edited by Gabriel Gallardo

Merge request reports