/* * SNORopeGeoSolid.cc * * Created on: Apr 28, 2014 * Author: Aksel Hallin */ #include #include #include using namespace RAT; using namespace RAT::geo; #include using namespace std; G4VSolid* SNORopeGeoSolid::Construct( const string& name, DBLinkPtr ) const { return new SNORope( name + "_solid" ); }