Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
153
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
Merge requests
!31222
Fix CaloRingerElectronsReader
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix CaloRingerElectronsReader
pavol/athena:fix_CaloRingerElectronsReader
into
master
Overview
3
Commits
1
Pipelines
1
Changes
1
Merged
Pavol Strizenec
requested to merge
pavol/athena:fix_CaloRingerElectronsReader
into
master
4 years ago
Overview
3
Commits
1
Pipelines
1
Changes
1
Expand
This is to fix the
ATLASRECTS-5372
Edited
4 years ago
by
Pavol Strizenec
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
5afeeb73
1 commit,
4 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Reconstruction/RecoTools/CaloRingerTools/src/CaloRingerElectronsReader.cxx
+
1
−
1
Options
@@ -127,7 +127,7 @@ StatusCode CaloRingerElectronsReader::execute()
auto
selHandles
=
m_selKeys
.
makeHandles
();
auto
isEMHandles
=
m_isEMKeys
.
makeHandles
();
auto
lhoodHandles
=
m_
sel
Keys
.
makeHandles
();
auto
lhoodHandles
=
m_
lhood
Keys
.
makeHandles
();
// Run selectors, if available:
for
(
size_t
i
=
0
;
i
<
m_ringerSelectors
.
size
();
i
++
)
{
Loading