Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atlas
athena
Commits
8711bf61
Commit
8711bf61
authored
6 years ago
by
Vakhtang Tsulaia
Browse files
Options
Downloads
Plain Diff
Merge branch 'dvconst.TrigTauMatching-20180326' into 'master'
TrigTauMatching: const fix See merge request atlas/athena!10027
parents
55378a6a
f6f23608
Loading
Loading
1 merge request
!20779
WIP: Migrate DataQualityTools to ToolHandles
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Trigger/TrigAnalysis/TrigTauAnalysis/TrigTauMatching/Root/TrigTauMatching.cxx
+1
-1
1 addition, 1 deletion
.../TrigTauAnalysis/TrigTauMatching/Root/TrigTauMatching.cxx
with
1 addition
and
1 deletion
Trigger/TrigAnalysis/TrigTauAnalysis/TrigTauMatching/Root/TrigTauMatching.cxx
+
1
−
1
View file @
8711bf61
...
@@ -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
)
{
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment