Problem 84

Summary: G4Sphere missing
Product: Geant4 Reporter: korsch
Component: geometry/volumesAssignee: John Apostolakis <John.Apostolakis>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 1.1   
Hardware: PC   
OS: Linux   

Description korsch 2000-04-08 19:40:49 CEST
I would like to implement a sphere in my geometry, but I haven't
found any documentation on the geometry anywhere? Does it exist?
Comment 1 John Apostolakis 2000-05-17 07:21:59 CEST
// 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.