Geant4
10.00.p03
|
#include <G4TwistBoxSide.hh>
Private Member Functions | |
virtual G4int | GetAreaCode (const G4ThreeVector &xx, G4bool withTol=true) |
virtual void | SetCorners () |
virtual void | SetBoundaries () |
void | GetPhiUAtX (G4ThreeVector p, G4double &phi, G4double &u) |
G4ThreeVector | ProjectPoint (const G4ThreeVector &p, G4bool isglobal=false) |
virtual G4ThreeVector | SurfacePoint (G4double phi, G4double u, G4bool isGlobal=false) |
virtual G4double | GetBoundaryMin (G4double phi) |
virtual G4double | GetBoundaryMax (G4double phi) |
virtual G4double | GetSurfaceArea () |
virtual void | GetFacets (G4int m, G4int n, G4double xyz[][3], G4int faces[][4], G4int iside) |
G4double | GetValueA (G4double phi) |
G4double | GetValueB (G4double phi) |
G4ThreeVector | NormAng (G4double phi, G4double u) |
G4double | Xcoef (G4double u, G4double phi) |
Additional Inherited Members | |
Public Types inherited from G4VTwistSurface | |
enum | EValidate { kDontValidate = 0, kValidateWithTol = 1, kValidateWithoutTol = 2, kUninitialized = 3 } |
Static Public Attributes inherited from G4VTwistSurface | |
static const G4int | sOutside = 0x00000000 |
static const G4int | sInside = 0x10000000 |
static const G4int | sBoundary = 0x20000000 |
static const G4int | sCorner = 0x40000000 |
static const G4int | sC0Min1Min = 0x40000101 |
static const G4int | sC0Max1Min = 0x40000201 |
static const G4int | sC0Max1Max = 0x40000202 |
static const G4int | sC0Min1Max = 0x40000102 |
static const G4int | sAxisMin = 0x00000101 |
static const G4int | sAxisMax = 0x00000202 |
static const G4int | sAxisX = 0x00000404 |
static const G4int | sAxisY = 0x00000808 |
static const G4int | sAxisZ = 0x00000C0C |
static const G4int | sAxisRho = 0x00001010 |
static const G4int | sAxisPhi = 0x00001414 |
static const G4int | sAxis0 = 0x0000FF00 |
static const G4int | sAxis1 = 0x000000FF |
static const G4int | sSizeMask = 0x00000303 |
static const G4int | sAxisMask = 0x0000FCFC |
static const G4int | sAreaMask = 0XF0000000 |
Protected Member Functions inherited from G4VTwistSurface | |
G4VTwistSurface ** | GetNeighbours () |
G4int | GetNeighbours (G4int areacode, G4VTwistSurface *surfaces[]) |
G4ThreeVector | GetCorner (G4int areacode) const |
void | GetBoundaryAxis (G4int areacode, EAxis axis[]) const |
void | GetBoundaryLimit (G4int areacode, G4double limit[]) const |
virtual void | SetBoundary (const G4int &axiscode, const G4ThreeVector &direction, const G4ThreeVector &x0, const G4int &boundarytype) |
void | SetCorner (G4int areacode, G4double x, G4double y, G4double z) |
Protected Attributes inherited from G4VTwistSurface | |
EAxis | fAxis [2] |
G4double | fAxisMin [2] |
G4double | fAxisMax [2] |
CurrentStatus | fCurStatWithV |
CurrentStatus | fCurStat |
G4RotationMatrix | fRot |
G4ThreeVector | fTrans |
G4int | fHandedness |
G4SurfCurNormal | fCurrentNormal |
G4bool | fIsValidNorm |
G4double | kCarTolerance |
Definition at line 51 of file G4TwistBoxSide.hh.
G4TwistBoxSide::G4TwistBoxSide | ( | const G4String & | name, |
G4double | PhiTwist, | ||
G4double | pDz, | ||
G4double | pTheta, | ||
G4double | pPhi, | ||
G4double | pDy1, | ||
G4double | pDx1, | ||
G4double | pDx2, | ||
G4double | pDy2, | ||
G4double | pDx3, | ||
G4double | pDx4, | ||
G4double | pAlph, | ||
G4double | AngleSide | ||
) |
Definition at line 51 of file G4TwistBoxSide.cc.
References fa1md1, fa2md2, fAlph, fAngleSide, FatalException, G4VTwistSurface::fAxis, G4VTwistSurface::fAxisMax, G4VTwistSurface::fAxisMin, fdeltaX, fdeltaY, fDx1, fDx2, fDx3, fDx3minus1, fDx3plus1, fDx4, fDx4minus2, fDx4plus2, fDy1, fDy2, fDy2minus1, fDy2plus1, fDz, G4VTwistSurface::fIsValidNorm, fPhi, fPhiTwist, G4VTwistSurface::fRot, fTAlph, fTheta, G4VTwistSurface::fTrans, G4endl, G4Exception(), G4VTwistSurface::GetName(), kInfinity, kYAxis, kZAxis, SetBoundaries(), and SetCorners().
|
virtual |
Definition at line 147 of file G4TwistBoxSide.cc.
G4TwistBoxSide::G4TwistBoxSide | ( | __void__ & | a | ) |
Definition at line 134 of file G4TwistBoxSide.cc.
|
virtual |
Implements G4VTwistSurface.
Definition at line 200 of file G4TwistBoxSide.cc.
References Intersection::areacode, G4VTwistSurface::ComputeGlobalPoint(), G4VTwistSurface::ComputeLocalDirection(), G4VTwistSurface::ComputeLocalPoint(), Intersection::distance, DistanceSort(), G4VTwistSurface::DistanceToPlaneWithV(), EqualIntersection(), FatalException, G4VTwistSurface::fCurStatWithV, fdeltaX, fdeltaY, fDx4minus2, fDx4plus2, fDz, G4JTPolynomialSolver::FindRoots(), fPhiTwist, fTAlph, G4cout, G4endl, G4Exception(), G4VSURFACENXX, GetAreaCode(), G4VTwistSurface::CurrentStatus::GetAreacode(), G4VTwistSurface::CurrentStatus::GetDistance(), G4VTwistSurface::CurrentStatus::GetNXX(), GetPhiUAtX(), G4VTwistSurface::CurrentStatus::GetXX(), G4VTwistSurface::CurrentStatus::IsDone(), G4VTwistSurface::IsInside(), G4VTwistSurface::IsOutside(), G4VTwistSurface::CurrentStatus::IsValid(), Intersection::isvalid, G4VTwistSurface::kCarTolerance, kInfinity, G4VTwistSurface::kValidateWithoutTol, G4VTwistSurface::kValidateWithTol, L, NormAng(), Intersection::phi, G4INCL::Math::pi, G4VTwistSurface::CurrentStatus::ResetfDone(), G4VTwistSurface::CurrentStatus::SetCurrentStatus(), G4VTwistSurface::sOutside, SurfacePoint(), and Intersection::u.
|
virtual |
Implements G4VTwistSurface.
Definition at line 673 of file G4TwistBoxSide.cc.
References G4VTwistSurface::ComputeGlobalPoint(), G4VTwistSurface::ComputeLocalPoint(), G4VTwistSurface::DistanceToPlane(), G4VTwistSurface::fCurStat, fPhiTwist, G4cout, G4endl, G4VSURFACENXX, G4VTwistSurface::CurrentStatus::GetAreacode(), GetBoundaryMax(), G4VTwistSurface::CurrentStatus::GetDistance(), G4VTwistSurface::CurrentStatus::GetNXX(), GetPhiUAtX(), G4VTwistSurface::CurrentStatus::GetXX(), G4VTwistSurface::CurrentStatus::IsDone(), G4VTwistSurface::kCarTolerance, G4VTwistSurface::kDontValidate, kInfinity, NormAng(), G4VTwistSurface::CurrentStatus::ResetfDone(), G4VTwistSurface::CurrentStatus::SetCurrentStatus(), G4VTwistSurface::sOutside, and SurfacePoint().
|
privatevirtual |
Implements G4VTwistSurface.
Definition at line 775 of file G4TwistBoxSide.cc.
References FatalException, G4VTwistSurface::fAxis, G4VTwistSurface::fAxisMax, G4VTwistSurface::fAxisMin, G4cout, G4endl, G4Exception(), GetBoundaryMax(), GetPhiUAtX(), G4VTwistSurface::kCarTolerance, kYAxis, kZAxis, G4VTwistSurface::sAxis0, G4VTwistSurface::sAxis1, G4VTwistSurface::sAxisMax, G4VTwistSurface::sAxisMin, G4VTwistSurface::sAxisY, G4VTwistSurface::sAxisZ, G4VTwistSurface::sBoundary, G4VTwistSurface::sCorner, and G4VTwistSurface::sInside.
Referenced by DistanceToSurface().
Implements G4VTwistSurface.
Definition at line 202 of file G4TwistBoxSide.hh.
References GetValueB().
Referenced by DistanceToSurface(), and GetAreaCode().
Implements G4VTwistSurface.
Definition at line 196 of file G4TwistBoxSide.hh.
References GetValueB().
|
privatevirtual |
Implements G4VTwistSurface.
Definition at line 1017 of file G4TwistBoxSide.cc.
References fDz, fPhiTwist, G4VTwistSurface::GetEdgeVisibility(), G4VTwistSurface::GetFace(), G4VTwistSurface::GetNode(), GetValueB(), n, SurfacePoint(), and z.
|
virtual |
Implements G4VTwistSurface.
Definition at line 154 of file G4TwistBoxSide.cc.
References G4VTwistSurface::ComputeGlobalDirection(), G4VTwistSurface::ComputeLocalPoint(), G4VTwistSurface::fCurrentNormal, G4cout, G4endl, GetPhiUAtX(), G4VTwistSurface::kCarTolerance, CLHEP::normal(), G4VTwistSurface::G4SurfCurNormal::normal, NormAng(), and G4VTwistSurface::G4SurfCurNormal::p.
|
private |
Definition at line 977 of file G4TwistBoxSide.cc.
References fdeltaX, fdeltaY, fDx4minus2, fDx4plus2, fDz, fPhiTwist, and fTAlph.
Referenced by DistanceToSurface(), GetAreaCode(), GetNormal(), and ProjectPoint().
|
inlineprivatevirtual |
Implements G4VTwistSurface.
Definition at line 208 of file G4TwistBoxSide.hh.
Definition at line 160 of file G4TwistBoxSide.hh.
References fDx4minus2, fDx4plus2, and fPhiTwist.
Referenced by Xcoef().
Definition at line 167 of file G4TwistBoxSide.hh.
References fDy2minus1, fDy2plus1, and fPhiTwist.
Referenced by GetBoundaryMax(), GetBoundaryMin(), and GetFacets().
|
inlineprivate |
Definition at line 217 of file G4TwistBoxSide.hh.
References fdeltaX, fdeltaY, fDx2, fDx4, fDx4minus2, fDz, fPhiTwist, and fTAlph.
Referenced by DistanceToSurface(), and GetNormal().
|
private |
Definition at line 992 of file G4TwistBoxSide.cc.
References G4VTwistSurface::fRot, G4VTwistSurface::fTrans, GetPhiUAtX(), and SurfacePoint().
|
privatevirtual |
Implements G4VTwistSurface.
Definition at line 935 of file G4TwistBoxSide.cc.
References FatalException, G4VTwistSurface::fAxis, G4Exception(), G4VTwistSurface::GetCorner(), kYAxis, kZAxis, G4VTwistSurface::sAxis0, G4VTwistSurface::sAxis1, G4VTwistSurface::sAxisMax, G4VTwistSurface::sAxisMin, G4VTwistSurface::sAxisY, G4VTwistSurface::sAxisZ, G4VTwistSurface::sC0Max1Max, G4VTwistSurface::sC0Max1Min, G4VTwistSurface::sC0Min1Max, G4VTwistSurface::sC0Min1Min, and G4VTwistSurface::SetBoundary().
Referenced by G4TwistBoxSide().
|
privatevirtual |
Implements G4VTwistSurface.
Definition at line 883 of file G4TwistBoxSide.cc.
References FatalException, G4VTwistSurface::fAxis, fdeltaX, fdeltaY, fDx2, fDx4, fDy1, fDy2, fDz, fPhiTwist, fTAlph, G4Exception(), kYAxis, kZAxis, G4VTwistSurface::sC0Max1Max, G4VTwistSurface::sC0Max1Min, G4VTwistSurface::sC0Min1Max, G4VTwistSurface::sC0Min1Min, G4VTwistSurface::SetCorner(), and z.
Referenced by G4TwistBoxSide().
|
inlineprivatevirtual |
Implements G4VTwistSurface.
Definition at line 181 of file G4TwistBoxSide.hh.
References fdeltaX, fdeltaY, fDz, fPhiTwist, G4VTwistSurface::fRot, G4VTwistSurface::fTrans, and Xcoef().
Referenced by DistanceToSurface(), GetFacets(), and ProjectPoint().
Definition at line 173 of file G4TwistBoxSide.hh.
References fTAlph, and GetValueA().
Referenced by SurfacePoint().
|
private |
Definition at line 151 of file G4TwistBoxSide.hh.
Referenced by G4TwistBoxSide(), and GetSurfaceArea().
|
private |
Definition at line 152 of file G4TwistBoxSide.hh.
Referenced by G4TwistBoxSide(), and GetSurfaceArea().
|
private |
Definition at line 135 of file G4TwistBoxSide.hh.
Referenced by G4TwistBoxSide().
|
private |
Definition at line 140 of file G4TwistBoxSide.hh.
Referenced by G4TwistBoxSide().
|
private |
Definition at line 142 of file G4TwistBoxSide.hh.
Referenced by DistanceToSurface(), G4TwistBoxSide(), GetPhiUAtX(), NormAng(), SetCorners(), and SurfacePoint().
|
private |
Definition at line 143 of file G4TwistBoxSide.hh.
Referenced by DistanceToSurface(), G4TwistBoxSide(), GetPhiUAtX(), NormAng(), SetCorners(), and SurfacePoint().
|
private |
Definition at line 126 of file G4TwistBoxSide.hh.
Referenced by G4TwistBoxSide().
|
private |
Definition at line 127 of file G4TwistBoxSide.hh.
Referenced by G4TwistBoxSide(), NormAng(), and SetCorners().
|
private |
Definition at line 130 of file G4TwistBoxSide.hh.
Referenced by G4TwistBoxSide().
|
private |
Definition at line 148 of file G4TwistBoxSide.hh.
Referenced by G4TwistBoxSide().
|
private |
Definition at line 147 of file G4TwistBoxSide.hh.
Referenced by G4TwistBoxSide().
|
private |
Definition at line 131 of file G4TwistBoxSide.hh.
Referenced by G4TwistBoxSide(), NormAng(), and SetCorners().
|
private |
Definition at line 146 of file G4TwistBoxSide.hh.
Referenced by DistanceToSurface(), G4TwistBoxSide(), GetPhiUAtX(), GetValueA(), and NormAng().
|
private |
Definition at line 145 of file G4TwistBoxSide.hh.
Referenced by DistanceToSurface(), G4TwistBoxSide(), GetPhiUAtX(), and GetValueA().
|
private |
Definition at line 125 of file G4TwistBoxSide.hh.
Referenced by G4TwistBoxSide(), GetSurfaceArea(), and SetCorners().
|
private |
Definition at line 129 of file G4TwistBoxSide.hh.
Referenced by G4TwistBoxSide(), and SetCorners().
|
private |
Definition at line 150 of file G4TwistBoxSide.hh.
Referenced by G4TwistBoxSide(), and GetValueB().
|
private |
Definition at line 149 of file G4TwistBoxSide.hh.
Referenced by G4TwistBoxSide(), and GetValueB().
|
private |
Definition at line 133 of file G4TwistBoxSide.hh.
Referenced by DistanceToSurface(), G4TwistBoxSide(), GetFacets(), GetPhiUAtX(), GetSurfaceArea(), NormAng(), SetCorners(), and SurfacePoint().
|
private |
Definition at line 123 of file G4TwistBoxSide.hh.
Referenced by G4TwistBoxSide().
|
private |
Definition at line 138 of file G4TwistBoxSide.hh.
Referenced by DistanceToSurface(), G4TwistBoxSide(), GetFacets(), GetPhiUAtX(), GetValueA(), GetValueB(), NormAng(), SetCorners(), and SurfacePoint().
|
private |
Definition at line 136 of file G4TwistBoxSide.hh.
Referenced by DistanceToSurface(), G4TwistBoxSide(), GetPhiUAtX(), GetSurfaceArea(), NormAng(), SetCorners(), and Xcoef().
|
private |
Definition at line 122 of file G4TwistBoxSide.hh.
Referenced by G4TwistBoxSide().