Skip to content
Snippets Groups Projects
Commit 8711bf61 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'dvconst.TrigTauMatching-20180326' into 'master'

TrigTauMatching: const fix

See merge request atlas/athena!10027
parents 55378a6a f6f23608
1 merge request!20779WIP: Migrate DataQualityTools to ToolHandles
...@@ -74,7 +74,7 @@ bool Trig::TrigTauMatchingTool::matchL1(const xAOD::TauJet *p, ...@@ -74,7 +74,7 @@ bool Trig::TrigTauMatchingTool::matchL1(const xAOD::TauJet *p,
{ {
if (c) if (c)
{ {
for (auto &it: *c) for (const xAOD::EmTauRoI* it : *c)
{ {
if (it->roiType() == xAOD::EmTauRoI::TauRoIWord) if (it->roiType() == xAOD::EmTauRoI::TauRoIWord)
{ {
......
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