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
Commits
3582f8a9
Commit
3582f8a9
authored
3 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
Commented out overlapping placement
parent
e0665bd5
No related branches found
No related tags found
1 merge request
!5
CI Update
Pipeline
#10949
failed
3 years ago
Stage: config
Stage: initialize
Stage: test
Stage: deploy
Pipeline: Reference Detector
#10950
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/IP6BeamPipe.cpp
+5
-5
5 additions, 5 deletions
src/IP6BeamPipe.cpp
with
5 additions
and
5 deletions
src/IP6BeamPipe.cpp
+
5
−
5
View file @
3582f8a9
...
...
@@ -115,11 +115,11 @@ static Ref_t create_detector(Detector& det, xml_h e, SensitiveDetector sens) {
sdet
.
setAttributes
(
det
,
v_upstream_electron_tube
,
x_det
.
regionStr
(),
x_det
.
limitsStr
(),
vis_name
);
//Volume v_upstream_conic_section_vacuum("v_upstream_conic_section_vacuum", upstream_electron_tube, m_Al);
auto
pv_upstream_conic_section
=
assembly
.
placeVolume
(
v_upstream_conic_section
,
Transform3D
(
Position
(
-
upstream_delta_r
/
2.0
,
0
,
-
upstream_straight_length
-
upstream_conic_length
/
2.0
))
*
RotationY
(
crossing_angle
/
2.0
)
*
RotationX
(
M_PI
));
//
auto pv_upstream_conic_section = assembly.placeVolume(
//
v_upstream_conic_section,
//
Transform3D(
//
Position(-upstream_delta_r/2.0,0, -upstream_straight_length - upstream_conic_length / 2.0)) *
//
RotationY(crossing_angle / 2.0) * RotationX(M_PI));
auto
pv_upstream_electron_tube
=
assembly
.
placeVolume
(
v_upstream_electron_tube
,
Position
(
0
,
0
,
-
upstream_straight_length
-
upstream_conic_length
/
2.0
));
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment