Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ip6
Manage
Activity
Members
Labels
Plan
Issues
13
Issue boards
Milestones
Wiki
Code
Merge requests
5
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
!55
Resolve "50cm shift of lattice and FF detectors"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "50cm shift of lattice and FF detectors"
35-50cm-shift-of-lattice-and-ff-detectors
into
master
Overview
0
Commits
20
Pipelines
21
Changes
8
Merged
Alex Jentsch
requested to merge
35-50cm-shift-of-lattice-and-ff-detectors
into
master
3 years ago
Overview
0
Commits
20
Pipelines
21
Changes
1
Expand
Closes
#35 (closed)
Edited
3 years ago
by
Alex Jentsch
👍
0
👎
0
Merge request reports
Viewing commit
77813bf5
Prev
Next
Show latest version
1 file
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
77813bf5
Giving a bit more space between b1apf and the drift pipe.
· 77813bf5
Alex Jentsch
authored
3 years ago
src/hadronDownstreamBeamPipe.cpp
+
4
−
4
Options
@@ -112,24 +112,24 @@ static Ref_t create_detector(Detector& det, xml_h e, SensitiveDetector sens) {
tube_de_1
.
setPlacement
(
pv_b0_hadron_tube
);
//first tube section - right after b1apf - has same size as RP chamber, but keeping separate.
auto
pv_drift_tube_section_1
=
assembly
.
placeVolume
(
v_drift_tube_section_1
,
Transform3D
(
RotationY
(
drift_beam_pipe_angle
),
Position
(
-
73.22
5695
,
0.0
,
237
7.94246
)));
//2353.06094)));
auto
pv_drift_tube_section_1
=
assembly
.
placeVolume
(
v_drift_tube_section_1
,
Transform3D
(
RotationY
(
drift_beam_pipe_angle
),
Position
(
-
73.22
71128
,
0.0
,
237
8.142581
)));
//2353.06094)));
pv_drift_tube_section_1
.
addPhysVolID
(
"sector"
,
1
);
DetElement
tube_de_2
(
sdet
,
"sector2_de"
,
1
);
tube_de_2
.
setPlacement
(
pv_drift_tube_section_1
);
//Second section - RP scattering chamber -- keeping separate for now.
auto
pv_drift_tube_section_2
=
assembly
.
placeVolume
(
v_drift_tube_section_2
,
Transform3D
(
RotationY
(
drift_beam_pipe_angle
),
Position
(
-
88.5
553646
,
0.0
,
2699.4
39692
)));
auto
pv_drift_tube_section_2
=
assembly
.
placeVolume
(
v_drift_tube_section_2
,
Transform3D
(
RotationY
(
drift_beam_pipe_angle
),
Position
(
-
88.5
490241
,
0.0
,
2699.4
40017
)));
pv_drift_tube_section_2
.
addPhysVolID
(
"sector"
,
1
);
DetElement
tube_de_3
(
sdet
,
"sector3_de"
,
1
);
tube_de_3
.
setPlacement
(
pv_drift_tube_section_2
);
//Third section -- tapered section acting as poor man's universal exit window.
auto
pv_drift_tube_section_3
=
assembly
.
placeVolume
(
v_drift_tube_section_3
,
Transform3D
(
RotationY
(
drift_beam_pipe_angle
),
Position
(
-
99.2
716664
,
0.0
,
2924.184
35
)));
auto
pv_drift_tube_section_3
=
assembly
.
placeVolume
(
v_drift_tube_section_3
,
Transform3D
(
RotationY
(
drift_beam_pipe_angle
),
Position
(
-
99.2
665599
,
0.0
,
2924.184
615
)));
pv_drift_tube_section_3
.
addPhysVolID
(
"sector"
,
1
);
DetElement
tube_de_4
(
sdet
,
"sector4_de"
,
1
);
tube_de_4
.
setPlacement
(
pv_drift_tube_section_3
);
auto
pv_drift_tube_section_4
=
assembly
.
placeVolume
(
v_drift_tube_section_4
,
Transform3D
(
RotationY
(
drift_beam_pipe_angle
),
Position
(
-
123.08
56704
,
0.0
,
3423.61
6921
)));
auto
pv_drift_tube_section_4
=
assembly
.
placeVolume
(
v_drift_tube_section_4
,
Transform3D
(
RotationY
(
drift_beam_pipe_angle
),
Position
(
-
123.08
33063
,
0.0
,
3423.61
7056
)));
pv_drift_tube_section_4
.
addPhysVolID
(
"sector"
,
1
);
DetElement
tube_de_5
(
sdet
,
"sector5_de"
,
1
);
tube_de_5
.
setPlacement
(
pv_drift_tube_section_4
);
Loading