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
!71666
main-cppcheck-ZdcNtuple
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
main-cppcheck-ZdcNtuple
sroe/athena:main-cppcheck-ZdcNtuple
into
main
Overview
3
Commits
1
Pipelines
1
Changes
1
Merged
Shaun Roe
requested to merge
sroe/athena:main-cppcheck-ZdcNtuple
into
main
10 months ago
Overview
3
Commits
1
Pipelines
1
Changes
1
Expand
[minor] pass string args by const ref, not value
1
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
537d5513
1 commit,
10 months ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ForwardDetectors/ZDC/ZdcNtuple/share/makeZdcNtuple.C
+
2
−
2
Options
/*
Copyright (C) 2002-202
2
CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-202
4
CERN for the benefit of the ATLAS collaboration
*/
int
makeZdcNtuple
(
std
::
string
submitDir
=
"submitDir"
,
std
::
string
readDir
=
"file:/tmp/steinber"
,
int
nevt
=
-
1
,
const
std
::
string
&
enableStr
=
""
,
const
std
::
string
&
vers
=
"0"
,
int
localTrackLimit
=
1e6
,
std
::
string
grlOption
=
""
)
int
makeZdcNtuple
(
const
std
::
string
&
submitDir
=
"submitDir"
,
const
std
::
string
&
readDir
=
"file:/tmp/steinber"
,
int
nevt
=
-
1
,
const
std
::
string
&
enableStr
=
""
,
const
std
::
string
&
vers
=
"0"
,
int
localTrackLimit
=
1e6
,
const
std
::
string
&
grlOption
=
""
)
{
// Set up the job for xAOD access:
Loading