12.07.2015 Views

Geant4 User's Guide for Application Developers - Geant4 - CERN

Geant4 User's Guide for Application Developers - Geant4 - CERN

Geant4 User's Guide for Application Developers - Geant4 - CERN

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Detector Definition and ResponseG4double phiTotal,G4int numSide,G4int numRZ,const G4double r[],const G4double z[] )In the picture:phiStart = -1/4*Pi, phiTotal=5/4*Pi, numSide = 3, nun-ZPlanes = 7, rInner = { 0, 0,0, 0, 0, 0, 0 }, rOuter = { 0,15, 15, 4, 4, 10, 10 }, z ={ 0, 5, 8, 13 , 30, 32, 35 }where:phiStartphiTotalnumSidenumZPlanesnumRZzPlanerInnerrOuterrzInitial Phi starting angleTotal Phi angleNumber of sidesNumber of z planesNumber of corners in r,z spacePosition of z planesTangent distance to inner surfaceTangent distance to outer surfacer coordinate of cornersz coordinate of cornersTube with an elliptical cross section:A tube with an elliptical cross section (ELTU) can be defined as follows:G4EllipticalTube(const G4String& pName,G4double Dx,G4double Dy,G4double Dz)The equation of the surface in x/y is 1.0 = (x/dx)**2 +(y/dy)**2In the picture:Dx = 5, Dy = 10, Dz = 20Dx Half length X Dy Half length Y Dz Half length ZGeneral Ellipsoid:The general ellipsoid with possible cut in Z can be defined as follows:72

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!