47#if defined(G4GEOM_USE_USOLIDS)
48#define G4GEOM_USE_UCTUBS 1
51#if defined(G4GEOM_USE_UCTUBS)
52 #define G4UCutTubs G4CutTubs
119 const G4bool calcNorm =
false,
120 G4bool* validNorm =
nullptr,
130 std::ostream&
StreamInfo( std::ostream& os )
const;
179 G4double kRadTolerance, kAngTolerance;
183 G4double fRMin, fRMax, fDz, fSPhi, fDPhi;
188 G4double sinCPhi, cosCPhi, cosHDPhi, cosHDPhiOT, cosHDPhiIT,
189 sinSPhi, cosSPhi, sinEPhi, cosEPhi;
193 G4bool fPhiFullCutTube =
false;
197 G4double halfCarTolerance, halfRadTolerance, halfAngTolerance;
206#include "G4CutTubs.icc"
G4ThreeVector GetHighNorm() const
G4double GetCubicVolume()
G4double GetStartPhiAngle() const
G4double GetZHalfLength() const
G4double GetInnerRadius() const
EInside Inside(const G4ThreeVector &p) const
void SetInnerRadius(G4double newRMin)
G4ThreeVector GetLowNorm() const
void CheckDPhiAngle(G4double dPhi)
void SetStartPhiAngle(G4double newSPhi, G4bool trig=true)
void SetDeltaPhiAngle(G4double newDPhi)
G4double GetCutZ(const G4ThreeVector &p) const
G4Polyhedron * CreatePolyhedron() const
G4double GetDeltaPhiAngle() const
G4double GetOuterRadius() const
G4ThreeVector ApproxSurfaceNormal(const G4ThreeVector &p) const
G4bool IsCrossingCutPlanes() const
G4double GetSinStartPhi() const
G4GeometryType GetEntityType() const
void CheckPhiAngles(G4double sPhi, G4double dPhi)
void SetZHalfLength(G4double newDz)
G4CutTubs & operator=(const G4CutTubs &rhs)
void BoundingLimits(G4ThreeVector &pMin, G4ThreeVector &pMax) const
G4double DistanceToOut(const G4ThreeVector &p, const G4ThreeVector &v, const G4bool calcNorm=false, G4bool *validNorm=nullptr, G4ThreeVector *n=nullptr) const
G4double GetSurfaceArea()
G4bool CalculateExtent(const EAxis pAxis, const G4VoxelLimits &pVoxelLimit, const G4AffineTransform &pTransform, G4double &pmin, G4double &pmax) const
G4ThreeVector GetPointOnSurface() const
void InitializeTrigonometry()
G4double GetSinEndPhi() const
std::ostream & StreamInfo(std::ostream &os) const
void CheckSPhiAngle(G4double sPhi)
G4ThreeVector SurfaceNormal(const G4ThreeVector &p) const
G4double DistanceToIn(const G4ThreeVector &p, const G4ThreeVector &v) const
G4double GetCosStartPhi() const
G4double GetCosEndPhi() const
void DescribeYourselfTo(G4VGraphicsScene &scene) const
void SetOuterRadius(G4double newRMax)