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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
benchmarks
reconstruction_benchmarks
Merge requests
!168
Resolve "Remove obsolete algorithms from full simulations"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Remove obsolete algorithms from full simulations"
51-remove-obsolete-algorithms-from-full-simulations
into
master
Overview
0
Commits
13
Pipelines
0
Changes
1
Merged
Wouter Deconinck
requested to merge
51-remove-obsolete-algorithms-from-full-simulations
into
master
3 years ago
Overview
0
Commits
13
Pipelines
0
Changes
1
Expand
Closes
#51 (closed)
Edited
3 years ago
by
Wouter Deconinck
0
0
Merge request reports
Compare
version 12
version 14
9558fe58
3 years ago
version 13
c4acfdfa
3 years ago
version 12
b4579c6a
3 years ago
version 11
c69c4e2e
3 years ago
version 10
11550b61
3 years ago
version 9
27060ed4
3 years ago
version 8
04a8538c
3 years ago
version 7
4b1e7894
3 years ago
version 6
1743ed13
3 years ago
version 5
9a920be7
3 years ago
version 4
28bcdb0b
3 years ago
version 3
6ad74671
3 years ago
version 2
3e149706
3 years ago
version 1
8870c67c
3 years ago
master (base)
and
version 13
latest version
0fda3be4
13 commits,
3 years ago
version 14
9558fe58
12 commits,
3 years ago
version 13
c4acfdfa
11 commits,
3 years ago
version 12
b4579c6a
10 commits,
3 years ago
version 11
c69c4e2e
9 commits,
3 years ago
version 10
11550b61
9 commits,
3 years ago
version 9
27060ed4
8 commits,
3 years ago
version 8
04a8538c
7 commits,
3 years ago
version 7
4b1e7894
6 commits,
3 years ago
version 6
1743ed13
5 commits,
3 years ago
version 5
9a920be7
5 commits,
3 years ago
version 4
28bcdb0b
4 commits,
3 years ago
version 3
6ad74671
3 commits,
3 years ago
version 2
3e149706
2 commits,
3 years ago
version 1
8870c67c
1 commit,
3 years ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
benchmarks/full/options/full_reconstruction.py
+
1
−
1
Options
@@ -242,7 +242,7 @@ img_barrel_cl = ImagingCluster("img_barrel_cl",
layerDistEtaPhi
=
[
10
*
units
.
mrad
,
10
*
units
.
mrad
],
# adjacent layer
neighbourLayersRange
=
2
,
# id diff for adjacent layer
sectorDist
=
3.
*
units
.
cm
)
# different sector
algorithms
.
append
(
cb_eca
l_cl
)
algorithms
.
append
(
img_barre
l_cl
)
img_barrel_clreco
=
ImagingClusterReco
(
"
img_barrel_clreco
"
,
samplingFraction
=
img_barrel_sf
,
Loading