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
!195
Draft: Resolve "Add Roman Pots Reconstruction Matrix"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: Resolve "Add Roman Pots Reconstruction Matrix"
70-add-roman-pots-reconstruction-matrix
into
master
Overview
0
Commits
73
Pipelines
0
Changes
1
Open
Alex Jentsch
requested to merge
70-add-roman-pots-reconstruction-matrix
into
master
3 years ago
Overview
0
Commits
73
Pipelines
0
Changes
1
Expand
Closes
#70
0
0
Merge request reports
Viewing commit
71d27e80
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
71d27e80
Typo.
· 71d27e80
Alex Jentsch
authored
3 years ago
benchmarks/far_forward/scripts/hits_far_forward_protons.cxx
+
1
−
1
Options
@@ -95,7 +95,7 @@ auto local_position = [](const std::vector<dd4pod::TrackerHitData>& hits) {
//auto pos1 = cellid_converter.position(h.cellID);
//result.push_back({pos0.x / 10.0 - pos1.x(), pos0.y / 10.0 - pos1.y()});
if
(
pos0
.
z
()
<
26500
){
result
.
push_back
({
pos0
.
x
,
pos0
.
y
});}
//roughly isolate to first layer
if
(
pos0
.
z
<
26500
){
result
.
push_back
({
pos0
.
x
,
pos0
.
y
});}
//roughly isolate to first layer
}
return
result
;
};
Loading