// // $Id: XGS.cpp,v 1.4 1999/09/28 16:08:38 hobbs Exp $ // // File: XGS.cpp // Purpose: // Created: 27-APR-1999 // // $Revision: 1.4 $ // // // Include files #include using namespace std; using namespace dgs; // Exception initialization string. Here as static because of shortcoming // in NT compiler for syntax like (with 'std::string whose') // std::string("abcd ") + whose // in constructors. string XGSIllegalPoint::_mystring( "geometry_system, point off of(not in) surface(volume): " ); string XGSIllegalStructure::_mystring( "geometry_system, unknown detector element requested by " ); string XGSIllegalDimension::_mystring( "geometry_system, Expected a 3x3 matrix. Got " ); string XGSIllegalSize::_mystring( "geometry_system, illegal surface dimension. " );