93// if we have shifted an (r,z) point in the ID envelope, but not in the BeamPipe envelope
94// -> something is wrong, better throw an error!
95if ( !foundShiftPoint) {
96ATH_MSG_ERROR("Could not find InDet envelope point (r,z)=("<<rMin<<","<<zAtRMin<<") in the BeamPipe/Forward envelope -> Unable to shift it down to r=0.");
97return StatusCode::FAILURE;
98 }
99
100// mirror the RZPairs provided in m_rposz to describe all corner points
101// in (r,z) space for the BeamPipe/Forward and the InnerDetector envelopes