Problem 84 - G4Sphere missing
Summary: G4Sphere missing
Status: RESOLVED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: geometry/volumes (show other problems)
Version: 1.1
Hardware: PC Linux
: P2 normal
Assignee: John Apostolakis
URL:
Depends on:
Blocks:
 
Reported: 2000-04-08 19:40 CEST by korsch
Modified: 2000-05-17 07:21 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
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.