#include #include #include using namespace RAT; using namespace RAT::geo; #include using namespace std; G4VSolid* SNOSVGeoSolid::Construct( const string& name, DBLinkPtr table ) const { return new SNOSV( name + "_solid" ); }