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
Merge requests
!66534
InDetVKalVxInJetTool+JetMomentTools: Fix cppcheck warnings.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
InDetVKalVxInJetTool+JetMomentTools: Fix cppcheck warnings.
ssnyder/athena:cppcheck.InDetVKalVxInJetTool-20231017
into
main
Overview
4
Commits
2
Pipelines
1
Changes
5
Merged
Scott Snyder
requested to merge
ssnyder/athena:cppcheck.InDetVKalVxInJetTool-20231017
into
main
1 year ago
Overview
4
Commits
2
Pipelines
1
Changes
5
Expand
Pass containers by const reference, not by value.
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
f27846ac
2 commits,
1 year ago
5 files
+
28
−
28
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
InnerDetector/InDetRecTools/InDetVKalVxInJetTool/InDetVKalVxInJetTool/InDetVKalVxInJetTool.h
+
2
−
2
Options
@@ -383,8 +383,8 @@ namespace InDet {
void
printWrkSet
(
const
std
::
vector
<
WrkVrt
>
*
WrkSet
,
const
std
::
string
&
name
)
const
;
StatusCode
cutTrk
(
std
::
unordered_map
<
std
::
string
,
double
>
TrkVarDouble
,
std
::
unordered_map
<
std
::
string
,
int
>
TrkVarInt
,
StatusCode
cutTrk
(
const
std
::
unordered_map
<
std
::
string
,
double
>
&
TrkVarDouble
,
const
std
::
unordered_map
<
std
::
string
,
int
>
&
TrkVarInt
,
float
evtWgt
=
1.
)
const
;
static
double
coneDist
(
const
AmgVector
(
5
)
&
,
const
TLorentzVector
&
)
;
//
Loading