Skip to content
Snippets Groups Projects
Commit 020e754e authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Removed debugging printing

parent ae5432e4
No related branches found
No related tags found
1 merge request!74Removed debugging printing
Pipeline #6838 failed
...@@ -143,7 +143,7 @@ static Ref_t createDetector(Detector& desc, xml::Handle_t handle, SensitiveDetec ...@@ -143,7 +143,7 @@ static Ref_t createDetector(Detector& desc, xml::Handle_t handle, SensitiveDetec
// constants // constants
auto richCenterAngle = std::atan((rmin + (rmax2 - rmin)/2.)/mirZ); 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 // an envelope for the detector
// use a complicated shape to avoid conflict with the other parts // use a complicated shape to avoid conflict with the other parts
......
...@@ -132,7 +132,7 @@ static Ref_t build_detector(Detector& dtor, xml_h e, SensitiveDetector sens) { ...@@ -132,7 +132,7 @@ static Ref_t build_detector(Detector& dtor, xml_h e, SensitiveDetector sens) {
xml_comp_t x_slice = si; xml_comp_t x_slice = si;
layer_thickness += x_slice.thickness(); 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; double total_thickness = repeat*layer_thickness;
// --- d1 --- // --- d1 ---
// //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment