Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Projects
Groups
Snippets
Sign up now
Login
Sign in / Register
Toggle navigation
Menu
Open sidebar
EIC
detectors
topside
Commits
020e754e
Commit
020e754e
authored
Feb 22, 2021
by
Whitney Armstrong
Browse files
Removed debugging printing
parent
ae5432e4
Pipeline
#6838
failed with stages
in 2 minutes and 38 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/ForwardRICH_geo.cpp
View file @
020e754e
...
...
@@ -143,7 +143,7 @@ static Ref_t createDetector(Detector& desc, xml::Handle_t handle, SensitiveDetec
// constants
auto
richCenterAngle
=
std
::
atan
((
rmin
+
(
rmax2
-
rmin
)
/
2.
)
/
mirZ
);
std
::
cout
<<
richCenterAngle
*
180.
/
M_PI
<<
std
::
endl
;
//
std::cout << richCenterAngle*180./M_PI << std::endl;
// an envelope for the detector
// use a complicated shape to avoid conflict with the other parts
...
...
src/RomanPot_geo.cpp
View file @
020e754e
...
...
@@ -132,7 +132,7 @@ static Ref_t build_detector(Detector& dtor, xml_h e, SensitiveDetector sens) {
xml_comp_t
x_slice
=
si
;
layer_thickness
+=
x_slice
.
thickness
();
}
std
::
cout
<<
" layer thickness = "
<<
layer_thickness
<<
"
\n
"
;
//
std::cout << " layer thickness = " << layer_thickness << " \n";
double
total_thickness
=
repeat
*
layer_thickness
;
// --- d1 ---
//
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment