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

Merge branch 'clang10.xAODBTaggingEfficiency-20201210' into 'master'

xAODBTaggingEfficiency: Fix clang 10 warning.

See merge request atlas/athena!39092
parents eec4a7db c5312d92
No related branches found
No related tags found
No related merge requests found
......@@ -1104,7 +1104,7 @@ StatusCode BTaggingTruthTaggingTool::getDirectTaggedJets(TRFinfo &trfinf,std::ve
is_tagged.clear();
std::vector<int> appo;
for(const auto jet : trfinf.jets) {
for(const auto& jet : trfinf.jets) {
ATH_MSG_DEBUG("pt " << jet.vars.jetPt << " eta " << jet.vars.jetEta << " wei " << jet.vars.jetTagWeight);
bool is_btagged = false;
if(!m_continuous)
......
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