Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
151
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
!21246
SUSYTools: fix a typo in GetFatJets
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
SUSYTools: fix a typo in GetFatJets
ykeisuke/athena:my21.2-2019-02-19
into
21.2
Overview
3
Commits
1
Pipelines
1
Changes
1
Merged
Keisuke Yoshihara
requested to merge
ykeisuke/athena:my21.2-2019-02-19
into
21.2
5 years ago
Overview
3
Commits
1
Pipelines
1
Changes
1
Expand
found a stupid typo to be fixed in GetFatJets
cc
@oabouzei
👍
0
👎
0
Merge request reports
Compare
21.2
21.2 (base)
and
latest version
latest version
63b3cb7f
1 commit,
5 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
PhysicsAnalysis/SUSYPhys/SUSYTools/Root/Jets.cxx
+
1
−
1
Options
@@ -188,7 +188,7 @@ namespace ST {
return
StatusCode
::
FAILURE
;
}
if
(
!
m_fatJets
.
empty
())
{
if
(
m_fatJets
.
empty
())
{
ATH_MSG_ERROR
(
"JetFatCalibTool was not initialized for largeR jet!!"
);
return
StatusCode
::
FAILURE
;
}
Loading