Skip to content
Snippets Groups Projects
Commit 89b99335 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

Former-commit-id: 8711bf61
parents dde02f81 5292766d
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ bool Trig::TrigTauMatchingTool::matchL1(const xAOD::TauJet *p,
{
if (c)
{
for (auto &it: *c)
for (const xAOD::EmTauRoI* it : *c)
{
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