Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
reconstruction_benchmarks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
benchmarks
reconstruction_benchmarks
Merge requests
!182
Resolve "Add nPhiBins to track_finding example"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Add nPhiBins to track_finding example"
63-add-nphibins-to-track_finding-example
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Resolve "Add nPhiBins to track_finding example"
Whitney Armstrong
requested to merge
63-add-nphibins-to-track_finding-example
into
master
Aug 24, 2021
Overview
0
Commits
1
Pipelines
0
Changes
1
Closes
#63 (closed)
Edited
Aug 24, 2021
by
Whitney Armstrong
0
0
Merge request reports
Compare
master
version 1
97b21472
Aug 24, 2021
master (base)
and
latest version
latest version
6975db35
1 commit,
Aug 24, 2021
version 1
97b21472
1 commit,
Aug 24, 2021
1 file
+
1
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
benchmarks/track_finding/options/track_reconstruction.py
+
1
−
0
View file @ 6975db35
Edit in single-file editor
Open in Web IDE
Show full file
@@ -134,6 +134,7 @@ conformal_find = ConformalXYPeakProtoTracks("conformal_find",
@@ -134,6 +134,7 @@ conformal_find = ConformalXYPeakProtoTracks("conformal_find",
inputTrackerHits
=
trk_hit_col
.
trackingHits
,
inputTrackerHits
=
trk_hit_col
.
trackingHits
,
outputProtoTracks
=
"
outputProtoTracks
"
,
outputProtoTracks
=
"
outputProtoTracks
"
,
nProtoTracks
=
"
nProtoTracks
"
,
nProtoTracks
=
"
nProtoTracks
"
,
nPhiBins
=
90
,
OutputLevel
=
DEBUG
)
OutputLevel
=
DEBUG
)
algorithms
.
append
(
conformal_find
)
algorithms
.
append
(
conformal_find
)
Loading