Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4PolyhedraSide Class Reference

#include <G4PolyhedraSide.hh>

+ Inheritance diagram for G4PolyhedraSide:

Classes

struct  sG4PolyhedraSideEdge
 
struct  sG4PolyhedraSideVec
 

Public Types

typedef struct G4PolyhedraSide::sG4PolyhedraSideEdge G4PolyhedraSideEdge
 
typedef struct G4PolyhedraSide::sG4PolyhedraSideVec G4PolyhedraSideVec
 

Public Member Functions

 G4PolyhedraSide (const G4PolyhedraSideRZ *prevRZ, const G4PolyhedraSideRZ *tail, const G4PolyhedraSideRZ *head, const G4PolyhedraSideRZ *nextRZ, G4int numSide, G4double phiStart, G4double phiTotal, G4bool phiIsOpen, G4bool isAllBehind=false)
 
virtual ~G4PolyhedraSide ()
 
 G4PolyhedraSide (const G4PolyhedraSide &source)
 
G4PolyhedraSideoperator= (const G4PolyhedraSide &source)
 
G4bool Intersect (const G4ThreeVector &p, const G4ThreeVector &v, G4bool outgoing, G4double surfTolerance, G4double &distance, G4double &distFromSurface, G4ThreeVector &normal, G4bool &allBehind)
 
G4double Distance (const G4ThreeVector &p, G4bool outgoing)
 
EInside Inside (const G4ThreeVector &p, G4double tolerance, G4double *bestDistance)
 
G4ThreeVector Normal (const G4ThreeVector &p, G4double *bestDistance)
 
G4double Extent (const G4ThreeVector axis)
 
void CalculateExtent (const EAxis axis, const G4VoxelLimits &voxelLimit, const G4AffineTransform &tranform, G4SolidExtentList &extentList)
 
G4VCSGfaceClone ()
 
G4double SurfaceTriangle (G4ThreeVector p1, G4ThreeVector p2, G4ThreeVector p3, G4ThreeVector *p4)
 
G4ThreeVector GetPointOnPlane (G4ThreeVector p0, G4ThreeVector p1, G4ThreeVector p2, G4ThreeVector p3, G4double *Area)
 
G4double SurfaceArea ()
 
G4ThreeVector GetPointOnFace ()
 
 G4PolyhedraSide (__void__ &)
 
G4int GetInstanceID () const
 
- Public Member Functions inherited from G4VCSGface
 G4VCSGface ()
 
virtual ~G4VCSGface ()
 
virtual G4bool Intersect (const G4ThreeVector &p, const G4ThreeVector &v, G4bool outgoing, G4double surfTolerance, G4double &distance, G4double &distFromSurface, G4ThreeVector &normal, G4bool &allBehind)=0
 
virtual G4double Distance (const G4ThreeVector &p, G4bool outgoing)=0
 
virtual EInside Inside (const G4ThreeVector &p, G4double tolerance, G4double *bestDistance)=0
 
virtual G4ThreeVector Normal (const G4ThreeVector &p, G4double *bestDistance)=0
 
virtual G4double Extent (const G4ThreeVector axis)=0
 
virtual void CalculateExtent (const EAxis axis, const G4VoxelLimits &voxelLimit, const G4AffineTransform &tranform, G4SolidExtentList &extentList)=0
 
virtual G4VCSGfaceClone ()=0
 
virtual G4double SurfaceArea ()=0
 
virtual G4ThreeVector GetPointOnFace ()=0
 

Static Public Member Functions

static const G4PhSideManagerGetSubInstanceManager ()
 

Protected Member Functions

G4bool IntersectSidePlane (const G4ThreeVector &p, const G4ThreeVector &v, const G4PolyhedraSideVec &vec, G4double normSign, G4double surfTolerance, G4double &distance, G4double &distFromSurface)
 
G4int LineHitsSegments (const G4ThreeVector &p, const G4ThreeVector &v, G4int *i1, G4int *i2)
 
G4int ClosestPhiSegment (G4double phi)
 
G4int PhiSegment (G4double phi)
 
G4double GetPhi (const G4ThreeVector &p)
 
G4double DistanceToOneSide (const G4ThreeVector &p, const G4PolyhedraSideVec &vec, G4double *normDist)
 
G4double DistanceAway (const G4ThreeVector &p, const G4PolyhedraSideVec &vec, G4double *normDist)
 
void CopyStuff (const G4PolyhedraSide &source)
 

Protected Attributes

G4int numSide = 0
 
G4double r [2]
 
G4double z [2]
 
G4double startPhi
 
G4double deltaPhi
 
G4double endPhi
 
G4bool phiIsOpen = false
 
G4bool allBehind = false
 
G4IntersectingConecone = nullptr
 
G4PolyhedraSideVecvecs = nullptr
 
G4PolyhedraSideEdgeedges = nullptr
 
G4double lenRZ
 
G4double lenPhi [2]
 
G4double edgeNorm
 

Friends

struct sG4PolyhedraSideVec
 

Detailed Description

Definition at line 88 of file G4PolyhedraSide.hh.

Member Typedef Documentation

◆ G4PolyhedraSideEdge

◆ G4PolyhedraSideVec

Constructor & Destructor Documentation

◆ G4PolyhedraSide() [1/3]

G4PolyhedraSide::G4PolyhedraSide ( const G4PolyhedraSideRZ prevRZ,
const G4PolyhedraSideRZ tail,
const G4PolyhedraSideRZ head,
const G4PolyhedraSideRZ nextRZ,
G4int  numSide,
G4double  phiStart,
G4double  phiTotal,
G4bool  phiIsOpen,
G4bool  isAllBehind = false 
)

Definition at line 66 of file G4PolyhedraSide.cc.

75{
76
77 instanceID = subInstanceManager.CreateSubInstance();
78
80 G4MT_phphix = 0.0; G4MT_phphiy = 0.0; G4MT_phphiz = 0.0;
81 G4MT_phphik = 0.0;
82
83 //
84 // Record values
85 //
86 r[0] = tail->r; z[0] = tail->z;
87 r[1] = head->r; z[1] = head->z;
88
89 G4double phiTotal;
90
91 //
92 // Set phi to our convention
93 //
94 startPhi = thePhiStart;
95 while (startPhi < 0.0) // Loop checking, 13.08.2015, G.Cosmo
96 startPhi += twopi;
97
98 phiIsOpen = thePhiIsOpen;
99 phiTotal = (phiIsOpen) ? thePhiTotal : twopi;
100
101 allBehind = isAllBehind;
102
103 //
104 // Make our intersecting cone
105 //
106 cone = new G4IntersectingCone( r, z );
107
108 //
109 // Construct side plane vector set
110 //
111 numSide = theNumSide;
112 deltaPhi = phiTotal/theNumSide;
113 endPhi = startPhi+phiTotal;
114
116
118
119 //
120 // ...this is where we start
121 //
122 G4double phi = startPhi;
123 G4ThreeVector a1( r[0]*std::cos(phi), r[0]*std::sin(phi), z[0] ),
124 b1( r[1]*std::cos(phi), r[1]*std::sin(phi), z[1] ),
125 c1( prevRZ->r*std::cos(phi), prevRZ->r*std::sin(phi), prevRZ->z ),
126 d1( nextRZ->r*std::cos(phi), nextRZ->r*std::sin(phi), nextRZ->z ),
127 a2, b2, c2, d2;
129
131 do // Loop checking, 13.08.2015, G.Cosmo
132 {
133 //
134 // ...this is where we are going
135 //
136 phi += deltaPhi;
137 a2 = G4ThreeVector( r[0]*std::cos(phi), r[0]*std::sin(phi), z[0] );
138 b2 = G4ThreeVector( r[1]*std::cos(phi), r[1]*std::sin(phi), z[1] );
139 c2 = G4ThreeVector( prevRZ->r*std::cos(phi), prevRZ->r*std::sin(phi), prevRZ->z );
140 d2 = G4ThreeVector( nextRZ->r*std::cos(phi), nextRZ->r*std::sin(phi), nextRZ->z );
141
142 G4ThreeVector tt;
143
144 //
145 // ...build some relevant vectors.
146 // the point is to sacrifice a little memory with precalcs
147 // to gain speed
148 //
149 vec->center = 0.25*( a1 + a2 + b1 + b2 );
150
151 tt = b2 + b1 - a2 - a1;
152 vec->surfRZ = tt.unit();
153 if (vec==vecs) lenRZ = 0.25*tt.mag();
154
155 tt = b2 - b1 + a2 - a1;
156 vec->surfPhi = tt.unit();
157 if (vec==vecs)
158 {
159 lenPhi[0] = 0.25*tt.mag();
160 tt = b2 - b1;
161 lenPhi[1] = (0.5*tt.mag()-lenPhi[0])/lenRZ;
162 }
163
164 tt = vec->surfPhi.cross(vec->surfRZ);
165 vec->normal = tt.unit();
166
167 //
168 // ...edge normals are the average of the normals of
169 // the two faces they connect.
170 //
171 // ...edge normals are necessary if we are to accurately
172 // decide if a point is "inside" a face. For non-convex
173 // shapes, it is absolutely necessary to know information
174 // on adjacent faces to accurate determine this.
175 //
176 // ...we don't need them for the phi edges, since that
177 // information is taken care of internally. The r/z edges,
178 // however, depend on the adjacent G4PolyhedraSide.
179 //
180 G4ThreeVector a12, adj;
181
182 a12 = a2-a1;
183
184 adj = 0.5*(c1+c2-a1-a2);
185 adj = adj.cross(a12);
186 adj = adj.unit() + vec->normal;
187 vec->edgeNorm[0] = adj.unit();
188
189 a12 = b1-b2;
190 adj = 0.5*(d1+d2-b1-b2);
191 adj = adj.cross(a12);
192 adj = adj.unit() + vec->normal;
193 vec->edgeNorm[1] = adj.unit();
194
195 //
196 // ...the corners are crucial. It is important that
197 // they are calculated consistently for adjacent
198 // G4PolyhedraSides, to avoid gaps caused by roundoff.
199 //
200 vec->edges[0] = edge;
201 edge->corner[0] = a1;
202 edge->corner[1] = b1;
203 edge++;
204 vec->edges[1] = edge;
205
206 a1 = a2;
207 b1 = b2;
208 c1 = c2;
209 d1 = d2;
210 } while( ++vec < vecs+numSide );
211
212 //
213 // Clean up hanging edge
214 //
215 if (phiIsOpen)
216 {
217 edge->corner[0] = a2;
218 edge->corner[1] = b2;
219 }
220 else
221 {
222 vecs[numSide-1].edges[1] = edges;
223 }
224
225 //
226 // Go back and fill in remaining fields in edges
227 //
228 vec = vecs;
230 do // Loop checking, 13.08.2015, G.Cosmo
231 {
232 edge = vec->edges[0]; // The edge between prev and vec
233
234 //
235 // Okay: edge normal is average of normals of adjacent faces
236 //
237 G4ThreeVector eNorm = vec->normal + prev->normal;
238 edge->normal = eNorm.unit();
239
240 //
241 // Vertex normal is average of norms of adjacent surfaces (all four)
242 // However, vec->edgeNorm is unit vector in some direction
243 // as the sum of normals of adjacent PolyhedraSide with vec.
244 // The normalization used for this vector should be the same
245 // for vec and prev.
246 //
247 eNorm = vec->edgeNorm[0] + prev->edgeNorm[0];
248 edge->cornNorm[0] = eNorm.unit();
249
250 eNorm = vec->edgeNorm[1] + prev->edgeNorm[1];
251 edge->cornNorm[1] = eNorm.unit();
252 } while( prev=vec, ++vec < vecs + numSide );
253
254 if (phiIsOpen)
255 {
256 // G4double rFact = std::cos(0.5*deltaPhi);
257 //
258 // If phi is open, we need to patch up normals of the
259 // first and last edges and their corresponding
260 // vertices.
261 //
262 // We use vectors that are in the plane of the
263 // face. This should be safe.
264 //
265 vec = vecs;
266
267 G4ThreeVector normvec = vec->edges[0]->corner[0]
268 - vec->edges[0]->corner[1];
269 normvec = normvec.cross(vec->normal);
270 if (normvec.dot(vec->surfPhi) > 0) normvec = -normvec;
271
272 vec->edges[0]->normal = normvec.unit();
273
274 vec->edges[0]->cornNorm[0] = (vec->edges[0]->corner[0]
275 - vec->center).unit();
276 vec->edges[0]->cornNorm[1] = (vec->edges[0]->corner[1]
277 - vec->center).unit();
278
279 //
280 // Repeat for ending phi
281 //
282 vec = vecs + numSide - 1;
283
284 normvec = vec->edges[1]->corner[0] - vec->edges[1]->corner[1];
285 normvec = normvec.cross(vec->normal);
286 if (normvec.dot(vec->surfPhi) < 0) normvec = -normvec;
287
288 vec->edges[1]->normal = normvec.unit();
289
290 vec->edges[1]->cornNorm[0] = (vec->edges[1]->corner[0]
291 - vec->center).unit();
292 vec->edges[1]->cornNorm[1] = (vec->edges[1]->corner[1]
293 - vec->center).unit();
294 }
295
296 //
297 // edgeNorm is the factor one multiplies the distance along vector phi
298 // on the surface of one of our sides in order to calculate the distance
299 // from the edge. (see routine DistanceAway)
300 //
301 edgeNorm = 1.0/std::sqrt( 1.0 + lenPhi[1]*lenPhi[1] );
302}
#define G4MT_phphix
#define G4MT_phphiz
#define G4MT_phphiy
#define G4MT_phphik
CLHEP::Hep3Vector G4ThreeVector
double G4double
Definition: G4Types.hh:83
Hep3Vector unit() const
Hep3Vector cross(const Hep3Vector &) const
double dot(const Hep3Vector &) const
double mag() const
G4int CreateSubInstance()
G4double GetSurfaceTolerance() const
static G4GeometryTolerance * GetInstance()
G4PolyhedraSideVec * vecs
G4PolyhedraSideEdge * edges
struct G4PolyhedraSide::sG4PolyhedraSideVec G4PolyhedraSideVec
G4double lenPhi[2]
struct G4PolyhedraSide::sG4PolyhedraSideEdge G4PolyhedraSideEdge
G4IntersectingCone * cone

◆ ~G4PolyhedraSide()

G4PolyhedraSide::~G4PolyhedraSide ( )
virtual

Definition at line 319 of file G4PolyhedraSide.cc.

320{
321 delete cone;
322 delete [] vecs;
323 delete [] edges;
324}

◆ G4PolyhedraSide() [2/3]

G4PolyhedraSide::G4PolyhedraSide ( const G4PolyhedraSide source)

Definition at line 328 of file G4PolyhedraSide.cc.

329 : G4VCSGface()
330{
331 instanceID = subInstanceManager.CreateSubInstance();
332
333 CopyStuff( source );
334}
void CopyStuff(const G4PolyhedraSide &source)

◆ G4PolyhedraSide() [3/3]

G4PolyhedraSide::G4PolyhedraSide ( __void__ &  )

Definition at line 307 of file G4PolyhedraSide.cc.

308 : startPhi(0.), deltaPhi(0.), endPhi(0.),
309 lenRZ(0.), edgeNorm(0.), kCarTolerance(0.), instanceID(0)
310{
311 r[0] = r[1] = 0.;
312 z[0] = z[1] = 0.;
313 lenPhi[0] = lenPhi[1] = 0.;
314}

Member Function Documentation

◆ CalculateExtent()

void G4PolyhedraSide::CalculateExtent ( const EAxis  axis,
const G4VoxelLimits voxelLimit,
const G4AffineTransform tranform,
G4SolidExtentList extentList 
)
virtual

Implements G4VCSGface.

Definition at line 706 of file G4PolyhedraSide.cc.

710{
711 //
712 // Loop over all sides
713 //
715 do // Loop checking, 13.08.2015, G.Cosmo
716 {
717 //
718 // Fill our polygon with the four corners of
719 // this side, after the specified transformation
720 //
721 G4ClippablePolygon polygon;
722
723 polygon.AddVertexInOrder(transform.
724 TransformPoint(vec->edges[0]->corner[0]));
725 polygon.AddVertexInOrder(transform.
726 TransformPoint(vec->edges[0]->corner[1]));
727 polygon.AddVertexInOrder(transform.
728 TransformPoint(vec->edges[1]->corner[1]));
729 polygon.AddVertexInOrder(transform.
730 TransformPoint(vec->edges[1]->corner[0]));
731
732 //
733 // Get extent
734 //
735 if (polygon.PartialClip( voxelLimit, axis ))
736 {
737 //
738 // Get dot product of normal along target axis
739 //
740 polygon.SetNormal( transform.TransformAxis(vec->normal) );
741
742 extentList.AddSurface( polygon );
743 }
744 } while( ++vec < vecs+numSide );
745
746 return;
747}
virtual G4bool PartialClip(const G4VoxelLimits &voxelLimit, const EAxis IgnoreMe)
virtual void AddVertexInOrder(const G4ThreeVector vertex)
void SetNormal(const G4ThreeVector &newNormal)
void AddSurface(const G4ClippablePolygon &surface)

◆ Clone()

G4VCSGface * G4PolyhedraSide::Clone ( )
inlinevirtual

Implements G4VCSGface.

Definition at line 124 of file G4PolyhedraSide.hh.

124{ return new G4PolyhedraSide( *this ); }

◆ ClosestPhiSegment()

G4int G4PolyhedraSide::ClosestPhiSegment ( G4double  phi)
protected

Definition at line 912 of file G4PolyhedraSide.cc.

913{
914 G4int iPhi = PhiSegment( phi0 );
915 if (iPhi >= 0) return iPhi;
916
917 //
918 // Boogers! The points falls inside the phi segment.
919 // Look for the closest point: the start, or end
920 //
921 G4double phi = phi0;
922
923 while( phi < startPhi ) // Loop checking, 13.08.2015, G.Cosmo
924 phi += twopi;
925 G4double d1 = phi-endPhi;
926
927 while( phi > startPhi ) // Loop checking, 13.08.2015, G.Cosmo
928 phi -= twopi;
929 G4double d2 = startPhi-phi;
930
931 return (d2 < d1) ? 0 : numSide-1;
932}
int G4int
Definition: G4Types.hh:85
G4int PhiSegment(G4double phi)

Referenced by Distance(), Inside(), and Normal().

◆ CopyStuff()

void G4PolyhedraSide::CopyStuff ( const G4PolyhedraSide source)
protected

Definition at line 355 of file G4PolyhedraSide.cc.

356{
357 //
358 // The simple stuff
359 //
360 numSide = source.numSide;
361 r[0] = source.r[0];
362 r[1] = source.r[1];
363 z[0] = source.z[0];
364 z[1] = source.z[1];
365 startPhi = source.startPhi;
366 deltaPhi = source.deltaPhi;
367 endPhi = source.endPhi;
368 phiIsOpen = source.phiIsOpen;
369 allBehind = source.allBehind;
370
371 lenRZ = source.lenRZ;
372 lenPhi[0] = source.lenPhi[0];
373 lenPhi[1] = source.lenPhi[1];
374 edgeNorm = source.edgeNorm;
375
376 kCarTolerance = source.kCarTolerance;
377 fSurfaceArea = source.fSurfaceArea;
378
379 cone = new G4IntersectingCone( *source.cone );
380
381 //
382 // Duplicate edges
383 //
384 G4int numEdges = phiIsOpen ? numSide+1 : numSide;
385 edges = new G4PolyhedraSideEdge[numEdges];
386
388 *sourceEdge = source.edges;
389 do // Loop checking, 13.08.2015, G.Cosmo
390 {
391 *edge = *sourceEdge;
392 } while( ++sourceEdge, ++edge < edges + numEdges);
393
394 //
395 // Duplicate vecs
396 //
398
400 *sourceVec = source.vecs;
401 do // Loop checking, 13.08.2015, G.Cosmo
402 {
403 *vec = *sourceVec;
404 vec->edges[0] = edges + (sourceVec->edges[0] - source.edges);
405 vec->edges[1] = edges + (sourceVec->edges[1] - source.edges);
406 } while( ++sourceVec, ++vec < vecs + numSide );
407}

Referenced by G4PolyhedraSide(), and operator=().

◆ Distance()

G4double G4PolyhedraSide::Distance ( const G4ThreeVector p,
G4bool  outgoing 
)
virtual

Implements G4VCSGface.

Definition at line 569 of file G4PolyhedraSide.cc.

570{
571 G4double normSign = outgoing ? -1 : +1;
572
573 //
574 // Try the closest phi segment first
575 //
576 G4int iPhi = ClosestPhiSegment( GetPhi(p) );
577
578 G4ThreeVector pdotc = p - vecs[iPhi].center;
579 G4double normDist = pdotc.dot(vecs[iPhi].normal);
580
581 if (normSign*normDist > -0.5*kCarTolerance)
582 {
583 return DistanceAway( p, vecs[iPhi], &normDist );
584 }
585
586 //
587 // Now we have an interesting problem... do we try to find the
588 // closest facing side??
589 //
590 // Considered carefully, the answer is no. We know that if we
591 // are asking for the distance out, we are supposed to be inside,
592 // and vice versa.
593 //
594
595 return kInfinity;
596}
G4double GetPhi(const G4ThreeVector &p)
G4int ClosestPhiSegment(G4double phi)
G4double DistanceAway(const G4ThreeVector &p, const G4PolyhedraSideVec &vec, G4double *normDist)

◆ DistanceAway()

G4double G4PolyhedraSide::DistanceAway ( const G4ThreeVector p,
const G4PolyhedraSideVec vec,
G4double normDist 
)
protected

Definition at line 1026 of file G4PolyhedraSide.cc.

1029{
1030 G4double distOut2;
1031 G4ThreeVector pct = p - vec.center;
1032 G4double distFaceNorm = *normDist;
1033
1034 //
1035 // Okay, are we inside bounds?
1036 //
1037 G4double pcDotRZ = pct.dot(vec.surfRZ);
1038 G4double pcDotPhi = pct.dot(vec.surfPhi);
1039
1040 //
1041 // Go through all permutations.
1042 // Phi
1043 // | | ^
1044 // B | H | E |
1045 // ------[1]------------[3]----- |
1046 // |XXXXXXXXXXXXXX| +----> RZ
1047 // C |XXXXXXXXXXXXXX| F
1048 // |XXXXXXXXXXXXXX|
1049 // ------[0]------------[2]----
1050 // A | G | D
1051 // | |
1052 //
1053 // It's real messy, but at least it's quick
1054 //
1055
1056 if (pcDotRZ < -lenRZ)
1057 {
1058 G4double lenPhiZ = lenPhi[0] - lenRZ*lenPhi[1];
1059 G4double distOutZ = pcDotRZ+lenRZ;
1060 //
1061 // Below in RZ
1062 //
1063 if (pcDotPhi < -lenPhiZ)
1064 {
1065 //
1066 // ...and below in phi. Find distance to point (A)
1067 //
1068 G4double distOutPhi = pcDotPhi+lenPhiZ;
1069 distOut2 = distOutPhi*distOutPhi + distOutZ*distOutZ;
1070 G4ThreeVector pa = p - vec.edges[0]->corner[0];
1071 *normDist = pa.dot(vec.edges[0]->cornNorm[0]);
1072 }
1073 else if (pcDotPhi > lenPhiZ)
1074 {
1075 //
1076 // ...and above in phi. Find distance to point (B)
1077 //
1078 G4double distOutPhi = pcDotPhi-lenPhiZ;
1079 distOut2 = distOutPhi*distOutPhi + distOutZ*distOutZ;
1080 G4ThreeVector pb = p - vec.edges[1]->corner[0];
1081 *normDist = pb.dot(vec.edges[1]->cornNorm[0]);
1082 }
1083 else
1084 {
1085 //
1086 // ...and inside in phi. Find distance to line (C)
1087 //
1088 G4ThreeVector pa = p - vec.edges[0]->corner[0];
1089 distOut2 = distOutZ*distOutZ;
1090 *normDist = pa.dot(vec.edgeNorm[0]);
1091 }
1092 }
1093 else if (pcDotRZ > lenRZ)
1094 {
1095 G4double lenPhiZ = lenPhi[0] + lenRZ*lenPhi[1];
1096 G4double distOutZ = pcDotRZ-lenRZ;
1097 //
1098 // Above in RZ
1099 //
1100 if (pcDotPhi < -lenPhiZ)
1101 {
1102 //
1103 // ...and below in phi. Find distance to point (D)
1104 //
1105 G4double distOutPhi = pcDotPhi+lenPhiZ;
1106 distOut2 = distOutPhi*distOutPhi + distOutZ*distOutZ;
1107 G4ThreeVector pd = p - vec.edges[0]->corner[1];
1108 *normDist = pd.dot(vec.edges[0]->cornNorm[1]);
1109 }
1110 else if (pcDotPhi > lenPhiZ)
1111 {
1112 //
1113 // ...and above in phi. Find distance to point (E)
1114 //
1115 G4double distOutPhi = pcDotPhi-lenPhiZ;
1116 distOut2 = distOutPhi*distOutPhi + distOutZ*distOutZ;
1117 G4ThreeVector pe = p - vec.edges[1]->corner[1];
1118 *normDist = pe.dot(vec.edges[1]->cornNorm[1]);
1119 }
1120 else
1121 {
1122 //
1123 // ...and inside in phi. Find distance to line (F)
1124 //
1125 distOut2 = distOutZ*distOutZ;
1126 G4ThreeVector pd = p - vec.edges[0]->corner[1];
1127 *normDist = pd.dot(vec.edgeNorm[1]);
1128 }
1129 }
1130 else
1131 {
1132 G4double lenPhiZ = lenPhi[0] + pcDotRZ*lenPhi[1];
1133 //
1134 // We are inside RZ bounds
1135 //
1136 if (pcDotPhi < -lenPhiZ)
1137 {
1138 //
1139 // ...and below in phi. Find distance to line (G)
1140 //
1141 G4double distOut = edgeNorm*(pcDotPhi+lenPhiZ);
1142 distOut2 = distOut*distOut;
1143 G4ThreeVector pd = p - vec.edges[0]->corner[1];
1144 *normDist = pd.dot(vec.edges[0]->normal);
1145 }
1146 else if (pcDotPhi > lenPhiZ)
1147 {
1148 //
1149 // ...and above in phi. Find distance to line (H)
1150 //
1151 G4double distOut = edgeNorm*(pcDotPhi-lenPhiZ);
1152 distOut2 = distOut*distOut;
1153 G4ThreeVector pe = p - vec.edges[1]->corner[1];
1154 *normDist = pe.dot(vec.edges[1]->normal);
1155 }
1156 else
1157 {
1158 //
1159 // Inside bounds! No penalty.
1160 //
1161 return std::fabs(distFaceNorm);
1162 }
1163 }
1164 return std::sqrt( distFaceNorm*distFaceNorm + distOut2 );
1165}

Referenced by Distance(), and DistanceToOneSide().

◆ DistanceToOneSide()

G4double G4PolyhedraSide::DistanceToOneSide ( const G4ThreeVector p,
const G4PolyhedraSideVec vec,
G4double normDist 
)
protected

Definition at line 1004 of file G4PolyhedraSide.cc.

1007{
1008 G4ThreeVector pct = p - vec.center;
1009
1010 //
1011 // Get normal distance
1012 //
1013 *normDist = vec.normal.dot(pct);
1014
1015 //
1016 // Add edge penalty
1017 //
1018 return DistanceAway( p, vec, normDist );
1019}

Referenced by Inside(), and Normal().

◆ Extent()

G4double G4PolyhedraSide::Extent ( const G4ThreeVector  axis)
virtual

Implements G4VCSGface.

Definition at line 648 of file G4PolyhedraSide.cc.

649{
650 if (axis.perp2() < DBL_MIN)
651 {
652 //
653 // Special case
654 //
655 return axis.z() < 0 ? -cone->ZLo() : cone->ZHi();
656 }
657
658 G4int iPhi, i1, i2;
659 G4double best;
660 G4ThreeVector* list[4];
661
662 //
663 // Which phi segment, if any, does the axis belong to
664 //
665 iPhi = PhiSegment( GetPhi(axis) );
666
667 if (iPhi < 0)
668 {
669 //
670 // No phi segment? Check front edge of first side and
671 // last edge of second side
672 //
673 i1 = 0; i2 = numSide-1;
674 }
675 else
676 {
677 //
678 // Check all corners of matching phi side
679 //
680 i1 = iPhi; i2 = iPhi;
681 }
682
683 list[0] = vecs[i1].edges[0]->corner;
684 list[1] = vecs[i1].edges[0]->corner+1;
685 list[2] = vecs[i2].edges[1]->corner;
686 list[3] = vecs[i2].edges[1]->corner+1;
687
688 //
689 // Who's biggest?
690 //
691 best = -kInfinity;
692 G4ThreeVector** vec = list;
693 do // Loop checking, 13.08.2015, G.Cosmo
694 {
695 G4double answer = (*vec)->dot(axis);
696 if (answer > best) best = answer;
697 } while( ++vec < list+4 );
698
699 return best;
700}
double z() const
double perp2() const
G4double ZHi() const
G4double ZLo() const
#define DBL_MIN
Definition: templates.hh:54

◆ GetInstanceID()

G4int G4PolyhedraSide::GetInstanceID ( ) const
inline

Definition at line 147 of file G4PolyhedraSide.hh.

147{ return instanceID; }

◆ GetPhi()

G4double G4PolyhedraSide::GetPhi ( const G4ThreeVector p)
protected

Definition at line 978 of file G4PolyhedraSide.cc.

979{
980 G4double val=0.;
982
983 if (vphi != p)
984 {
985 val = p.phi();
986 G4MT_phphix = p.x(); G4MT_phphiy = p.y(); G4MT_phphiz = p.z();
987 G4MT_phphik = val;
988 }
989 else
990 {
991 val = G4MT_phphik;
992 }
993 return val;
994}
double phi() const
double x() const
double y() const

Referenced by Distance(), Extent(), Inside(), and Normal().

◆ GetPointOnFace()

G4ThreeVector G4PolyhedraSide::GetPointOnFace ( )
virtual

Implements G4VCSGface.

Definition at line 1244 of file G4PolyhedraSide.cc.

1245{
1246 // Define the variables
1247 //
1248 std::vector<G4double>areas;
1249 std::vector<G4ThreeVector>points;
1250 G4double area=0.;
1251 G4double result1;
1252 G4ThreeVector point1;
1253 G4ThreeVector v1,v2,v3,v4;
1254 G4PolyhedraSideVec* vec = vecs;
1255
1256 // Do a loop on all SideEdge
1257 //
1258 do // Loop checking, 13.08.2015, G.Cosmo
1259 {
1260 // Define 4points for a Plane or Triangle
1261 //
1262 v1=vec->edges[0]->corner[0];
1263 v2=vec->edges[0]->corner[1];
1264 v3=vec->edges[1]->corner[1];
1265 v4=vec->edges[1]->corner[0];
1266 point1=GetPointOnPlane(v1,v2,v3,v4,&result1);
1267 points.push_back(point1);
1268 areas.push_back(result1);
1269 area+=result1;
1270 } while( ++vec < vecs+numSide );
1271
1272 // Choose randomly one of the surfaces and point on it
1273 //
1274 G4double chose = area*G4UniformRand();
1275 G4double Achose1=0., Achose2=0.;
1276 G4int i=0;
1277 do // Loop checking, 13.08.2015, G.Cosmo
1278 {
1279 Achose2+=areas[i];
1280 if(chose>=Achose1 && chose<Achose2)
1281 {
1282 point1=points[i] ; break;
1283 }
1284 ++i; Achose1=Achose2;
1285 } while( i<numSide );
1286
1287 return point1;
1288}
#define G4UniformRand()
Definition: Randomize.hh:52
G4ThreeVector GetPointOnPlane(G4ThreeVector p0, G4ThreeVector p1, G4ThreeVector p2, G4ThreeVector p3, G4double *Area)

◆ GetPointOnPlane()

G4ThreeVector G4PolyhedraSide::GetPointOnPlane ( G4ThreeVector  p0,
G4ThreeVector  p1,
G4ThreeVector  p2,
G4ThreeVector  p3,
G4double Area 
)

Definition at line 1191 of file G4PolyhedraSide.cc.

1194{
1195 G4double chose,aOne,aTwo;
1196 G4ThreeVector point1,point2;
1197 aOne = SurfaceTriangle(p0,p1,p2,&point1);
1198 aTwo = SurfaceTriangle(p2,p3,p0,&point2);
1199 *Area= aOne+aTwo;
1200
1201 chose = G4UniformRand()*(aOne+aTwo);
1202 if( (chose>=0.) && (chose < aOne) )
1203 {
1204 return (point1);
1205 }
1206 return (point2);
1207}
G4double SurfaceTriangle(G4ThreeVector p1, G4ThreeVector p2, G4ThreeVector p3, G4ThreeVector *p4)

Referenced by GetPointOnFace(), and SurfaceArea().

◆ GetSubInstanceManager()

const G4PhSideManager & G4PolyhedraSide::GetSubInstanceManager ( )
static

Definition at line 56 of file G4PolyhedraSide.cc.

57{
58 return subInstanceManager;
59}

Referenced by G4SolidsWorkspace::G4SolidsWorkspace().

◆ Inside()

EInside G4PolyhedraSide::Inside ( const G4ThreeVector p,
G4double  tolerance,
G4double bestDistance 
)
virtual

Implements G4VCSGface.

Definition at line 600 of file G4PolyhedraSide.cc.

603{
604 //
605 // Which phi segment is closest to this point?
606 //
607 G4int iPhi = ClosestPhiSegment( GetPhi(p) );
608
609 G4double norm;
610
611 //
612 // Get distance to this segment
613 //
614 *bestDistance = DistanceToOneSide( p, vecs[iPhi], &norm );
615
616 //
617 // Use distance along normal to decide return value
618 //
619 if ( (std::fabs(norm) < tolerance) && (*bestDistance < 2.0*tolerance) )
620 return kSurface;
621 else if (norm < 0)
622 return kInside;
623 else
624 return kOutside;
625}
G4double DistanceToOneSide(const G4ThreeVector &p, const G4PolyhedraSideVec &vec, G4double *normDist)
@ kInside
Definition: geomdefs.hh:70
@ kOutside
Definition: geomdefs.hh:68
@ kSurface
Definition: geomdefs.hh:69

◆ Intersect()

G4bool G4PolyhedraSide::Intersect ( const G4ThreeVector p,
const G4ThreeVector v,
G4bool  outgoing,
G4double  surfTolerance,
G4double distance,
G4double distFromSurface,
G4ThreeVector normal,
G4bool allBehind 
)
virtual

Implements G4VCSGface.

Definition at line 449 of file G4PolyhedraSide.cc.

457{
458 G4double normSign = outgoing ? +1 : -1;
459
460 //
461 // ------------------TO BE IMPLEMENTED---------------------
462 // Testing the intersection of individual phi faces is
463 // pretty straight forward. The simple thing therefore is to
464 // form a loop and check them all in sequence.
465 //
466 // But, I worry about one day someone making
467 // a polygon with a thousands sides. A linear search
468 // would not be ideal in such a case.
469 //
470 // So, it would be nice to be able to quickly decide
471 // which face would be intersected. One can make a very
472 // good guess by using the intersection with a cone.
473 // However, this is only reliable in 99% of the cases.
474 //
475 // My solution: make a decent guess as to the one or
476 // two potential faces might get intersected, and then
477 // test them. If we have the wrong face, use the test
478 // to make a better guess.
479 //
480 // Since we might have two guesses, form a queue of
481 // potential intersecting faces. Keep an array of
482 // already tested faces to avoid doing one more than
483 // once.
484 //
485 // Result: at worst, an iterative search. On average,
486 // a little more than two tests would be required.
487 //
488 G4ThreeVector q = p + v;
489
490 G4int face = 0;
492 do // Loop checking, 13.08.2015, G.Cosmo
493 {
494 //
495 // Correct normal?
496 //
497 G4double dotProd = normSign*v.dot(vec->normal);
498 if (dotProd <= 0) continue;
499
500 //
501 // Is this face in front of the point along the trajectory?
502 //
503 G4ThreeVector delta = p - vec->center;
504 distFromSurface = -normSign*delta.dot(vec->normal);
505
506 if (distFromSurface < -surfTolerance) continue;
507
508 //
509 // phi
510 // c -------- d ^
511 // | | |
512 // a -------- b +---> r/z
513 //
514 //
515 // Do we remain on this particular segment?
516 //
517 G4ThreeVector qc = q - vec->edges[1]->corner[0];
518 G4ThreeVector qd = q - vec->edges[1]->corner[1];
519
520 if (normSign*qc.cross(qd).dot(v) < 0) continue;
521
522 G4ThreeVector qa = q - vec->edges[0]->corner[0];
523 G4ThreeVector qb = q - vec->edges[0]->corner[1];
524
525 if (normSign*qa.cross(qb).dot(v) > 0) continue;
526
527 //
528 // We found the one and only segment we might be intersecting.
529 // Do we remain within r/z bounds?
530 //
531
532 if (r[0] > 1/kInfinity && normSign*qa.cross(qc).dot(v) < 0) return false;
533 if (r[1] > 1/kInfinity && normSign*qb.cross(qd).dot(v) > 0) return false;
534
535 //
536 // We allow the face to be slightly behind the trajectory
537 // (surface tolerance) only if the point p is within
538 // the vicinity of the face
539 //
540 if (distFromSurface < 0)
541 {
542 G4ThreeVector ps = p - vec->center;
543
544 G4double rz = ps.dot(vec->surfRZ);
545 if (std::fabs(rz) > lenRZ+surfTolerance) return false;
546
547 G4double pp = ps.dot(vec->surfPhi);
548 if (std::fabs(pp) > lenPhi[0]+lenPhi[1]*rz+surfTolerance) return false;
549 }
550
551
552 //
553 // Intersection found. Return answer.
554 //
555 distance = distFromSurface/dotProd;
556 normal = vec->normal;
557 isAllBehind = allBehind;
558 return true;
559 } while( ++vec, ++face < numSide );
560
561 //
562 // Oh well. Better luck next time.
563 //
564 return false;
565}

◆ IntersectSidePlane()

G4bool G4PolyhedraSide::IntersectSidePlane ( const G4ThreeVector p,
const G4ThreeVector v,
const G4PolyhedraSideVec vec,
G4double  normSign,
G4double  surfTolerance,
G4double distance,
G4double distFromSurface 
)
protected

Definition at line 775 of file G4PolyhedraSide.cc.

782{
783 //
784 // Correct normal? Here we have straight sides, and can safely ignore
785 // intersections where the dot product with the normal is zero.
786 //
787 G4double dotProd = normSign*v.dot(vec.normal);
788
789 if (dotProd <= 0) return false;
790
791 //
792 // Calculate distance to surface. If the side is too far
793 // behind the point, we must reject it.
794 //
795 G4ThreeVector delta = p - vec.center;
796 distFromSurface = -normSign*delta.dot(vec.normal);
797
798 if (distFromSurface < -surfTolerance) return false;
799
800 //
801 // Calculate precise distance to intersection with the side
802 // (along the trajectory, not normal to the surface)
803 //
804 distance = distFromSurface/dotProd;
805
806 //
807 // Do we fall off the r/z extent of the segment?
808 //
809 // Calculate this very, very carefully! Why?
810 // 1. If a RZ end is at R=0, you can't miss!
811 // 2. If you just fall off in RZ, the answer must
812 // be consistent with adjacent G4PolyhedraSide faces.
813 // (2) implies that only variables used by other G4PolyhedraSide
814 // faces may be used, which includes only: p, v, and the edge corners.
815 // It also means that one side is a ">" or "<", which the other
816 // must be ">=" or "<=". Fortunately, this isn't a new problem.
817 // The solution below I borrowed from Joseph O'Rourke,
818 // "Computational Geometry in C (Second Edition)"
819 // See: http://cs.smith.edu/~orourke/
820 //
821 G4ThreeVector ic = p + distance*v - vec.center;
822 G4double atRZ = vec.surfRZ.dot(ic);
823
824 if (atRZ < 0)
825 {
826 if (r[0]==0) return true; // Can't miss!
827
828 if (atRZ < -lenRZ*1.2) return false; // Forget it! Missed by a mile.
829
830 G4ThreeVector q = p + v;
831 G4ThreeVector qa = q - vec.edges[0]->corner[0],
832 qb = q - vec.edges[1]->corner[0];
833 G4ThreeVector qacb = qa.cross(qb);
834 if (normSign*qacb.dot(v) < 0) return false;
835
836 if (distFromSurface < 0)
837 {
838 if (atRZ < -lenRZ-surfTolerance) return false;
839 }
840 }
841 else if (atRZ > 0)
842 {
843 if (r[1]==0) return true; // Can't miss!
844
845 if (atRZ > lenRZ*1.2) return false; // Missed by a mile
846
847 G4ThreeVector q = p + v;
848 G4ThreeVector qa = q - vec.edges[0]->corner[1],
849 qb = q - vec.edges[1]->corner[1];
850 G4ThreeVector qacb = qa.cross(qb);
851 if (normSign*qacb.dot(v) >= 0) return false;
852
853 if (distFromSurface < 0)
854 {
855 if (atRZ > lenRZ+surfTolerance) return false;
856 }
857 }
858
859 return true;
860}

◆ LineHitsSegments()

G4int G4PolyhedraSide::LineHitsSegments ( const G4ThreeVector p,
const G4ThreeVector v,
G4int i1,
G4int i2 
)
protected

Definition at line 868 of file G4PolyhedraSide.cc.

871{
872 G4double s1, s2;
873 //
874 // First, decide if and where the line intersects the cone
875 //
876 G4int n = cone->LineHitsCone( p, v, &s1, &s2 );
877
878 if (n==0) return 0;
879
880 //
881 // Try first intersection.
882 //
883 *i1 = PhiSegment( std::atan2( p.y() + s1*v.y(), p.x() + s1*v.x() ) );
884 if (n==1)
885 {
886 return (*i1 < 0) ? 0 : 1;
887 }
888
889 //
890 // Try second intersection
891 //
892 *i2 = PhiSegment( std::atan2( p.y() + s2*v.y(), p.x() + s2*v.x() ) );
893 if (*i1 == *i2) return 0;
894
895 if (*i1 < 0)
896 {
897 if (*i2 < 0) return 0;
898 *i1 = *i2;
899 return 1;
900 }
901
902 if (*i2 < 0) return 1;
903
904 return 2;
905}
G4int LineHitsCone(const G4ThreeVector &p, const G4ThreeVector &v, G4double *s1, G4double *s2)

◆ Normal()

G4ThreeVector G4PolyhedraSide::Normal ( const G4ThreeVector p,
G4double bestDistance 
)
virtual

Implements G4VCSGface.

Definition at line 629 of file G4PolyhedraSide.cc.

631{
632 //
633 // Which phi segment is closest to this point?
634 //
635 G4int iPhi = ClosestPhiSegment( GetPhi(p) );
636
637 //
638 // Get distance to this segment
639 //
640 G4double norm;
641 *bestDistance = DistanceToOneSide( p, vecs[iPhi], &norm );
642
643 return vecs[iPhi].normal;
644}

◆ operator=()

G4PolyhedraSide & G4PolyhedraSide::operator= ( const G4PolyhedraSide source)

Definition at line 340 of file G4PolyhedraSide.cc.

341{
342 if (this == &source) return *this;
343
344 delete cone;
345 delete [] vecs;
346 delete [] edges;
347
348 CopyStuff( source );
349
350 return *this;
351}

◆ PhiSegment()

G4int G4PolyhedraSide::PhiSegment ( G4double  phi)
protected

Definition at line 940 of file G4PolyhedraSide.cc.

941{
942 //
943 // How far are we from phiStart? Come up with a positive answer
944 // that is less than 2*PI
945 //
946 G4double phi = phi0 - startPhi;
947 while( phi < 0 ) // Loop checking, 13.08.2015, G.Cosmo
948 phi += twopi;
949 while( phi > twopi ) // Loop checking, 13.08.2015, G.Cosmo
950 phi -= twopi;
951
952 //
953 // Divide
954 //
955 G4int answer = (G4int)(phi/deltaPhi);
956
957 if (answer >= numSide)
958 {
959 if (phiIsOpen)
960 {
961 return -1; // Looks like we missed
962 }
963 else
964 {
965 answer = numSide-1; // Probably just roundoff
966 }
967 }
968
969 return answer;
970}

Referenced by ClosestPhiSegment(), Extent(), and LineHitsSegments().

◆ SurfaceArea()

G4double G4PolyhedraSide::SurfaceArea ( )
virtual

Implements G4VCSGface.

Definition at line 1211 of file G4PolyhedraSide.cc.

1212{
1213 if( fSurfaceArea==0. )
1214 {
1215 // Define the variables
1216 //
1217 G4double area,areas;
1218 G4ThreeVector point1;
1219 G4ThreeVector v1,v2,v3,v4;
1220 G4PolyhedraSideVec* vec = vecs;
1221 areas=0.;
1222
1223 // Do a loop on all SideEdge
1224 //
1225 do // Loop checking, 13.08.2015, G.Cosmo
1226 {
1227 // Define 4points for a Plane or Triangle
1228 //
1229 v1=vec->edges[0]->corner[0];
1230 v2=vec->edges[0]->corner[1];
1231 v3=vec->edges[1]->corner[1];
1232 v4=vec->edges[1]->corner[0];
1233 point1=GetPointOnPlane(v1,v2,v3,v4,&area);
1234 areas+=area;
1235 } while( ++vec < vecs + numSide);
1236
1237 fSurfaceArea=areas;
1238 }
1239 return fSurfaceArea;
1240}

◆ SurfaceTriangle()

G4double G4PolyhedraSide::SurfaceTriangle ( G4ThreeVector  p1,
G4ThreeVector  p2,
G4ThreeVector  p3,
G4ThreeVector p4 
)

Definition at line 1170 of file G4PolyhedraSide.cc.

1174{
1175 G4ThreeVector v, w;
1176
1177 v = p3 - p1;
1178 w = p1 - p2;
1179 G4double lambda1 = G4UniformRand();
1180 G4double lambda2 = lambda1*G4UniformRand();
1181
1182 *p4=p2 + lambda1*w + lambda2*v;
1183 return 0.5*(v.cross(w)).mag();
1184}

Referenced by GetPointOnPlane().

Friends And Related Function Documentation

◆ sG4PolyhedraSideVec

friend struct sG4PolyhedraSideVec
friend

Definition at line 157 of file G4PolyhedraSide.hh.

Member Data Documentation

◆ allBehind

G4bool G4PolyhedraSide::allBehind = false
protected

Definition at line 214 of file G4PolyhedraSide.hh.

Referenced by CopyStuff(), G4PolyhedraSide(), and Intersect().

◆ cone

G4IntersectingCone* G4PolyhedraSide::cone = nullptr
protected

◆ deltaPhi

G4double G4PolyhedraSide::deltaPhi
protected

Definition at line 211 of file G4PolyhedraSide.hh.

Referenced by CopyStuff(), G4PolyhedraSide(), and PhiSegment().

◆ edgeNorm

G4double G4PolyhedraSide::edgeNorm
protected

Definition at line 222 of file G4PolyhedraSide.hh.

Referenced by CopyStuff(), DistanceAway(), and G4PolyhedraSide().

◆ edges

G4PolyhedraSideEdge* G4PolyhedraSide::edges = nullptr
protected

Definition at line 219 of file G4PolyhedraSide.hh.

Referenced by CopyStuff(), G4PolyhedraSide(), operator=(), and ~G4PolyhedraSide().

◆ endPhi

G4double G4PolyhedraSide::endPhi
protected

Definition at line 212 of file G4PolyhedraSide.hh.

Referenced by ClosestPhiSegment(), CopyStuff(), and G4PolyhedraSide().

◆ lenPhi

G4double G4PolyhedraSide::lenPhi[2]
protected

Definition at line 221 of file G4PolyhedraSide.hh.

Referenced by CopyStuff(), DistanceAway(), G4PolyhedraSide(), and Intersect().

◆ lenRZ

G4double G4PolyhedraSide::lenRZ
protected

◆ numSide

G4int G4PolyhedraSide::numSide = 0
protected

◆ phiIsOpen

G4bool G4PolyhedraSide::phiIsOpen = false
protected

Definition at line 213 of file G4PolyhedraSide.hh.

Referenced by CopyStuff(), G4PolyhedraSide(), and PhiSegment().

◆ r

G4double G4PolyhedraSide::r[2]
protected

Definition at line 209 of file G4PolyhedraSide.hh.

Referenced by CopyStuff(), G4PolyhedraSide(), Intersect(), and IntersectSidePlane().

◆ startPhi

G4double G4PolyhedraSide::startPhi
protected

Definition at line 210 of file G4PolyhedraSide.hh.

Referenced by ClosestPhiSegment(), CopyStuff(), G4PolyhedraSide(), and PhiSegment().

◆ vecs

◆ z

G4double G4PolyhedraSide::z[2]
protected

Definition at line 209 of file G4PolyhedraSide.hh.

Referenced by CopyStuff(), and G4PolyhedraSide().


The documentation for this class was generated from the following files: