I would like to implement a sphere in my geometry, but I haven't found any documentation on the geometry anywhere? Does it exist?
// class G4Sphere // // A G4Sphere is, in the general case, section of a spherical shell, between // specified phii and theta angles // // The phi and theta segments are described by a starting angle, // and the +ve delta angle for the shape. // If the delta angle is >=2*M_PI, or >=M_PI the shape is treated as // continuous in phi or theta respectively. // // Theta must lie between 0-PI (incl). // // Member Data: // // fRmin inner radius // fRmax outer radius // // fSPhi starting angle of the segment in radians // fDPhi delta angle of the segment in radians // // fSTheta starting angle of the segment in radians // fDTheta delta angle of the segment in radians // This documentation will appear in the next Software Reference Manual.