Skip to content
Snippets Groups Projects
Commit 31d2eb2c authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'gcc11.TrigBphysHypo-20201218' into 'master'

TrigBphysHypo: Fix gcc11 warning.

See merge request atlas/athena!39303
parents 00d997c6 14e596d3
No related branches found
No related tags found
No related merge requests found
// -*- C++ -*- // -*- C++ -*-
/* /*
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
*/ */
/************************************************************************** /**************************************************************************
...@@ -232,6 +232,6 @@ HLT::ErrorCode TrigL2BMuMuHypo::hltExecute(const HLT::TriggerElement* outputTE, ...@@ -232,6 +232,6 @@ HLT::ErrorCode TrigL2BMuMuHypo::hltExecute(const HLT::TriggerElement* outputTE,
// store result // store result
if(attachFeature(outputTE, xBits.release(),"passbits") != HLT::OK) if(attachFeature(outputTE, xBits.release(),"passbits") != HLT::OK)
ATH_MSG_ERROR("Could not store TrigPassBits! "); ATH_MSG_ERROR("Could not store TrigPassBits! ");
ATH_MSG_DEBUG("End of hltExecute, passMass, passChi2, pass= " << PassedBsMass << " " << PassedChi2Cut << " " << pass); ATH_MSG_DEBUG("End of hltExecute, passMass, passChi2, pass= " << PassedBsMass << " " << PassedChi2Cut << " " << pass);
return HLT::OK; return HLT::OK;
} }
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