Skip to content
Snippets Groups Projects
Commit f6f1afd8 authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'fix_taumon_hlt_matching' into 'master'

fixing HLT matching in Tau legacy monitoring

See merge request atlas/athena!37822
parents 71910382 5f358511
No related branches found
No related tags found
No related merge requests found
......@@ -3727,7 +3727,7 @@ bool HLTTauMonTool::HLTTauMatching(const std::string & trigItem, const TLorentzV
} else { // TrigComposite
const std::vector< TrigCompositeUtils::LinkInfo<xAOD::TauJetContainer> > features =
getTDT()->features<xAOD::TauJetContainer>( trig_item_EF, TrigDefs::includeFailedDecisions, "TrigTauRecMerged" );
getTDT()->features<xAOD::TauJetContainer>( trig_item_EF, TrigDefs::includeFailedDecisions, ".*TrigTauRecMerged_.*" );
for(const auto& tauJetLinkInfo : features){
if (!tauJetLinkInfo.isValid()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment