Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
athena
Manage
Activity
Members
Labels
Plan
Issues
38
Issue boards
Milestones
Wiki
Code
Merge requests
34
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
athena
Commits
da021c43
Commit
da021c43
authored
3 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
Removed debugging printing
modified: TrapEndcapTracker_geo.cpp
parent
5bdf94c3
No related branches found
No related tags found
1 merge request
!33
Removed debugging printing
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/TrapEndcapTracker_geo.cpp
+0
-7
0 additions, 7 deletions
src/TrapEndcapTracker_geo.cpp
with
0 additions
and
7 deletions
src/TrapEndcapTracker_geo.cpp
+
0
−
7
View file @
da021c43
...
...
@@ -80,12 +80,6 @@ static Ref_t create_detector(Detector& description, xml_h e, SensitiveDetector s
double
frame_x1
=
frame_trd
.
x1
();
double
frame_x2
=
frame_trd
.
x2
();
double
frame_z
=
frame_trd
.
z
();
std
::
cout
<<
" x1 = "
<<
x1
<<
"
\n
"
;
std
::
cout
<<
" x2 = "
<<
x2
<<
"
\n
"
;
std
::
cout
<<
" z = "
<<
z
<<
"
\n
"
;
std
::
cout
<<
"frame_x1 = "
<<
frame_x1
<<
"
\n
"
;
std
::
cout
<<
"frame_x2 = "
<<
frame_x2
<<
"
\n
"
;
std
::
cout
<<
"frame_z = "
<<
frame_z
<<
"
\n
"
;
// make the frame match the total thickness if thickness attribute is not given
Trapezoid
f_solid1
(
x1
,
x2
,
frame_thickness
/
2.0
,
frame_thickness
/
2.0
,
z
);
Trapezoid
f_solid
(
frame_x1
,
frame_x2
,
frame_thickness
/
2.0
,
frame_thickness
/
2.0
,
frame_z
)
;
...
...
@@ -98,7 +92,6 @@ static Ref_t create_detector(Detector& description, xml_h e, SensitiveDetector s
// figure out how to best place
pv
=
m_volume
.
placeVolume
(
f_vol
,
Position
(
f_pos
.
x
(),
f_pos
.
y
(),
f_pos
.
z
()));
std
::
cout
<<
"Frame thickness : "
<<
frame_thickness
<<
"
\n
"
;
}
for
(
ci
.
reset
(),
n_sensor
=
1
,
c_id
=
0
,
posY
=
-
y1
;
ci
;
++
ci
,
++
c_id
)
{
...
...
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