Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
154
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
!76636
main-cppcheck-JetCalibTools
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
main-cppcheck-JetCalibTools
sroe/athena:main-cppcheck-JetCalibTools
into
main
Overview
3
Commits
1
Pipelines
1
Changes
3
Merged
Shaun Roe
requested to merge
sroe/athena:main-cppcheck-JetCalibTools
into
main
1 month ago
Overview
3
Commits
1
Pipelines
1
Changes
3
Expand
re.
!76498 (closed)
: initialise variables, but also tidy headers
👍
0
👎
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
080ed354
1 commit,
1 month ago
3 files
+
22
−
21
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
Reconstruction/Jet/JetCalibTools/JetCalibTools/CalibrationMethods/EtaJESCorrection.h
+
2
−
3
Options
/*
Copyright (C) 2002-202
3
CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-202
4
CERN for the benefit of the ATLAS collaboration
*/
#ifndef JETCALIBTOOLS_ETAJESCORRECTION_H
@@ -77,9 +77,8 @@ class EtaJESCorrection
double
m_JES_MinPt_Slopes
[
s_nEtaBins
]
=
{};
double
m_JES_MinPt_E
[
s_nEtaBins
]
=
{};
double
m_JES_MinPt_R
[
s_nEtaBins
]
=
{};
//double m_JES_MinPt_Rmin[s_nEtaBins];
double
m_JES_MinPt_Param1
[
s_nEtaBins
]
=
{};
double
m_JES_MinPt_Param2
[
s_nEtaBins
];
double
m_JES_MinPt_Param2
[
s_nEtaBins
]
{}
;
double
m_etaCorrFactors
[
s_nEtaBins
][
s_nParMax
]
=
{};
double
m_JMSFactors
[
s_nEtaBins
][
s_nParMax
]
=
{};
double
m_energyFreezeJES
[
s_nEtaBins
]
=
{};
Loading