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
No related branches found
No related tags found
1 merge request!20779WIP: Migrate DataQualityTools to ToolHandles
......@@ -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