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

Checking layer thickness

parent 16f6d5e9
Branches
Tags
1 merge request!59Resolve "ZDC sampling detector"
Pipeline #10344 failed
......@@ -50,7 +50,7 @@ static Ref_t createDetector(Detector& lcdd, xml_h e, SensitiveDetector sens) {
double layerWidth = 0;
for(xml_coll_t l(x_layer,_U(slice)); l; ++l)
layerWidth += xml_comp_t(l).thickness();
std::cout << layerWidth << " " << 123 <<std::endl;
// Loop over repeat#
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