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

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

TrigT2CaloEgamma+TrigTauEmulation: Fix gcc11 warning.

See merge request atlas/athena!39333
parents fcb9d1d5 3297c948
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!39333TrigT2CaloEgamma+TrigTauEmulation: Fix gcc11 warning.
/*
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
*/
/*******************************************************
......@@ -432,7 +432,7 @@ const {
ATH_MSG_DEBUG("RingSet number is: " << rs);
for(unsigned i=0;i<rset.at(rs).samples().size();i++)
ATH_MSG_DEBUG(" Calo layer ID is : "<< rset.at(rs).samples()[i] );
ATH_MSG_DEBUG("search eta window: " << m_etaSearchWindowSize << " search phi window: " << m_phiSearchWindowSize);
ATH_MSG_DEBUG("search eta window: " << m_etaSearchWindowSize << " search phi window: " << m_phiSearchWindowSize);
ATH_MSG_DEBUG("deta: " << m_detaRings[rs] << " dphi: " << m_dphiRings[rs]);
ATH_MSG_DEBUG("Pattern has size equal than: " << rset.at(rs).pattern().size());
for(unsigned i=0;i<rset.at(rs).pattern().size();++i)
......
/*
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
*/
// vim: ts=2 sw=2
......@@ -158,7 +158,7 @@ int Parser::get_pass_number(const std::string & item_name)
return m_nonTOPO_items[item_name];
else
MY_MSG_WARNING(item_name << " is not in the map of items");
return -1;
return -1;
}
......
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