Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ip6
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
detectors
ip6
Merge requests
!36
Revert "fix typo"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Revert "fix typo"
revert-8f21f495
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Sylvester Joosten
requested to merge
revert-8f21f495
into
master
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
This reverts commit
8f21f495
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
0b2a2ba3
1 commit,
3 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/IP6BeamPipe.cpp
+
1
−
1
Options
@@ -52,7 +52,7 @@ static Ref_t create_detector(Detector& det, xml_h e, SensitiveDetector sens) {
double
IP_beampipe_thickness
=
IP_pipe_c
.
attr
<
double
>
(
_Unicode
(
wall_thickness
));
double
IP_beampipe_ID
=
IP_beampipe_OD
-
IP_beampipe_thickness
;
double
crossing_angle
=
IP_pipe_c
.
attr
<
double
>
(
_Unicode
(
crossing_angle
));
double
-
crossing_angle
=
IP_pipe_c
.
attr
<
double
>
(
_Unicode
(
-
crossing_angle
));
// upstream parameters
double
upstream_straight_length
=
Loading