Skip to content
Snippets Groups Projects
Commit ed662db8 authored by Marshall Scott's avatar Marshall Scott
Browse files

Fixed print

parent 3bfd9e7e
No related branches found
No related tags found
1 merge request!59Resolve "ZDC sampling detector"
Pipeline #10358 passed with warnings
...@@ -50,7 +50,7 @@ static Ref_t createDetector(Detector& lcdd, xml_h e, SensitiveDetector sens) { ...@@ -50,7 +50,7 @@ static Ref_t createDetector(Detector& lcdd, xml_h e, SensitiveDetector sens) {
double layerWidth = 0; double layerWidth = 0;
for(xml_coll_t l(x_layer,_U(slice)); l; ++l) for(xml_coll_t l(x_layer,_U(slice)); l; ++l)
layerWidth += xml_comp_t(l).thickness(); layerWidth += xml_comp_t(l).thickness();
std::cout << layerWidth << " " << 123 <<std::endl;
// Loop over repeat# // Loop over repeat#
for(int i=0; i< repeat; i++) for(int i=0; i< repeat; i++)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment