Skip to content
Snippets Groups Projects
Commit 0b3deb33 authored by Daniel R. MacLean's avatar Daniel R. MacLean
Browse files

Set CHECK_OVERLAPS flag to 'true' & added CHECK_OVERLAPS flag to placement...

Set CHECK_OVERLAPS flag to 'true' & added CHECK_OVERLAPS flag to placement commands of all three sensitive detectors.
parent b02d1966
No related branches found
No related tags found
No related merge requests found
......@@ -341,7 +341,8 @@ void DetectorConstruction::PlaceGeometry(){
"PMT",
m_logicWorld,
false,
0);
0,
CHECK_OVERLAPS) );
//----------------- Place Intermediate Detector 1 -----------------//
......@@ -353,7 +354,8 @@ void DetectorConstruction::PlaceGeometry(){
"IntSD1",
m_logicWorld,
false,
0) );
0,
CHECK_OVERLAPS) );
//----------------- Place Intermediate Detector 2 -----------------//
m_physIntSD.push_back(
......@@ -363,7 +365,8 @@ void DetectorConstruction::PlaceGeometry(){
"IntSD2",
m_logicWorld,
false,
0) );
0,
CHECK_OVERLAPS) );
//----------------- Define Optical Borders -----------------//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment