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
!49536
Adding properties to JO
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Adding properties to JO
cvarni/athena:AddPropertiesToJO
into
master
Overview
2
Commits
1
Pipelines
1
Changes
1
Merged
Carlo Varni
requested to merge
cvarni/athena:AddPropertiesToJO
into
master
3 years ago
Overview
2
Commits
1
Pipelines
1
Changes
1
Expand
Minor Change: Adding recently-added properties to python JO
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
5adcea53
1 commit,
3 years ago
1 file
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Tracking/Acts/ActsTrkFinding/python/ActsSeedingToolConfig.py
+
2
−
0
Options
@@ -65,6 +65,8 @@ def ActsSeedingToolBaseCfg(ConfigFlags,
options
.
setdefault
(
'
radLengthPerSeed
'
,
0.5
)
options
.
setdefault
(
'
minPt
'
,
500.
*
UnitConstants
.
MeV
)
options
.
setdefault
(
'
impactMax
'
,
3
*
UnitConstants
.
mm
)
options
.
setdefault
(
'
zBinNeighborsTop
'
,
[])
options
.
setdefault
(
'
zBinNeighborsBottom
'
,
[])
ActsTrk__ActsSeedingTool
=
CompFactory
.
getComp
(
"
ActsTrk::ActsSeedingTool
"
)
acc
.
setPrivateTools
(
ActsTrk__ActsSeedingTool
(
**
options
))
Loading