File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ void Geometry::setParameters(std::string geometryfile)
350350 mGlobal_FOCAL_Z0 = std::stof (tokens[1 ]);
351351 LOG (debug) << " Z-Location of the FoCAL is set to : " << mGlobal_FOCAL_Z0 ;
352352 }
353-
353+
354354 if (command.find (" DetectorOpen_Right" ) != std::string::npos) {
355355 mGlobal_DetectorOpening_Right = std::stof (tokens[1 ]);
356356 LOG (debug) << " Detector opening on the right : " << mGlobal_DetectorOpening_Right ;
@@ -588,8 +588,8 @@ void Geometry::setParameters(std::string geometryfile)
588588 }
589589 }
590590 } // end for itowerY
591- } // end for itowerX
592- } // end else
591+ } // end for itowerX
592+ } // end else
593593 center_z += tmpComp.getThickness ();
594594 } // end loop over pad layer compositions
595595 LOG (debug) << " ============ Created all pad layer compositions (" << mPadCompositionBase .size () << " volumes)" ;
You can’t perform that action at this time.
0 commit comments