Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/graphics_reps/src/HepPolyhedron.cc

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3, ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ] [ 11.3.0 ]

Diff markup

Differences between /graphics_reps/src/HepPolyhedron.cc (Version 11.3.0) and /graphics_reps/src/HepPolyhedron.cc (Version 7.1)


  1 //                                                  1 //
  2 // *******************************************      2 // ********************************************************************
  3 // * License and Disclaimer                    <<   3 // * DISCLAIMER                                                       *
  4 // *                                                4 // *                                                                  *
  5 // * The  Geant4 software  is  copyright of th <<   5 // * The following disclaimer summarizes all the specific disclaimers *
  6 // * the Geant4 Collaboration.  It is provided <<   6 // * of contributors to this software. The specific disclaimers,which *
  7 // * conditions of the Geant4 Software License <<   7 // * govern, are listed with their locations in:                      *
  8 // * LICENSE and available at  http://cern.ch/ <<   8 // *   http://cern.ch/geant4/license                                  *
  9 // * include a list of copyright holders.      << 
 10 // *                                                9 // *                                                                  *
 11 // * Neither the authors of this software syst     10 // * Neither the authors of this software system, nor their employing *
 12 // * institutes,nor the agencies providing fin     11 // * institutes,nor the agencies providing financial support for this *
 13 // * work  make  any representation or  warran     12 // * work  make  any representation or  warranty, express or implied, *
 14 // * regarding  this  software system or assum     13 // * regarding  this  software system or assume any liability for its *
 15 // * use.  Please see the license in the file  <<  14 // * use.                                                             *
 16 // * for the full disclaimer and the limitatio << 
 17 // *                                               15 // *                                                                  *
 18 // * This  code  implementation is the result  <<  16 // * This  code  implementation is the  intellectual property  of the *
 19 // * technical work of the GEANT4 collaboratio <<  17 // * GEANT4 collaboration.                                            *
 20 // * By using,  copying,  modifying or  distri <<  18 // * By copying,  distributing  or modifying the Program (or any work *
 21 // * any work based  on the software)  you  ag <<  19 // * based  on  the Program)  you indicate  your  acceptance of  this *
 22 // * use  in  resulting  scientific  publicati <<  20 // * statement, and all its terms.                                    *
 23 // * acceptance of all terms of the Geant4 Sof << 
 24 // *******************************************     21 // ********************************************************************
 25 //                                                 22 //
                                                   >>  23 //
                                                   >>  24 // $Id: HepPolyhedron.cc,v 1.17 2005/03/09 16:42:25 allison Exp $
                                                   >>  25 // GEANT4 tag $Name: geant4-07-01 $
                                                   >>  26 //
                                                   >>  27 // 
                                                   >>  28 //
 26 // G4 Polyhedron library                           29 // G4 Polyhedron library
 27 //                                                 30 //
 28 // History:                                        31 // History:
 29 // 23.07.96 E.Chernyaev <Evgueni.Tcherniaev@ce     32 // 23.07.96 E.Chernyaev <Evgueni.Tcherniaev@cern.ch> - initial version
 30 //                                                 33 //
 31 // 30.09.96 E.Chernyaev                            34 // 30.09.96 E.Chernyaev
 32 // - added GetNextVertexIndex, GetVertex by Ya     35 // - added GetNextVertexIndex, GetVertex by Yasuhide Sawada
 33 // - added GetNextUnitNormal, GetNextEdgeIndic <<  36 // - added GetNextUnitNormal, GetNextEdgeIndeces, GetNextEdge
 34 //                                                 37 //
 35 // 15.12.96 E.Chernyaev                            38 // 15.12.96 E.Chernyaev
 36 // - added GetNumberOfRotationSteps, RotateEdg     39 // - added GetNumberOfRotationSteps, RotateEdge, RotateAroundZ, SetReferences
 37 // - rewritten G4PolyhedronCons;                   40 // - rewritten G4PolyhedronCons;
 38 // - added G4PolyhedronPara, ...Trap, ...Pgon,     41 // - added G4PolyhedronPara, ...Trap, ...Pgon, ...Pcon, ...Sphere, ...Torus
 39 //                                                 42 //
 40 // 01.06.97 E.Chernyaev                            43 // 01.06.97 E.Chernyaev
 41 // - modified RotateAroundZ, added SetSideFace     44 // - modified RotateAroundZ, added SetSideFacets
 42 //                                                 45 //
 43 // 19.03.00 E.Chernyaev                            46 // 19.03.00 E.Chernyaev
 44 // - implemented boolean operations (add, subt     47 // - implemented boolean operations (add, subtract, intersect) on polyhedra;
 45 //                                                 48 //
 46 // 25.05.01 E.Chernyaev                            49 // 25.05.01 E.Chernyaev
 47 // - added GetSurfaceArea() and GetVolume()    <<  50 // - added GetSurfaceArea() and GetVolume();
 48 //                                                 51 //
 49 // 05.11.02 E.Chernyaev                            52 // 05.11.02 E.Chernyaev
 50 // - added createTwistedTrap() and createPolyh <<  53 // - added createTwistedTrap() and createPolyhedron();
 51 //                                             << 
 52 // 20.06.05 G.Cosmo                            << 
 53 // - added HepPolyhedronEllipsoid              << 
 54 //                                             << 
 55 // 18.07.07 T.Nikitina                         << 
 56 // - added HepPolyhedronParaboloid             << 
 57 //                                             << 
 58 // 22.02.20 E.Chernyaev                        << 
 59 // - added HepPolyhedronTet, HepPolyhedronHybe << 
 60 //                                             << 
 61 // 12.05.21 E.Chernyaev                        << 
 62 // - added TriangulatePolygon(), RotateContour << 
 63 // - added HepPolyhedronPgon, HepPolyhedronPco << 
 64 //                                                 54 //
 65 // 26.03.22 E.Chernyaev                        <<  55   
 66 // - added SetVertex(), SetFacet()             << 
 67 // - added HepPolyhedronTetMesh                << 
 68 //                                             << 
 69 // 04.04.22 E.Chernyaev                        << 
 70 // - added JoinCoplanarFacets()                << 
 71 //                                             << 
 72 // 07.04.22 E.Chernyaev                        << 
 73 // - added HepPolyhedronBoxMesh                << 
 74                                                << 
 75 #include "HepPolyhedron.h"                         56 #include "HepPolyhedron.h"
 76 #include "G4PhysicalConstants.hh"              <<  57 #include <CLHEP/Units/PhysicalConstants.h>
 77 #include "G4Vector3D.hh"                       << 
 78                                                    58 
 79 #include <cstdlib>  // Required on some compil << 
 80 #include <cmath>                                   59 #include <cmath>
 81 #include <algorithm>                           << 
 82                                                << 
 83 using CLHEP::perMillion;                       << 
 84 using CLHEP::deg;                              << 
 85 using CLHEP::pi;                               << 
 86 using CLHEP::twopi;                            << 
 87 using CLHEP::nm;                               << 
 88 const G4double spatialTolerance = 0.01*nm;     << 
 89                                                    60 
 90 /*********************************************     61 /***********************************************************************
 91  *                                                 62  *                                                                     *
 92  * Name: HepPolyhedron operator <<                 63  * Name: HepPolyhedron operator <<                   Date:    09.05.96 *
 93  * Author: E.Chernyaev (IHEP/Protvino)             64  * Author: E.Chernyaev (IHEP/Protvino)               Revised:          *
 94  *                                                 65  *                                                                     *
 95  * Function: Print contents of G4 polyhedron       66  * Function: Print contents of G4 polyhedron                           *
 96  *                                                 67  *                                                                     *
 97  *********************************************     68  ***********************************************************************/
 98 std::ostream & operator<<(std::ostream & ostr,     69 std::ostream & operator<<(std::ostream & ostr, const G4Facet & facet) {
 99   for (const auto& edge : facet.edge) {        <<  70   for (int k=0; k<4; k++) {
100     ostr << " " << edge.v << "/" << edge.f;    <<  71     ostr << " " << facet.edge[k].v << "/" << facet.edge[k].f;
101   }                                                72   }
102   return ostr;                                     73   return ostr;
103 }                                                  74 }
104                                                    75 
105 std::ostream & operator<<(std::ostream & ostr,     76 std::ostream & operator<<(std::ostream & ostr, const HepPolyhedron & ph) {
106   ostr << std::endl;                               77   ostr << std::endl;
107   ostr << "Nvertices=" << ph.nvert << ", Nface <<  78   ostr << "Nverteces=" << ph.nvert << ", Nfacets=" << ph.nface << std::endl;
108   G4int i;                                     <<  79   int i;
109   for (i=1; i<=ph.nvert; i++) {                    80   for (i=1; i<=ph.nvert; i++) {
110      ostr << "xyz(" << i << ")="                   81      ostr << "xyz(" << i << ")="
111           << ph.pV[i].x() << ' ' << ph.pV[i].y <<  82     << ph.pV[i].x() << ' ' << ph.pV[i].y() << ' ' << ph.pV[i].z()
112           << std::endl;                        <<  83     << std::endl;
113   }                                                84   }
114   for (i=1; i<=ph.nface; i++) {                    85   for (i=1; i<=ph.nface; i++) {
115     ostr << "face(" << i << ")=" << ph.pF[i] <     86     ostr << "face(" << i << ")=" << ph.pF[i] << std::endl;
116   }                                                87   }
117   return ostr;                                     88   return ostr;
118 }                                                  89 }
119                                                    90 
120 HepPolyhedron::HepPolyhedron(G4int Nvert, G4in << 
121 /********************************************* << 
122  *                                             << 
123  * Name: HepPolyhedron constructor with        << 
124  *       allocation of memory                  << 
125  * Author: E.Tcherniaev (E.Chernyaev)          << 
126  *                                             << 
127  ********************************************* << 
128 : nvert(0), nface(0), pV(nullptr), pF(nullptr) << 
129 {                                              << 
130   AllocateMemory(Nvert, Nface);                << 
131 }                                              << 
132                                                << 
133 HepPolyhedron::HepPolyhedron(const HepPolyhedr     91 HepPolyhedron::HepPolyhedron(const HepPolyhedron &from)
134 /*********************************************     92 /***********************************************************************
135  *                                                 93  *                                                                     *
136  * Name: HepPolyhedron copy constructor            94  * Name: HepPolyhedron copy constructor             Date:    23.07.96  *
137  * Author: E.Chernyaev (IHEP/Protvino)             95  * Author: E.Chernyaev (IHEP/Protvino)              Revised:           *
138  *                                                 96  *                                                                     *
139  *********************************************     97  ***********************************************************************/
140 : nvert(0), nface(0), pV(nullptr), pF(nullptr) <<  98 : nvert(0), nface(0), pV(0), pF(0)
141 {                                                  99 {
142   AllocateMemory(from.nvert, from.nface);         100   AllocateMemory(from.nvert, from.nface);
143   for (G4int i=1; i<=nvert; i++) pV[i] = from. << 101   for (int i=1; i<=nvert; i++) pV[i] = from.pV[i];
144   for (G4int k=1; k<=nface; k++) pF[k] = from. << 102   for (int k=1; k<=nface; k++) pF[k] = from.pF[k];
145 }                                              << 
146                                                << 
147 HepPolyhedron::HepPolyhedron(HepPolyhedron&& f << 
148 /********************************************* << 
149  *                                             << 
150  * Name: HepPolyhedron move constructor        << 
151  * Author: E.Tcherniaev (E.Chernyaev)          << 
152  *                                             << 
153  ********************************************* << 
154 : nvert(0), nface(0), pV(nullptr), pF(nullptr) << 
155 {                                              << 
156   nvert = from.nvert;                          << 
157   nface = from.nface;                          << 
158   pV = from.pV;                                << 
159   pF = from.pF;                                << 
160                                                << 
161   // Release the data from the source object   << 
162   from.nvert = 0;                              << 
163   from.nface = 0;                              << 
164   from.pV = nullptr;                           << 
165   from.pF = nullptr;                           << 
166 }                                                 103 }
167                                                   104 
168 HepPolyhedron & HepPolyhedron::operator=(const    105 HepPolyhedron & HepPolyhedron::operator=(const HepPolyhedron &from)
169 /*********************************************    106 /***********************************************************************
170  *                                                107  *                                                                     *
171  * Name: HepPolyhedron operator =                 108  * Name: HepPolyhedron operator =                   Date:    23.07.96  *
172  * Author: E.Chernyaev (IHEP/Protvino)            109  * Author: E.Chernyaev (IHEP/Protvino)              Revised:           *
173  *                                                110  *                                                                     *
174  * Function: Copy contents of one polyhedron t    111  * Function: Copy contents of one polyhedron to another                *
175  *                                                112  *                                                                     *
176  *********************************************    113  ***********************************************************************/
177 {                                                 114 {
178   if (this != &from) {                            115   if (this != &from) {
179     AllocateMemory(from.nvert, from.nface);       116     AllocateMemory(from.nvert, from.nface);
180     for (G4int i=1; i<=nvert; i++) pV[i] = fro << 117     for (int i=1; i<=nvert; i++) pV[i] = from.pV[i];
181     for (G4int k=1; k<=nface; k++) pF[k] = fro << 118     for (int k=1; k<=nface; k++) pF[k] = from.pF[k];
182   }                                            << 
183   return *this;                                << 
184 }                                              << 
185                                                << 
186 HepPolyhedron & HepPolyhedron::operator=(HepPo << 
187 /********************************************* << 
188  *                                             << 
189  * Name: HepPolyhedron move operator =         << 
190  * Author: E.Tcherniaev (E.Chernyaev)          << 
191  *                                             << 
192  * Function: Move contents of one polyhedron t << 
193  *                                             << 
194  ********************************************* << 
195 {                                              << 
196   if (this != &from) {                         << 
197     delete [] pV;                              << 
198     delete [] pF;                              << 
199     nvert = from.nvert;                        << 
200     nface = from.nface;                        << 
201     pV = from.pV;                              << 
202     pF = from.pF;                              << 
203                                                << 
204     // Release the data from the source object << 
205     from.nvert = 0;                            << 
206     from.nface = 0;                            << 
207     from.pV = nullptr;                         << 
208     from.pF = nullptr;                         << 
209   }                                               119   }
210   return *this;                                   120   return *this;
211 }                                                 121 }
212                                                   122 
213 G4int                                          << 123 int
214 HepPolyhedron::FindNeighbour(G4int iFace, G4in << 124 HepPolyhedron::FindNeighbour(int iFace, int iNode, int iOrder) const
215 /*********************************************    125 /***********************************************************************
216  *                                                126  *                                                                     *
217  * Name: HepPolyhedron::FindNeighbour             127  * Name: HepPolyhedron::FindNeighbour                Date:    22.11.99 *
218  * Author: E.Chernyaev                            128  * Author: E.Chernyaev                               Revised:          *
219  *                                                129  *                                                                     *
220  * Function: Find neighbouring face               130  * Function: Find neighbouring face                                    *
221  *                                                131  *                                                                     *
222  *********************************************    132  ***********************************************************************/
223 {                                                 133 {
224   G4int i;                                     << 134   int i;
225   for (i=0; i<4; i++) {                           135   for (i=0; i<4; i++) {
226     if (iNode == std::abs(pF[iFace].edge[i].v)    136     if (iNode == std::abs(pF[iFace].edge[i].v)) break;
227   }                                               137   }
228   if (i == 4) {                                   138   if (i == 4) {
229     std::cerr                                     139     std::cerr
230       << "HepPolyhedron::FindNeighbour: face "    140       << "HepPolyhedron::FindNeighbour: face " << iFace
231       << " has no node " << iNode                 141       << " has no node " << iNode
232       << std::endl;                            << 142       << std::endl; 
233     return 0;                                     143     return 0;
234   }                                               144   }
235   if (iOrder < 0) {                               145   if (iOrder < 0) {
236     if ( --i < 0) i = 3;                          146     if ( --i < 0) i = 3;
237     if (pF[iFace].edge[i].v == 0) i = 2;          147     if (pF[iFace].edge[i].v == 0) i = 2;
238   }                                               148   }
239   return (pF[iFace].edge[i].v > 0) ? 0 : pF[iF    149   return (pF[iFace].edge[i].v > 0) ? 0 : pF[iFace].edge[i].f;
240 }                                                 150 }
241                                                   151 
242 G4Normal3D HepPolyhedron::FindNodeNormal(G4int << 152 HepNormal3D HepPolyhedron::FindNodeNormal(int iFace, int iNode) const
243 /*********************************************    153 /***********************************************************************
244  *                                                154  *                                                                     *
245  * Name: HepPolyhedron::FindNodeNormal            155  * Name: HepPolyhedron::FindNodeNormal               Date:    22.11.99 *
246  * Author: E.Chernyaev                            156  * Author: E.Chernyaev                               Revised:          *
247  *                                                157  *                                                                     *
248  * Function: Find normal at given node            158  * Function: Find normal at given node                                 *
249  *                                                159  *                                                                     *
250  *********************************************    160  ***********************************************************************/
251 {                                                 161 {
252   G4Normal3D normal = GetUnitNormal(iFace);    << 162   HepNormal3D  normal = GetUnitNormal(iFace);
253   G4int      k = iFace, iOrder = 1;            << 163   int          k = iFace, iOrder = 1, n = 1;
254                                                   164 
255   for(;;) {                                       165   for(;;) {
256     k = FindNeighbour(k, iNode, iOrder);          166     k = FindNeighbour(k, iNode, iOrder);
257     if (k == iFace) break;                     << 167     if (k == iFace) break; 
258     if (k > 0) {                                  168     if (k > 0) {
                                                   >> 169       n++;
259       normal += GetUnitNormal(k);                 170       normal += GetUnitNormal(k);
260     }else{                                        171     }else{
261       if (iOrder < 0) break;                      172       if (iOrder < 0) break;
262       k = iFace;                                  173       k = iFace;
263       iOrder = -iOrder;                           174       iOrder = -iOrder;
264     }                                             175     }
265   }                                               176   }
266   return normal.unit();                           177   return normal.unit();
267 }                                                 178 }
268                                                   179 
269 G4int HepPolyhedron::GetNumberOfRotationSteps( << 180 int HepPolyhedron::GetNumberOfRotationSteps()
270 /*********************************************    181 /***********************************************************************
271  *                                                182  *                                                                     *
272  * Name: HepPolyhedron::GetNumberOfRotationSte    183  * Name: HepPolyhedron::GetNumberOfRotationSteps     Date:    24.06.97 *
273  * Author: J.Allison (Manchester University)      184  * Author: J.Allison (Manchester University)         Revised:          *
274  *                                                185  *                                                                     *
275  * Function: Get number of steps for whole cir    186  * Function: Get number of steps for whole circle                      *
276  *                                                187  *                                                                     *
277  *********************************************    188  ***********************************************************************/
278 {                                                 189 {
279   return fNumberOfRotationSteps;                  190   return fNumberOfRotationSteps;
280 }                                                 191 }
281                                                   192 
282 void HepPolyhedron::SetVertex(G4int index, con << 193 void HepPolyhedron::SetNumberOfRotationSteps(int n)
283 /********************************************* << 
284  *                                             << 
285  * Name: HepPolyhedron::SetVertex              << 
286  * Author: E.Tcherniaev (E.Chernyaev)          << 
287  *                                             << 
288  * Function: Set vertex                        << 
289  *                                             << 
290  ********************************************* << 
291 {                                              << 
292   if (index < 1 || index > nvert)              << 
293   {                                            << 
294     std::cerr                                  << 
295       << "HepPolyhedron::SetVertex: vertex ind << 
296       << " is out of range\n"                  << 
297       << "   N. of vertices = " << nvert << "\ << 
298       << "   N. of facets = " << nface << std: << 
299     return;                                    << 
300   }                                            << 
301   pV[index] = v;                               << 
302 }                                              << 
303                                                << 
304 void                                           << 
305 HepPolyhedron::SetFacet(G4int index, G4int iv1 << 
306 /********************************************* << 
307  *                                             << 
308  * Name: HepPolyhedron::SetFacet               << 
309  * Author: E.Tcherniaev (E.Chernyaev)          << 
310  *                                             << 
311  * Function: Set facet                         << 
312  *                                             << 
313  ********************************************* << 
314 {                                              << 
315   if (index < 1 || index > nface)              << 
316   {                                            << 
317     std::cerr                                  << 
318       << "HepPolyhedron::SetFacet: facet index << 
319       << " is out of range\n"                  << 
320       << "   N. of vertices = " << nvert << "\ << 
321       << "   N. of facets = " << nface << std: << 
322     return;                                    << 
323   }                                            << 
324   if (iv1 < 1 || iv1 > nvert ||                << 
325       iv2 < 1 || iv2 > nvert ||                << 
326       iv3 < 1 || iv3 > nvert ||                << 
327       iv4 < 0 || iv4 > nvert)                  << 
328   {                                            << 
329     std::cerr                                  << 
330       << "HepPolyhedron::SetFacet: incorrectly << 
331       << " (" << iv1 << ", " << iv2 << ", " << << 
332       << "   N. of vertices = " << nvert << "\ << 
333       << "   N. of facets = " << nface << std: << 
334     return;                                    << 
335   }                                            << 
336   pF[index] = G4Facet(iv1, 0, iv2, 0, iv3, 0,  << 
337 }                                              << 
338                                                << 
339 void HepPolyhedron::SetNumberOfRotationSteps(G << 
340 /*********************************************    194 /***********************************************************************
341  *                                                195  *                                                                     *
342  * Name: HepPolyhedron::SetNumberOfRotationSte    196  * Name: HepPolyhedron::SetNumberOfRotationSteps     Date:    24.06.97 *
343  * Author: J.Allison (Manchester University)      197  * Author: J.Allison (Manchester University)         Revised:          *
344  *                                                198  *                                                                     *
345  * Function: Set number of steps for whole cir    199  * Function: Set number of steps for whole circle                      *
346  *                                                200  *                                                                     *
347  *********************************************    201  ***********************************************************************/
348 {                                                 202 {
349   const G4int nMin = 3;                        << 203   const int nMin = 3;
350   if (n < nMin) {                                 204   if (n < nMin) {
351     std::cerr                                  << 205     std::cerr 
352       << "HepPolyhedron::SetNumberOfRotationSt    206       << "HepPolyhedron::SetNumberOfRotationSteps: attempt to set the\n"
353       << "number of steps per circle < " << nM    207       << "number of steps per circle < " << nMin << "; forced to " << nMin
354       << std::endl;                               208       << std::endl;
355     fNumberOfRotationSteps = nMin;                209     fNumberOfRotationSteps = nMin;
356   }else{                                          210   }else{
357     fNumberOfRotationSteps = n;                   211     fNumberOfRotationSteps = n;
358   }                                            << 212   }    
359 }                                                 213 }
360                                                   214 
361 void HepPolyhedron::ResetNumberOfRotationSteps    215 void HepPolyhedron::ResetNumberOfRotationSteps()
362 /*********************************************    216 /***********************************************************************
363  *                                                217  *                                                                     *
364  * Name: HepPolyhedron::GetNumberOfRotationSte    218  * Name: HepPolyhedron::GetNumberOfRotationSteps     Date:    24.06.97 *
365  * Author: J.Allison (Manchester University)      219  * Author: J.Allison (Manchester University)         Revised:          *
366  *                                                220  *                                                                     *
367  * Function: Reset number of steps for whole c    221  * Function: Reset number of steps for whole circle to default value   *
368  *                                                222  *                                                                     *
369  *********************************************    223  ***********************************************************************/
370 {                                                 224 {
371   fNumberOfRotationSteps = DEFAULT_NUMBER_OF_S    225   fNumberOfRotationSteps = DEFAULT_NUMBER_OF_STEPS;
372 }                                                 226 }
373                                                   227 
374 void HepPolyhedron::AllocateMemory(G4int Nvert << 228 void HepPolyhedron::AllocateMemory(int Nvert, int Nface)
375 /*********************************************    229 /***********************************************************************
376  *                                                230  *                                                                     *
377  * Name: HepPolyhedron::AllocateMemory            231  * Name: HepPolyhedron::AllocateMemory               Date:    19.06.96 *
378  * Author: E.Chernyaev (IHEP/Protvino)            232  * Author: E.Chernyaev (IHEP/Protvino)               Revised: 05.11.02 *
379  *                                                233  *                                                                     *
380  * Function: Allocate memory for GEANT4 polyhe    234  * Function: Allocate memory for GEANT4 polyhedron                     *
381  *                                                235  *                                                                     *
382  * Input: Nvert - number of nodes                 236  * Input: Nvert - number of nodes                                      *
383  *        Nface - number of faces                 237  *        Nface - number of faces                                      *
384  *                                                238  *                                                                     *
385  *********************************************    239  ***********************************************************************/
386 {                                                 240 {
387   if (nvert == Nvert && nface == Nface) return    241   if (nvert == Nvert && nface == Nface) return;
388   delete [] pV;                                << 242   if (pV != 0) delete [] pV;
389   delete [] pF;                                << 243   if (pF != 0) delete [] pF;
390   if (Nvert > 0 && Nface > 0) {                   244   if (Nvert > 0 && Nface > 0) {
391     nvert = Nvert;                                245     nvert = Nvert;
392     nface = Nface;                                246     nface = Nface;
393     pV    = new G4Point3D[nvert+1];            << 247     pV    = new HepPoint3D[nvert+1];
394     pF    = new G4Facet[nface+1];                 248     pF    = new G4Facet[nface+1];
395   }else{                                          249   }else{
396     nvert = 0; nface = 0; pV = nullptr; pF = n << 250     nvert = 0; nface = 0; pV = 0; pF = 0;
397   }                                               251   }
398 }                                                 252 }
399                                                   253 
400 void HepPolyhedron::CreatePrism()                 254 void HepPolyhedron::CreatePrism()
401 /*********************************************    255 /***********************************************************************
402  *                                                256  *                                                                     *
403  * Name: HepPolyhedron::CreatePrism               257  * Name: HepPolyhedron::CreatePrism                  Date:    15.07.96 *
404  * Author: E.Chernyaev (IHEP/Protvino)            258  * Author: E.Chernyaev (IHEP/Protvino)               Revised:          *
405  *                                                259  *                                                                     *
406  * Function: Set facets for a prism               260  * Function: Set facets for a prism                                    *
407  *                                                261  *                                                                     *
408  *********************************************    262  ***********************************************************************/
409 {                                                 263 {
410   enum {DUMMY, BOTTOM, LEFT, BACK, RIGHT, FRON    264   enum {DUMMY, BOTTOM, LEFT, BACK, RIGHT, FRONT, TOP};
411                                                   265 
412   pF[1] = G4Facet(1,LEFT,  4,BACK,  3,RIGHT,      266   pF[1] = G4Facet(1,LEFT,  4,BACK,  3,RIGHT,  2,FRONT);
413   pF[2] = G4Facet(5,TOP,   8,BACK,  4,BOTTOM,     267   pF[2] = G4Facet(5,TOP,   8,BACK,  4,BOTTOM, 1,FRONT);
414   pF[3] = G4Facet(8,TOP,   7,RIGHT, 3,BOTTOM,     268   pF[3] = G4Facet(8,TOP,   7,RIGHT, 3,BOTTOM, 4,LEFT);
415   pF[4] = G4Facet(7,TOP,   6,FRONT, 2,BOTTOM,     269   pF[4] = G4Facet(7,TOP,   6,FRONT, 2,BOTTOM, 3,BACK);
416   pF[5] = G4Facet(6,TOP,   5,LEFT,  1,BOTTOM,     270   pF[5] = G4Facet(6,TOP,   5,LEFT,  1,BOTTOM, 2,RIGHT);
417   pF[6] = G4Facet(5,FRONT, 6,RIGHT, 7,BACK,       271   pF[6] = G4Facet(5,FRONT, 6,RIGHT, 7,BACK,   8,LEFT);
418 }                                                 272 }
419                                                   273 
420 void HepPolyhedron::RotateEdge(G4int k1, G4int << 274 void HepPolyhedron::RotateEdge(int k1, int k2, double r1, double r2,
421                               G4int v1, G4int  << 275             int v1, int v2, int vEdge,
422                               G4bool ifWholeCi << 276                               bool ifWholeCircle, int ns, int &kface)
423 /*********************************************    277 /***********************************************************************
424  *                                                278  *                                                                     *
425  * Name: HepPolyhedron::RotateEdge                279  * Name: HepPolyhedron::RotateEdge                   Date:    05.12.96 *
426  * Author: E.Chernyaev (IHEP/Protvino)            280  * Author: E.Chernyaev (IHEP/Protvino)               Revised:          *
427  *                                                281  *                                                                     *
428  * Function: Create set of facets by rotation     282  * Function: Create set of facets by rotation of an edge around Z-axis *
429  *                                                283  *                                                                     *
430  * Input: k1, k2 - end vertices of the edge       284  * Input: k1, k2 - end vertices of the edge                            *
431  *        r1, r2 - radiuses of the end vertice    285  *        r1, r2 - radiuses of the end vertices                        *
432  *        v1, v2 - visibility of edges produce    286  *        v1, v2 - visibility of edges produced by rotation of the end *
433  *                 vertices                       287  *                 vertices                                            *
434  *        vEdge  - visibility of the edge         288  *        vEdge  - visibility of the edge                              *
435  *        ifWholeCircle - is true in case of w    289  *        ifWholeCircle - is true in case of whole circle rotation     *
436  *        nds    - number of discrete steps    << 290  *        ns     - number of discrete steps                            *
437  *        r[]    - r-coordinates                  291  *        r[]    - r-coordinates                                       *
438  *        kface  - current free cell in the pF    292  *        kface  - current free cell in the pF array                   *
439  *                                                293  *                                                                     *
440  *********************************************    294  ***********************************************************************/
441 {                                                 295 {
442   if (r1 == 0. && r2 == 0.) return;            << 296   if (r1 == 0. && r2 == 0) return;
443                                                   297 
444   G4int i;                                     << 298   int i;
445   G4int i1  = k1;                              << 299   int i1  = k1;
446   G4int i2  = k2;                              << 300   int i2  = k2;
447   G4int ii1 = ifWholeCircle ? i1 : i1+nds;     << 301   int ii1 = ifWholeCircle ? i1 : i1+ns;
448   G4int ii2 = ifWholeCircle ? i2 : i2+nds;     << 302   int ii2 = ifWholeCircle ? i2 : i2+ns;
449   G4int vv  = ifWholeCircle ? vEdge : 1;       << 303   int vv  = ifWholeCircle ? vEdge : 1;
450                                                   304 
451   if (nds == 1) {                              << 305   if (ns == 1) {
452     if (r1 == 0.) {                               306     if (r1 == 0.) {
453       pF[kface++]   = G4Facet(i1,0,    v2*i2,0    307       pF[kface++]   = G4Facet(i1,0,    v2*i2,0, (i2+1),0);
454     }else if (r2 == 0.) {                         308     }else if (r2 == 0.) {
455       pF[kface++]   = G4Facet(i1,0,    i2,0,      309       pF[kface++]   = G4Facet(i1,0,    i2,0,    v1*(i1+1),0);
456     }else{                                        310     }else{
457       pF[kface++]   = G4Facet(i1,0,    v2*i2,0    311       pF[kface++]   = G4Facet(i1,0,    v2*i2,0, (i2+1),0, v1*(i1+1),0);
458     }                                             312     }
459   }else{                                          313   }else{
460     if (r1 == 0.) {                               314     if (r1 == 0.) {
461       pF[kface++]   = G4Facet(vv*i1,0,    v2*i    315       pF[kface++]   = G4Facet(vv*i1,0,    v2*i2,0, vEdge*(i2+1),0);
462       for (i2++,i=1; i<nds-1; i2++,i++) {      << 316       for (i2++,i=1; i<ns-1; i2++,i++) {
463         pF[kface++] = G4Facet(vEdge*i1,0, v2*i << 317   pF[kface++] = G4Facet(vEdge*i1,0, v2*i2,0, vEdge*(i2+1),0);
464       }                                           318       }
465       pF[kface++]   = G4Facet(vEdge*i1,0, v2*i    319       pF[kface++]   = G4Facet(vEdge*i1,0, v2*i2,0, vv*ii2,0);
466     }else if (r2 == 0.) {                         320     }else if (r2 == 0.) {
467       pF[kface++]   = G4Facet(vv*i1,0,    vEdg    321       pF[kface++]   = G4Facet(vv*i1,0,    vEdge*i2,0, v1*(i1+1),0);
468       for (i1++,i=1; i<nds-1; i1++,i++) {      << 322       for (i1++,i=1; i<ns-1; i1++,i++) {
469         pF[kface++] = G4Facet(vEdge*i1,0, vEdg << 323   pF[kface++] = G4Facet(vEdge*i1,0, vEdge*i2,0, v1*(i1+1),0);
470       }                                           324       }
471       pF[kface++]   = G4Facet(vEdge*i1,0, vv*i    325       pF[kface++]   = G4Facet(vEdge*i1,0, vv*i2,0,    v1*ii1,0);
472     }else{                                        326     }else{
473       pF[kface++]   = G4Facet(vv*i1,0,    v2*i    327       pF[kface++]   = G4Facet(vv*i1,0,    v2*i2,0, vEdge*(i2+1),0,v1*(i1+1),0);
474       for (i1++,i2++,i=1; i<nds-1; i1++,i2++,i << 328       for (i1++,i2++,i=1; i<ns-1; i1++,i2++,i++) {
475         pF[kface++] = G4Facet(vEdge*i1,0, v2*i << 329   pF[kface++] = G4Facet(vEdge*i1,0, v2*i2,0, vEdge*(i2+1),0,v1*(i1+1),0);
476       }                                        << 330       }  
477       pF[kface++]   = G4Facet(vEdge*i1,0, v2*i    331       pF[kface++]   = G4Facet(vEdge*i1,0, v2*i2,0, vv*ii2,0,      v1*ii1,0);
478     }                                             332     }
479   }                                               333   }
480 }                                                 334 }
481                                                   335 
482 void HepPolyhedron::SetSideFacets(G4int ii[4], << 336 void HepPolyhedron::SetSideFacets(int ii[4], int vv[4],
483                                  G4int *kk, G4 << 337          int *kk, double *r,
484                                  G4double dphi << 338                                  double dphi, int ns, int &kface)
485 /*********************************************    339 /***********************************************************************
486  *                                                340  *                                                                     *
487  * Name: HepPolyhedron::SetSideFacets             341  * Name: HepPolyhedron::SetSideFacets                Date:    20.05.97 *
488  * Author: E.Chernyaev (IHEP/Protvino)            342  * Author: E.Chernyaev (IHEP/Protvino)               Revised:          *
489  *                                                343  *                                                                     *
490  * Function: Set side facets for the case of i    344  * Function: Set side facets for the case of incomplete rotation       *
491  *                                                345  *                                                                     *
492  * Input: ii[4] - indices of original vertices << 346  * Input: ii[4] - indeces of original verteces                         *
493  *        vv[4] - visibility of edges             347  *        vv[4] - visibility of edges                                  *
494  *        kk[]  - indices of nodes             << 348  *        kk[]  - indeces of nodes                                     *
495  *        r[]   - radiuses                        349  *        r[]   - radiuses                                             *
496  *        dphi  - delta phi                       350  *        dphi  - delta phi                                            *
497  *        nds    - number of discrete steps    << 351  *        ns     - number of discrete steps                            *
498  *        kface  - current free cell in the pF    352  *        kface  - current free cell in the pF array                   *
499  *                                                353  *                                                                     *
500  *********************************************    354  ***********************************************************************/
501 {                                                 355 {
502   G4int k1, k2, k3, k4;                        << 356   int k1, k2, k3, k4;
503                                                << 357   
504   if (std::abs(dphi-pi) < perMillion) { // hal << 358   if (std::abs((double)(dphi-pi)) < perMillion) {          // half a circle
505     for (G4int i=0; i<4; i++) {                << 359     for (int i=0; i<4; i++) {
506       k1 = ii[i];                                 360       k1 = ii[i];
507       k2 = ii[(i+1)%4];                        << 361       k2 = (i == 3) ? ii[0] : ii[i+1];
508       if (r[k1] == 0. && r[k2] == 0.) vv[i] =  << 362       if (r[k1] == 0. && r[k2] == 0.) vv[i] = -1;      
509     }                                             363     }
510   }                                               364   }
511                                                   365 
512   if (ii[1] == ii[2]) {                           366   if (ii[1] == ii[2]) {
513     k1 = kk[ii[0]];                               367     k1 = kk[ii[0]];
514     k2 = kk[ii[2]];                               368     k2 = kk[ii[2]];
515     k3 = kk[ii[3]];                               369     k3 = kk[ii[3]];
516     pF[kface++] = G4Facet(vv[0]*k1,0, vv[2]*k2    370     pF[kface++] = G4Facet(vv[0]*k1,0, vv[2]*k2,0, vv[3]*k3,0);
517     if (r[ii[0]] != 0.) k1 += nds;             << 371     if (r[ii[0]] != 0.) k1 += ns;
518     if (r[ii[2]] != 0.) k2 += nds;             << 372     if (r[ii[2]] != 0.) k2 += ns;
519     if (r[ii[3]] != 0.) k3 += nds;             << 373     if (r[ii[3]] != 0.) k3 += ns;
520     pF[kface++] = G4Facet(vv[2]*k3,0, vv[0]*k2    374     pF[kface++] = G4Facet(vv[2]*k3,0, vv[0]*k2,0, vv[3]*k1,0);
521   }else if (kk[ii[0]] == kk[ii[1]]) {             375   }else if (kk[ii[0]] == kk[ii[1]]) {
522     k1 = kk[ii[0]];                               376     k1 = kk[ii[0]];
523     k2 = kk[ii[2]];                               377     k2 = kk[ii[2]];
524     k3 = kk[ii[3]];                               378     k3 = kk[ii[3]];
525     pF[kface++] = G4Facet(vv[1]*k1,0, vv[2]*k2    379     pF[kface++] = G4Facet(vv[1]*k1,0, vv[2]*k2,0, vv[3]*k3,0);
526     if (r[ii[0]] != 0.) k1 += nds;             << 380     if (r[ii[0]] != 0.) k1 += ns;
527     if (r[ii[2]] != 0.) k2 += nds;             << 381     if (r[ii[2]] != 0.) k2 += ns;
528     if (r[ii[3]] != 0.) k3 += nds;             << 382     if (r[ii[3]] != 0.) k3 += ns;
529     pF[kface++] = G4Facet(vv[2]*k3,0, vv[1]*k2    383     pF[kface++] = G4Facet(vv[2]*k3,0, vv[1]*k2,0, vv[3]*k1,0);
530   }else if (kk[ii[2]] == kk[ii[3]]) {             384   }else if (kk[ii[2]] == kk[ii[3]]) {
531     k1 = kk[ii[0]];                               385     k1 = kk[ii[0]];
532     k2 = kk[ii[1]];                               386     k2 = kk[ii[1]];
533     k3 = kk[ii[2]];                               387     k3 = kk[ii[2]];
534     pF[kface++] = G4Facet(vv[0]*k1,0, vv[1]*k2    388     pF[kface++] = G4Facet(vv[0]*k1,0, vv[1]*k2,0, vv[3]*k3,0);
535     if (r[ii[0]] != 0.) k1 += nds;             << 389     if (r[ii[0]] != 0.) k1 += ns;
536     if (r[ii[1]] != 0.) k2 += nds;             << 390     if (r[ii[1]] != 0.) k2 += ns;
537     if (r[ii[2]] != 0.) k3 += nds;             << 391     if (r[ii[2]] != 0.) k3 += ns;
538     pF[kface++] = G4Facet(vv[1]*k3,0, vv[0]*k2    392     pF[kface++] = G4Facet(vv[1]*k3,0, vv[0]*k2,0, vv[3]*k1,0);
539   }else{                                          393   }else{
540     k1 = kk[ii[0]];                               394     k1 = kk[ii[0]];
541     k2 = kk[ii[1]];                               395     k2 = kk[ii[1]];
542     k3 = kk[ii[2]];                               396     k3 = kk[ii[2]];
543     k4 = kk[ii[3]];                               397     k4 = kk[ii[3]];
544     pF[kface++] = G4Facet(vv[0]*k1,0, vv[1]*k2    398     pF[kface++] = G4Facet(vv[0]*k1,0, vv[1]*k2,0, vv[2]*k3,0, vv[3]*k4,0);
545     if (r[ii[0]] != 0.) k1 += nds;             << 399     if (r[ii[0]] != 0.) k1 += ns;
546     if (r[ii[1]] != 0.) k2 += nds;             << 400     if (r[ii[1]] != 0.) k2 += ns;
547     if (r[ii[2]] != 0.) k3 += nds;             << 401     if (r[ii[2]] != 0.) k3 += ns;
548     if (r[ii[3]] != 0.) k4 += nds;             << 402     if (r[ii[3]] != 0.) k4 += ns;
549     pF[kface++] = G4Facet(vv[2]*k4,0, vv[1]*k3    403     pF[kface++] = G4Facet(vv[2]*k4,0, vv[1]*k3,0, vv[0]*k2,0, vv[3]*k1,0);
550   }                                               404   }
551 }                                                 405 }
552                                                   406 
553 void HepPolyhedron::RotateAroundZ(G4int nstep, << 407 void HepPolyhedron::RotateAroundZ(int nstep, double phi, double dphi,
554                                  G4int np1, G4 << 408                                  int np1, int np2,
555                                  const G4doubl << 409          const double *z, double *r,
556                                  G4int nodeVis << 410          int nodeVis, int edgeVis)
557 /*********************************************    411 /***********************************************************************
558  *                                                412  *                                                                     *
559  * Name: HepPolyhedron::RotateAroundZ             413  * Name: HepPolyhedron::RotateAroundZ                Date:    27.11.96 *
560  * Author: E.Chernyaev (IHEP/Protvino)            414  * Author: E.Chernyaev (IHEP/Protvino)               Revised:          *
561  *                                                415  *                                                                     *
562  * Function: Create HepPolyhedron for a solid     416  * Function: Create HepPolyhedron for a solid produced by rotation of  *
563  *           two polylines around Z-axis          417  *           two polylines around Z-axis                               *
564  *                                                418  *                                                                     *
565  * Input: nstep - number of discrete steps, if    419  * Input: nstep - number of discrete steps, if 0 then default          *
566  *        phi   - starting phi angle              420  *        phi   - starting phi angle                                   *
567  *        dphi  - delta phi                       421  *        dphi  - delta phi                                            *
568  *        np1   - number of points in external    422  *        np1   - number of points in external polyline                *
569  *                (must be negative in case of    423  *                (must be negative in case of closed polyline)        *
570  *        np2   - number of points in internal    424  *        np2   - number of points in internal polyline (may be 1)     *
571  *        z[]   - z-coordinates (+z >>> -z for    425  *        z[]   - z-coordinates (+z >>> -z for both polylines)         *
572  *        r[]   - r-coordinates                   426  *        r[]   - r-coordinates                                        *
573  *        nodeVis - how to Draw edges joing co    427  *        nodeVis - how to Draw edges joing consecutive positions of   *
574  *                  node during rotation          428  *                  node during rotation                               *
575  *        edgeVis - how to Draw edges             429  *        edgeVis - how to Draw edges                                  *
576  *                                                430  *                                                                     *
577  *********************************************    431  ***********************************************************************/
578 {                                                 432 {
579   static const G4double wholeCircle   = twopi; << 433   static double wholeCircle   = twopi;
580                                                << 434     
581   //   S E T   R O T A T I O N   P A R A M E T    435   //   S E T   R O T A T I O N   P A R A M E T E R S
582                                                   436 
583   G4bool ifWholeCircle = std::abs(dphi-wholeCi << 437   bool ifWholeCircle = (std::abs(dphi-wholeCircle) < perMillion) ? true : false;
584   G4double delPhi = ifWholeCircle ? wholeCircl << 438   double   delPhi  = ifWholeCircle ? wholeCircle : dphi;  
585   G4int nSphi = nstep;                         << 439   int        nSphi    = (nstep > 0) ?
586   if (nSphi <= 0) nSphi = GetNumberOfRotationS << 440     nstep : int(delPhi*GetNumberOfRotationSteps()/wholeCircle+.5);
587   if (nSphi == 0) nSphi = 1;                      441   if (nSphi == 0) nSphi = 1;
588   G4int nVphi = ifWholeCircle ? nSphi : nSphi  << 442   int        nVphi    = ifWholeCircle ? nSphi : nSphi+1;
589   G4bool ifClosed = np1 <= 0; // true if exter << 443   bool ifClosed = np1 > 0 ? false : true;
590                                                << 444   
591   //   C O U N T   V E R T I C E S             << 445   //   C O U N T   V E R T E C E S
592                                                   446 
593   G4int absNp1 = std::abs(np1);                << 447   int absNp1 = std::abs(np1);
594   G4int absNp2 = std::abs(np2);                << 448   int absNp2 = std::abs(np2);
595   G4int i1beg = 0;                             << 449   int i1beg = 0;
596   G4int i1end = absNp1-1;                      << 450   int i1end = absNp1-1;
597   G4int i2beg = absNp1;                        << 451   int i2beg = absNp1;
598   G4int i2end = absNp1+absNp2-1;               << 452   int i2end = absNp1+absNp2-1; 
599   G4int i, j, k;                               << 453   int i, j, k;
600                                                   454 
601   for(i=i1beg; i<=i2end; i++) {                   455   for(i=i1beg; i<=i2end; i++) {
602     if (std::abs(r[i]) < spatialTolerance) r[i << 456     if (std::abs(r[i]) < perMillion) r[i] = 0.;
603   }                                               457   }
604                                                   458 
605   // external polyline - check position of nod << 459   j = 0;                                                // external nodes
606   //                                           << 
607   G4int Nverts = 0;                            << 
608   for (i=i1beg; i<=i1end; i++) {                  460   for (i=i1beg; i<=i1end; i++) {
609     Nverts += (r[i] == 0.) ? 1 : nVphi;        << 461     j += (r[i] == 0.) ? 1 : nVphi;
610   }                                               462   }
611                                                   463 
612   // internal polyline                         << 464   bool ifSide1 = false;                           // internal nodes
613   //                                           << 465   bool ifSide2 = false;
614   G4bool ifSide1 = false; // whether to create << 
615   G4bool ifSide2 = false; // whether to create << 
616                                                   466 
617   if (r[i2beg] != r[i1beg] || z[i2beg] != z[i1 << 467   if (r[i2beg] != r[i1beg] || z[i2beg] != z[i1beg]) {
618     Nverts += (r[i2beg] == 0.) ? 1 : nVphi;    << 468     j += (r[i2beg] == 0.) ? 1 : nVphi;
619     ifSide1 = true;                               469     ifSide1 = true;
620   }                                               470   }
621                                                   471 
622   for(i=i2beg+1; i<i2end; i++) { // intermedia << 472   for(i=i2beg+1; i<i2end; i++) {
623     Nverts += (r[i] == 0.) ? 1 : nVphi;        << 473     j += (r[i] == 0.) ? 1 : nVphi;
624   }                                               474   }
625                                                << 475   
626   if (r[i2end] != r[i1end] || z[i2end] != z[i1 << 476   if (r[i2end] != r[i1end] || z[i2end] != z[i1end]) {
627     if (absNp2 > 1) Nverts += (r[i2end] == 0.) << 477     if (absNp2 > 1) j += (r[i2end] == 0.) ? 1 : nVphi;
628     ifSide2 = true;                               478     ifSide2 = true;
629   }                                               479   }
630                                                   480 
631   //   C O U N T   F A C E S                      481   //   C O U N T   F A C E S
632                                                   482 
633   // external lateral faces                    << 483   k = ifClosed ? absNp1*nSphi : (absNp1-1)*nSphi;       // external faces
634   //                                           << 
635   G4int Nfaces = ifClosed ? absNp1*nSphi : (ab << 
636                                                   484 
637   // internal lateral faces                    << 485   if (absNp2 > 1) {                                     // internal faces
638   //                                           << 
639   if (absNp2 > 1) {                            << 
640     for(i=i2beg; i<i2end; i++) {                  486     for(i=i2beg; i<i2end; i++) {
641       if (r[i] > 0. || r[i+1] > 0.) Nfaces +=  << 487       if (r[i] > 0. || r[i+1] > 0.)       k += nSphi;
642     }                                             488     }
643                                                   489 
644     if (ifClosed) {                               490     if (ifClosed) {
645       if (r[i2end] > 0. || r[i2beg] > 0.) Nfac << 491       if (r[i2end] > 0. || r[i2beg] > 0.) k += nSphi;
646     }                                             492     }
647   }                                               493   }
648                                                   494 
649   // bottom and top faces                      << 495   if (!ifClosed) {                                      // side faces
650   //                                           << 496     if (ifSide1 && (r[i1beg] > 0. || r[i2beg] > 0.)) k += nSphi;
651   if (!ifClosed) {                             << 497     if (ifSide2 && (r[i1end] > 0. || r[i2end] > 0.)) k += nSphi;
652     if (ifSide1 && (r[i1beg] > 0. || r[i2beg]  << 
653     if (ifSide2 && (r[i1end] > 0. || r[i2end]  << 
654   }                                               498   }
655                                                   499 
656   // phi_wedge faces                           << 500   if (!ifWholeCircle) {                                 // phi_side faces
657   //                                           << 501     k += ifClosed ? 2*absNp1 : 2*(absNp1-1);
658   if (!ifWholeCircle) {                        << 
659     Nfaces += ifClosed ? 2*absNp1 : 2*(absNp1- << 
660   }                                               502   }
661                                                   503 
662   //   A L L O C A T E   M E M O R Y              504   //   A L L O C A T E   M E M O R Y
663                                                   505 
664   AllocateMemory(Nverts, Nfaces);              << 506   AllocateMemory(j, k);
665   if (pV == nullptr || pF == nullptr) return;  << 
666                                                   507 
667   //   G E N E R A T E   V E R T I C E S       << 508   //   G E N E R A T E   V E R T E C E S
668                                                   509 
669   G4int *kk; // array of start indices along p << 510   int *kk;
670   kk = new G4int[absNp1+absNp2];               << 511   kk = new int[absNp1+absNp2];
671                                                   512 
672   // external polyline                         << 513   k = 1;
673   //                                           << 
674   k = 1; // free position in array of vertices << 
675   for(i=i1beg; i<=i1end; i++) {                   514   for(i=i1beg; i<=i1end; i++) {
676     kk[i] = k;                                    515     kk[i] = k;
677     if (r[i] == 0.)                            << 516     if (r[i] == 0.) { pV[k++] = HepPoint3D(0, 0, z[i]); } else { k += nVphi; }
678     { pV[k++] = G4Point3D(0, 0, z[i]); } else  << 
679   }                                               517   }
680                                                   518 
681   // first point of internal polyline          << 
682   //                                           << 
683   i = i2beg;                                      519   i = i2beg;
684   if (ifSide1) {                                  520   if (ifSide1) {
685     kk[i] = k;                                    521     kk[i] = k;
686     if (r[i] == 0.)                            << 522     if (r[i] == 0.) { pV[k++] = HepPoint3D(0, 0, z[i]); } else { k += nVphi; }
687     { pV[k++] = G4Point3D(0, 0, z[i]); } else  << 
688   }else{                                          523   }else{
689     kk[i] = kk[i1beg];                            524     kk[i] = kk[i1beg];
690   }                                               525   }
691                                                   526 
692   // intermediate points of internal polyline  << 
693   //                                           << 
694   for(i=i2beg+1; i<i2end; i++) {                  527   for(i=i2beg+1; i<i2end; i++) {
695     kk[i] = k;                                    528     kk[i] = k;
696     if (r[i] == 0.)                            << 529     if (r[i] == 0.) { pV[k++] = HepPoint3D(0, 0, z[i]); } else { k += nVphi; }
697     { pV[k++] = G4Point3D(0, 0, z[i]); } else  << 
698   }                                               530   }
699                                                   531 
700   // last point of internal polyline           << 
701   //                                           << 
702   if (absNp2 > 1) {                               532   if (absNp2 > 1) {
703     i = i2end;                                    533     i = i2end;
704     if (ifSide2) {                                534     if (ifSide2) {
705       kk[i] = k;                                  535       kk[i] = k;
706       if (r[i] == 0.) pV[k] = G4Point3D(0, 0,  << 536       if (r[i] == 0.) pV[k] = HepPoint3D(0, 0, z[i]);
707     }else{                                        537     }else{
708       kk[i] = kk[i1end];                          538       kk[i] = kk[i1end];
709     }                                             539     }
710   }                                               540   }
711                                                   541 
712   // set vertices                              << 542   double cosPhi, sinPhi;
713   //                                           << 
714   G4double cosPhi, sinPhi;                     << 
715                                                   543 
716   for(j=0; j<nVphi; j++) {                        544   for(j=0; j<nVphi; j++) {
717     cosPhi = std::cos(phi+j*delPhi/nSphi);        545     cosPhi = std::cos(phi+j*delPhi/nSphi);
718     sinPhi = std::sin(phi+j*delPhi/nSphi);        546     sinPhi = std::sin(phi+j*delPhi/nSphi);
719     for(i=i1beg; i<=i2end; i++) {                 547     for(i=i1beg; i<=i2end; i++) {
720       if (r[i] != 0.)                          << 548       if (r[i] != 0.) pV[kk[i]+j] = HepPoint3D(r[i]*cosPhi,r[i]*sinPhi,z[i]);
721         pV[kk[i]+j] = G4Point3D(r[i]*cosPhi,r[ << 
722     }                                             549     }
723   }                                               550   }
724                                                   551 
725   //   G E N E R A T E   F A C E S             << 552   //   G E N E R A T E   E X T E R N A L   F A C E S
726                                                   553 
727   //  external faces                           << 554   int v1,v2;
728   //                                           << 
729   G4int v1,v2;                                 << 
730                                                   555 
731   k = 1; // free position in array of faces pF << 556   k = 1;
732   v2 = ifClosed ? nodeVis : 1;                    557   v2 = ifClosed ? nodeVis : 1;
733   for(i=i1beg; i<i1end; i++) {                    558   for(i=i1beg; i<i1end; i++) {
734     v1 = v2;                                      559     v1 = v2;
735     if (!ifClosed && i == i1end-1) {              560     if (!ifClosed && i == i1end-1) {
736       v2 = 1;                                     561       v2 = 1;
737     }else{                                        562     }else{
738       v2 = (r[i] == r[i+1] && r[i+1] == r[i+2]    563       v2 = (r[i] == r[i+1] && r[i+1] == r[i+2]) ? -1 : nodeVis;
739     }                                             564     }
740     RotateEdge(kk[i], kk[i+1], r[i], r[i+1], v    565     RotateEdge(kk[i], kk[i+1], r[i], r[i+1], v1, v2,
741                edgeVis, ifWholeCircle, nSphi,  << 566          edgeVis, ifWholeCircle, nSphi, k);
742   }                                               567   }
743   if (ifClosed) {                                 568   if (ifClosed) {
744     RotateEdge(kk[i1end], kk[i1beg], r[i1end],    569     RotateEdge(kk[i1end], kk[i1beg], r[i1end],r[i1beg], nodeVis, nodeVis,
745                edgeVis, ifWholeCircle, nSphi,  << 570          edgeVis, ifWholeCircle, nSphi, k);
746   }                                               571   }
747                                                   572 
748   // internal faces                            << 573   //   G E N E R A T E   I N T E R N A L   F A C E S
749   //                                           << 574 
750   if (absNp2 > 1) {                               575   if (absNp2 > 1) {
751     v2 = ifClosed ? nodeVis : 1;                  576     v2 = ifClosed ? nodeVis : 1;
752     for(i=i2beg; i<i2end; i++) {                  577     for(i=i2beg; i<i2end; i++) {
753       v1 = v2;                                    578       v1 = v2;
754       if (!ifClosed && i==i2end-1) {              579       if (!ifClosed && i==i2end-1) {
755         v2 = 1;                                << 580   v2 = 1;
756       }else{                                      581       }else{
757         v2 = (r[i] == r[i+1] && r[i+1] == r[i+ << 582   v2 = (r[i] == r[i+1] && r[i+1] == r[i+2]) ? -1 :  nodeVis;
758       }                                           583       }
759       RotateEdge(kk[i+1], kk[i], r[i+1], r[i],    584       RotateEdge(kk[i+1], kk[i], r[i+1], r[i], v2, v1,
760                  edgeVis, ifWholeCircle, nSphi << 585      edgeVis, ifWholeCircle, nSphi, k);
761     }                                             586     }
762     if (ifClosed) {                               587     if (ifClosed) {
763       RotateEdge(kk[i2beg], kk[i2end], r[i2beg    588       RotateEdge(kk[i2beg], kk[i2end], r[i2beg], r[i2end], nodeVis, nodeVis,
764                  edgeVis, ifWholeCircle, nSphi << 589      edgeVis, ifWholeCircle, nSphi, k);
765     }                                             590     }
766   }                                               591   }
767                                                   592 
768   // bottom and top faces                      << 593   //   G E N E R A T E   S I D E   F A C E S
769   //                                           << 594 
770   if (!ifClosed) {                                595   if (!ifClosed) {
771     if (ifSide1) {                                596     if (ifSide1) {
772       RotateEdge(kk[i2beg], kk[i1beg], r[i2beg    597       RotateEdge(kk[i2beg], kk[i1beg], r[i2beg], r[i1beg], 1, 1,
773                  -1, ifWholeCircle, nSphi, k); << 598      -1, ifWholeCircle, nSphi, k);
774     }                                             599     }
775     if (ifSide2) {                                600     if (ifSide2) {
776       RotateEdge(kk[i1end], kk[i2end], r[i1end    601       RotateEdge(kk[i1end], kk[i2end], r[i1end], r[i2end], 1, 1,
777                  -1, ifWholeCircle, nSphi, k); << 602      -1, ifWholeCircle, nSphi, k);
778     }                                             603     }
779   }                                               604   }
780                                                   605 
781   // phi_wedge faces in case of incomplete cir << 606   //   G E N E R A T E   S I D E   F A C E S  for the case of incomplete circle
782   //                                           << 607 
783   if (!ifWholeCircle) {                           608   if (!ifWholeCircle) {
784                                                   609 
785     G4int  ii[4], vv[4];                       << 610     int  ii[4], vv[4];
786                                                   611 
787     if (ifClosed) {                               612     if (ifClosed) {
788       for (i=i1beg; i<=i1end; i++) {              613       for (i=i1beg; i<=i1end; i++) {
789         ii[0] = i;                             << 614   ii[0] = i;
790         ii[3] = (i == i1end) ? i1beg : i+1;    << 615   ii[3] = (i == i1end) ? i1beg : i+1;
791         ii[1] = (absNp2 == 1) ? i2beg : ii[0]+ << 616   ii[1] = (absNp2 == 1) ? i2beg : ii[0]+absNp1;
792         ii[2] = (absNp2 == 1) ? i2beg : ii[3]+ << 617   ii[2] = (absNp2 == 1) ? i2beg : ii[3]+absNp1;
793         vv[0] = -1;                            << 618   vv[0] = -1;
794         vv[1] = 1;                             << 619   vv[1] = 1;
795         vv[2] = -1;                            << 620   vv[2] = -1;
796         vv[3] = 1;                             << 621   vv[3] = 1;
797         SetSideFacets(ii, vv, kk, r, delPhi, n << 622   SetSideFacets(ii, vv, kk, r, dphi, nSphi, k);
798       }                                           623       }
799     }else{                                        624     }else{
800       for (i=i1beg; i<i1end; i++) {               625       for (i=i1beg; i<i1end; i++) {
801         ii[0] = i;                             << 626   ii[0] = i;
802         ii[3] = i+1;                           << 627   ii[3] = i+1;
803         ii[1] = (absNp2 == 1) ? i2beg : ii[0]+ << 628   ii[1] = (absNp2 == 1) ? i2beg : ii[0]+absNp1;
804         ii[2] = (absNp2 == 1) ? i2beg : ii[3]+ << 629   ii[2] = (absNp2 == 1) ? i2beg : ii[3]+absNp1;
805         vv[0] = (i == i1beg)   ? 1 : -1;       << 630   vv[0] = (i == i1beg)   ? 1 : -1;
806         vv[1] = 1;                             << 631   vv[1] = 1;
807         vv[2] = (i == i1end-1) ? 1 : -1;       << 632   vv[2] = (i == i1end-1) ? 1 : -1;
808         vv[3] = 1;                             << 633   vv[3] = 1;
809         SetSideFacets(ii, vv, kk, r, delPhi, n << 634   SetSideFacets(ii, vv, kk, r, dphi, nSphi, k);
810       }                                           635       }
811     }                                          << 636     }      
812   }                                               637   }
813                                                   638 
814   delete [] kk; // free memory                 << 639   delete [] kk;
815                                                   640 
816   // final check                               << 
817   //                                           << 
818   if (k-1 != nface) {                             641   if (k-1 != nface) {
819     std::cerr                                     642     std::cerr
820       << "HepPolyhedron::RotateAroundZ: number << 643       << "Polyhedron::RotateAroundZ: number of generated faces ("
821       << k-1 << ") is not equal to the number     644       << k-1 << ") is not equal to the number of allocated faces ("
822       << nface << ")"                             645       << nface << ")"
823       << std::endl;                               646       << std::endl;
824   }                                               647   }
825 }                                                 648 }
826                                                   649 
827 void                                           << 
828 HepPolyhedron::RotateContourAroundZ(G4int nste << 
829                                     G4double p << 
830                                     G4double d << 
831                                     const std: << 
832                                     G4int node << 
833                                     G4int edge << 
834 /********************************************* << 
835  *                                             << 
836  * Name: HepPolyhedron::RotateContourAroundZ   << 
837  * Author: E.Tcherniaev (E.Chernyaev)          << 
838  *                                             << 
839  * Function: Create HepPolyhedron for a solid  << 
840  *           a closed polyline (rz-contour) ar << 
841  *                                             << 
842  * Input: nstep - number of discrete steps, if << 
843  *        phi   - starting phi angle           << 
844  *        dphi  - delta phi                    << 
845  *        rz    - rz-contour                   << 
846  *        nodeVis - how to Draw edges joing co << 
847  *                  node during rotation       << 
848  *        edgeVis - how to Draw edges          << 
849  *                                             << 
850  ********************************************* << 
851 {                                              << 
852   //   S E T   R O T A T I O N   P A R A M E T << 
853                                                << 
854   G4bool ifWholeCircle = std::abs(dphi - twopi << 
855   G4double delPhi = (ifWholeCircle) ? twopi :  << 
856   G4int nSphi = nstep;                         << 
857   if (nSphi <= 0) nSphi = GetNumberOfRotationS << 
858   if (nSphi == 0) nSphi = 1;                   << 
859   G4int nVphi = (ifWholeCircle) ? nSphi : nSph << 
860                                                << 
861   //   C A L C U L A T E   A R E A             << 
862                                                << 
863   G4int Nrz = (G4int)rz.size();                << 
864   G4double area = 0;                           << 
865   for (G4int i = 0; i < Nrz; ++i)              << 
866   {                                            << 
867     G4int k = (i == 0) ? Nrz - 1 : i - 1;      << 
868     area += rz[k].x()*rz[i].y() - rz[i].x()*rz << 
869   }                                            << 
870                                                << 
871   //   P R E P A R E   P O L Y L I N E         << 
872                                                << 
873   auto r = new G4double[Nrz];                  << 
874   auto z = new G4double[Nrz];                  << 
875   for (G4int i = 0; i < Nrz; ++i)              << 
876   {                                            << 
877     r[i] = rz[i].x();                          << 
878     z[i] = rz[i].y();                          << 
879     if (std::abs(r[i]) < spatialTolerance) r[i << 
880   }                                            << 
881                                                << 
882   //   C O U N T   V E R T I C E S   A N D   F << 
883                                                << 
884   G4int Nverts = 0;                            << 
885   for(G4int i = 0; i < Nrz; ++i) Nverts += (r[ << 
886                                                << 
887   G4int Nedges = Nrz;                          << 
888   for (G4int i = 0; i < Nrz; ++i)              << 
889   {                                            << 
890     G4int k = (i == 0) ? Nrz - 1 : i - 1;      << 
891     Nedges -= static_cast<int>(r[k] == 0 && r[ << 
892   }                                            << 
893                                                << 
894   G4int Nfaces = Nedges*nSphi;               / << 
895   if (!ifWholeCircle) Nfaces += 2*(Nrz - 2); / << 
896                                                << 
897   //   A L L O C A T E   M E M O R Y           << 
898                                                << 
899   AllocateMemory(Nverts, Nfaces);              << 
900   if (pV == nullptr || pF == nullptr)          << 
901   {                                            << 
902     delete [] r;                               << 
903     delete [] z;                               << 
904     return;                                    << 
905   }                                            << 
906                                                << 
907   //   S E T   V E R T I C E S                 << 
908                                                << 
909   auto kk = new G4int[Nrz]; // start indices a << 
910   G4int kfree = 1; // current free position in << 
911                                                << 
912   // set start indices, set vertices for nodes << 
913   for(G4int i = 0; i < Nrz; ++i)               << 
914   {                                            << 
915     kk[i] = kfree;                             << 
916     if (r[i] == 0.) pV[kfree++] = G4Point3D(0, << 
917     if (r[i] != 0.) kfree += nVphi;            << 
918   }                                            << 
919                                                << 
920   // set vertices by rotating r                << 
921   for(G4int j = 0; j < nVphi; ++j)             << 
922   {                                            << 
923     G4double cosPhi = std::cos(phi + j*delPhi/ << 
924     G4double sinPhi = std::sin(phi + j*delPhi/ << 
925     for(G4int i = 0; i < Nrz; ++i)             << 
926     {                                          << 
927       if (r[i] != 0.)                          << 
928         pV[kk[i] + j] = G4Point3D(r[i]*cosPhi, << 
929     }                                          << 
930   }                                            << 
931                                                << 
932   //   S E T   F A C E S                       << 
933                                                << 
934   kfree = 1; // current free position in array << 
935   for(G4int i = 0; i < Nrz; ++i)               << 
936   {                                            << 
937     G4int i1 = (i < Nrz - 1) ? i + 1 : 0; // i << 
938     G4int i2 = i;                              << 
939     if (area < 0.) std::swap(i1, i2);          << 
940     RotateEdge(kk[i1], kk[i2], r[i1], r[i2], n << 
941                edgeVis, ifWholeCircle, nSphi,  << 
942   }                                            << 
943                                                << 
944   //    S E T   P H I _ W E D G E   F A C E S  << 
945                                                << 
946   if (!ifWholeCircle)                          << 
947   {                                            << 
948     std::vector<G4int> triangles;              << 
949     TriangulatePolygon(rz, triangles);         << 
950                                                << 
951     G4int ii[4], vv[4];                        << 
952     G4int ntria = G4int(triangles.size()/3);   << 
953     for (G4int i = 0; i < ntria; ++i)          << 
954     {                                          << 
955       G4int i1 = triangles[0 + i*3];           << 
956       G4int i2 = triangles[1 + i*3];           << 
957       G4int i3 = triangles[2 + i*3];           << 
958       if (area < 0.) std::swap(i1, i3);        << 
959       G4int v1 = (std::abs(i2-i1) == 1 || std: << 
960       G4int v2 = (std::abs(i3-i2) == 1 || std: << 
961       G4int v3 = (std::abs(i1-i3) == 1 || std: << 
962       ii[0] = i1; ii[1] = i2; ii[2] = i2; ii[3 << 
963       vv[0] = v1; vv[1] = -1; vv[2] = v2; vv[3 << 
964       SetSideFacets(ii, vv, kk, r, delPhi, nSp << 
965     }                                          << 
966   }                                            << 
967                                                << 
968   // free memory                               << 
969   delete [] r;                                 << 
970   delete [] z;                                 << 
971   delete [] kk;                                << 
972                                                << 
973   // final check                               << 
974   if (kfree - 1 != nface)                      << 
975   {                                            << 
976     std::cerr                                  << 
977       << "HepPolyhedron::RotateContourAroundZ: << 
978       << kfree-1 << ") is not equal to the num << 
979       << nface << ")"                          << 
980       << std::endl;                            << 
981   }                                            << 
982 }                                              << 
983                                                << 
984 G4bool                                         << 
985 HepPolyhedron::TriangulatePolygon(const std::v << 
986                                   std::vector< << 
987 /********************************************* << 
988  *                                             << 
989  * Name: HepPolyhedron::TriangulatePolygon     << 
990  * Author: E.Tcherniaev (E.Chernyaev)          << 
991  *                                             << 
992  * Function: Simple implementation of "ear cli << 
993  *           triangulation of a simple contour << 
994  *           the result in a std::vector as tr << 
995  *                                             << 
996  *           If triangulation is sucsessfull t << 
997  *           returns true, otherwise false     << 
998  *                                             << 
999  * Remark:   It's a copy of G4GeomTools::Trian << 
1000  *                                            << 
1001  ******************************************** << 
1002 {                                             << 
1003   result.resize(0);                           << 
1004   G4int n = (G4int)polygon.size();            << 
1005   if (n < 3) return false;                    << 
1006                                               << 
1007   // calculate area                           << 
1008   //                                          << 
1009   G4double area = 0.;                         << 
1010   for(G4int i = 0; i < n; ++i)                << 
1011   {                                           << 
1012     G4int k = (i == 0) ? n - 1 : i - 1;       << 
1013     area += polygon[k].x()*polygon[i].y() - p << 
1014   }                                           << 
1015                                               << 
1016   // allocate and initialize list of Vertices << 
1017   // we want a counter-clockwise polygon in V << 
1018   //                                          << 
1019   auto  V = new G4int[n];                     << 
1020   if (area > 0.)                              << 
1021     for (G4int i = 0; i < n; ++i) V[i] = i;   << 
1022   else                                        << 
1023     for (G4int i = 0; i < n; ++i) V[i] = (n - << 
1024                                               << 
1025   //  Triangulation: remove nv-2 Vertices, cr << 
1026   //                                          << 
1027   G4int nv = n;                               << 
1028   G4int count = 2*nv; // error detection coun << 
1029   for(G4int b = nv - 1; nv > 2; )             << 
1030   {                                           << 
1031     // ERROR: if we loop, it is probably a no << 
1032     if ((count--) <= 0)                       << 
1033     {                                         << 
1034       delete [] V;                            << 
1035       if (area < 0.) std::reverse(result.begi << 
1036       return false;                           << 
1037     }                                         << 
1038                                               << 
1039     // three consecutive vertices in current  << 
1040     G4int a = (b   < nv) ? b   : 0; // previo << 
1041           b = (a+1 < nv) ? a+1 : 0; // curren << 
1042     G4int c = (b+1 < nv) ? b+1 : 0; // next   << 
1043                                               << 
1044     if (CheckSnip(polygon, a,b,c, nv,V))      << 
1045     {                                         << 
1046       // output Triangle                      << 
1047       result.push_back(V[a]);                 << 
1048       result.push_back(V[b]);                 << 
1049       result.push_back(V[c]);                 << 
1050                                               << 
1051       // remove vertex b from remaining polyg << 
1052       nv--;                                   << 
1053       for(G4int i = b; i < nv; ++i) V[i] = V[ << 
1054                                               << 
1055       count = 2*nv; // resest error detection << 
1056     }                                         << 
1057   }                                           << 
1058   delete [] V;                                << 
1059   if (area < 0.) std::reverse(result.begin(), << 
1060   return true;                                << 
1061 }                                             << 
1062                                               << 
1063 G4bool HepPolyhedron::CheckSnip(const std::ve << 
1064                                 G4int a, G4in << 
1065                                 G4int n, cons << 
1066 /******************************************** << 
1067  *                                            << 
1068  * Name: HepPolyhedron::CheckSnip             << 
1069  * Author: E.Tcherniaev (E.Chernyaev)         << 
1070  *                                            << 
1071  * Function: Check for a valid snip,          << 
1072  *           it is a helper functionfor Trian << 
1073  *                                            << 
1074  ******************************************** << 
1075 {                                             << 
1076   static const G4double kCarTolerance = 1.e-9 << 
1077                                               << 
1078   // check orientation of Triangle            << 
1079   G4double Ax = contour[V[a]].x(), Ay = conto << 
1080   G4double Bx = contour[V[b]].x(), By = conto << 
1081   G4double Cx = contour[V[c]].x(), Cy = conto << 
1082   if ((Bx-Ax)*(Cy-Ay) - (By-Ay)*(Cx-Ax) < kCa << 
1083                                               << 
1084   // check that there is no point inside Tria << 
1085   G4double xmin = std::min(std::min(Ax,Bx),Cx << 
1086   G4double xmax = std::max(std::max(Ax,Bx),Cx << 
1087   G4double ymin = std::min(std::min(Ay,By),Cy << 
1088   G4double ymax = std::max(std::max(Ay,By),Cy << 
1089                                               << 
1090   for (G4int i=0; i<n; ++i)                   << 
1091   {                                           << 
1092     if((i == a) || (i == b) || (i == c)) cont << 
1093     G4double Px = contour[V[i]].x();          << 
1094     if (Px < xmin || Px > xmax) continue;     << 
1095     G4double Py = contour[V[i]].y();          << 
1096     if (Py < ymin || Py > ymax) continue;     << 
1097     // if (PointInTriangle(Ax,Ay,Bx,By,Cx,Cy, << 
1098     if ((Bx-Ax)*(Cy-Ay) - (By-Ay)*(Cx-Ax) > 0 << 
1099     {                                         << 
1100       if ((Ax-Cx)*(Py-Cy) - (Ay-Cy)*(Px-Cx) < << 
1101       if ((Bx-Ax)*(Py-Ay) - (By-Ay)*(Px-Ax) < << 
1102       if ((Cx-Bx)*(Py-By) - (Cy-By)*(Px-Bx) < << 
1103     }                                         << 
1104     else                                      << 
1105     {                                         << 
1106       if ((Ax-Cx)*(Py-Cy) - (Ay-Cy)*(Px-Cx) > << 
1107       if ((Bx-Ax)*(Py-Ay) - (By-Ay)*(Px-Ax) > << 
1108       if ((Cx-Bx)*(Py-By) - (Cy-By)*(Px-Bx) > << 
1109     }                                         << 
1110     return false;                             << 
1111   }                                           << 
1112   return true;                                << 
1113 }                                             << 
1114                                               << 
1115 void HepPolyhedron::SetReferences()              650 void HepPolyhedron::SetReferences()
1116 /********************************************    651 /***********************************************************************
1117  *                                               652  *                                                                     *
1118  * Name: HepPolyhedron::SetReferences            653  * Name: HepPolyhedron::SetReferences                Date:    04.12.96 *
1119  * Author: E.Chernyaev (IHEP/Protvino)           654  * Author: E.Chernyaev (IHEP/Protvino)               Revised:          *
1120  *                                               655  *                                                                     *
1121  * Function: For each edge set reference to n    656  * Function: For each edge set reference to neighbouring facet         *
1122  *                                               657  *                                                                     *
1123  ********************************************    658  ***********************************************************************/
1124 {                                                659 {
1125   if (nface <= 0) return;                        660   if (nface <= 0) return;
1126                                                  661 
1127   struct edgeListMember {                        662   struct edgeListMember {
1128     edgeListMember *next;                        663     edgeListMember *next;
1129     G4int v2;                                 << 664     int v2;
1130     G4int iface;                              << 665     int iface;
1131     G4int iedge;                              << 666     int iedge;
1132   } *edgeList, *freeList, **headList;            667   } *edgeList, *freeList, **headList;
1133                                                  668 
1134                                               << 669   
1135   //   A L L O C A T E   A N D   I N I T I A     670   //   A L L O C A T E   A N D   I N I T I A T E   L I S T S
1136                                                  671 
1137   edgeList = new edgeListMember[2*nface];        672   edgeList = new edgeListMember[2*nface];
1138   headList = new edgeListMember*[nvert];         673   headList = new edgeListMember*[nvert];
1139                                               << 674   
1140   G4int i;                                    << 675   int i;
1141   for (i=0; i<nvert; i++) {                      676   for (i=0; i<nvert; i++) {
1142     headList[i] = nullptr;                    << 677     headList[i] = 0;
1143   }                                              678   }
1144   freeList = edgeList;                           679   freeList = edgeList;
1145   for (i=0; i<2*nface-1; i++) {                  680   for (i=0; i<2*nface-1; i++) {
1146     edgeList[i].next = &edgeList[i+1];           681     edgeList[i].next = &edgeList[i+1];
1147   }                                              682   }
1148   edgeList[2*nface-1].next = nullptr;         << 683   edgeList[2*nface-1].next = 0;
1149                                                  684 
1150   //   L O O P   A L O N G   E D G E S           685   //   L O O P   A L O N G   E D G E S
1151                                                  686 
1152   G4int iface, iedge, nedge, i1, i2, k1, k2;  << 687   int iface, iedge, nedge, i1, i2, k1, k2;
1153   edgeListMember *prev, *cur;                    688   edgeListMember *prev, *cur;
1154                                               << 689   
1155   for(iface=1; iface<=nface; iface++) {          690   for(iface=1; iface<=nface; iface++) {
1156     nedge = (pF[iface].edge[3].v == 0) ? 3 :     691     nedge = (pF[iface].edge[3].v == 0) ? 3 : 4;
1157     for (iedge=0; iedge<nedge; iedge++) {        692     for (iedge=0; iedge<nedge; iedge++) {
1158       i1 = iedge;                                693       i1 = iedge;
1159       i2 = (iedge < nedge-1) ? iedge+1 : 0;      694       i2 = (iedge < nedge-1) ? iedge+1 : 0;
1160       i1 = std::abs(pF[iface].edge[i1].v);       695       i1 = std::abs(pF[iface].edge[i1].v);
1161       i2 = std::abs(pF[iface].edge[i2].v);       696       i2 = std::abs(pF[iface].edge[i2].v);
1162       k1 = (i1 < i2) ? i1 : i2;          // k    697       k1 = (i1 < i2) ? i1 : i2;          // k1 = ::min(i1,i2);
1163       k2 = (i1 > i2) ? i1 : i2;          // k    698       k2 = (i1 > i2) ? i1 : i2;          // k2 = ::max(i1,i2);
1164                                               << 699       
1165       // check head of the List corresponding    700       // check head of the List corresponding to k1
1166       cur = headList[k1];                        701       cur = headList[k1];
1167       if (cur == nullptr) {                   << 702       if (cur == 0) {
1168         headList[k1] = freeList;              << 703   headList[k1] = freeList;
1169         if (freeList == nullptr) {            << 704   freeList = freeList->next;
1170           std::cerr                           << 
1171           << "Polyhedron::SetReferences: bad  << 
1172           << std::endl;                       << 
1173           break;                              << 
1174         }                                     << 
1175         freeList = freeList->next;            << 
1176         cur = headList[k1];                      705         cur = headList[k1];
1177         cur->next = nullptr;                  << 706   cur->next = 0;
1178         cur->v2 = k2;                         << 707   cur->v2 = k2;
1179         cur->iface = iface;                   << 708   cur->iface = iface;
1180         cur->iedge = iedge;                   << 709   cur->iedge = iedge;
1181         continue;                                710         continue;
1182       }                                       << 711       } 
1183                                                  712 
1184       if (cur->v2 == k2) {                       713       if (cur->v2 == k2) {
1185         headList[k1] = cur->next;                714         headList[k1] = cur->next;
1186         cur->next = freeList;                 << 715   cur->next = freeList;
1187         freeList = cur;                       << 716         freeList = cur;      
1188         pF[iface].edge[iedge].f = cur->iface;    717         pF[iface].edge[iedge].f = cur->iface;
1189         pF[cur->iface].edge[cur->iedge].f = i << 718   pF[cur->iface].edge[cur->iedge].f = iface;
1190         i1 = (pF[iface].edge[iedge].v < 0) ?     719         i1 = (pF[iface].edge[iedge].v < 0) ? -1 : 1;
1191         i2 = (pF[cur->iface].edge[cur->iedge] << 720   i2 = (pF[cur->iface].edge[cur->iedge].v < 0) ? -1 : 1;
1192         if (i1 != i2) {                          721         if (i1 != i2) {
1193           std::cerr                           << 722     std::cerr
1194             << "Polyhedron::SetReferences: di << 723       << "Polyhedron::SetReferences: different edge visibility "
1195             << iface << "/" << iedge << "/"   << 724       << iface << "/" << iedge << "/"
1196             << pF[iface].edge[iedge].v << " a << 725       << pF[iface].edge[iedge].v << " and "
1197             << cur->iface << "/" << cur->iedg << 726       << cur->iface << "/" << cur->iedge << "/"
1198             << pF[cur->iface].edge[cur->iedge << 727       << pF[cur->iface].edge[cur->iedge].v
1199             << std::endl;                     << 728       << std::endl;
1200         }                                     << 729   }
1201         continue;                             << 730   continue;
1202       }                                          731       }
1203                                                  732 
1204       // check List itself                       733       // check List itself
1205       for (;;) {                                 734       for (;;) {
1206         prev = cur;                           << 735   prev = cur;
1207         cur = prev->next;                     << 736   cur = prev->next;
1208         if (cur == nullptr) {                 << 737   if (cur == 0) {
1209           prev->next = freeList;              << 738     prev->next = freeList;
1210           if (freeList == nullptr) {          << 739     freeList = freeList->next;
1211             std::cerr                         << 740     cur = prev->next;
1212             << "Polyhedron::SetReferences: ba << 741     cur->next = 0;
1213             << std::endl;                     << 742     cur->v2 = k2;
1214             break;                            << 743     cur->iface = iface;
1215           }                                   << 744     cur->iedge = iedge;
1216           freeList = freeList->next;          << 745     break;
1217           cur = prev->next;                   << 746   }
1218           cur->next = nullptr;                << 
1219           cur->v2 = k2;                       << 
1220           cur->iface = iface;                 << 
1221           cur->iedge = iedge;                 << 
1222           break;                              << 
1223         }                                     << 
1224                                                  747 
1225         if (cur->v2 == k2) {                     748         if (cur->v2 == k2) {
1226           prev->next = cur->next;             << 749     prev->next = cur->next;
1227           cur->next = freeList;               << 750     cur->next = freeList;
1228           freeList = cur;                     << 751     freeList = cur;      
1229           pF[iface].edge[iedge].f = cur->ifac << 752     pF[iface].edge[iedge].f = cur->iface;
1230           pF[cur->iface].edge[cur->iedge].f = << 753     pF[cur->iface].edge[cur->iedge].f = iface;
1231           i1 = (pF[iface].edge[iedge].v < 0)  << 754     i1 = (pF[iface].edge[iedge].v < 0) ? -1 : 1;
1232           i2 = (pF[cur->iface].edge[cur->iedg << 755     i2 = (pF[cur->iface].edge[cur->iedge].v < 0) ? -1 : 1;
1233             if (i1 != i2) {                   << 756       if (i1 != i2) {
1234               std::cerr                       << 757         std::cerr
1235                 << "Polyhedron::SetReferences << 758     << "Polyhedron::SetReferences: different edge visibility "
1236                 << iface << "/" << iedge << " << 759     << iface << "/" << iedge << "/"
1237                 << pF[iface].edge[iedge].v << << 760     << pF[iface].edge[iedge].v << " and "
1238                 << cur->iface << "/" << cur-> << 761     << cur->iface << "/" << cur->iedge << "/"
1239                 << pF[cur->iface].edge[cur->i << 762     << pF[cur->iface].edge[cur->iedge].v
1240                 << std::endl;                 << 763     << std::endl;
1241             }                                 << 764       }
1242           break;                              << 765     break;
1243         }                                     << 766   }
1244       }                                          767       }
1245     }                                            768     }
1246   }                                              769   }
1247                                                  770 
1248   //  C H E C K   T H A T   A L L   L I S T S    771   //  C H E C K   T H A T   A L L   L I S T S   A R E   E M P T Y
1249                                                  772 
1250   for (i=0; i<nvert; i++) {                      773   for (i=0; i<nvert; i++) {
1251     if (headList[i] != nullptr) {             << 774     if (headList[i] != 0) {
1252       std::cerr                                  775       std::cerr
1253         << "Polyhedron::SetReferences: List " << 776   << "Polyhedron::SetReferences: List " << i << " is not empty"
1254         << std::endl;                         << 777   << std::endl;
1255     }                                            778     }
1256   }                                              779   }
1257                                                  780 
1258   //   F R E E   M E M O R Y                     781   //   F R E E   M E M O R Y
1259                                                  782 
1260   delete [] edgeList;                            783   delete [] edgeList;
1261   delete [] headList;                            784   delete [] headList;
1262 }                                                785 }
1263                                                  786 
1264 void HepPolyhedron::JoinCoplanarFacets(G4doub << 
1265 /******************************************** << 
1266  *                                            << 
1267  * Name: HepPolyhedron::JoinCoplanarFacets    << 
1268  * Author: E.Tcherniaev (E.Chernyaev)         << 
1269  *                                            << 
1270  * Function: Join couples of triangular facet << 
1271  *           where it is possible             << 
1272  *                                            << 
1273  ******************************************** << 
1274 {                                             << 
1275   G4int njoin = 0;                            << 
1276   for (G4int icur = 1; icur <= nface; ++icur) << 
1277   {                                           << 
1278     // skip if already joined or quadrangle   << 
1279     if (pF[icur].edge[0].v == 0) continue;    << 
1280     if (pF[icur].edge[3].v != 0) continue;    << 
1281     // skip if all references point to alread << 
1282     if (pF[icur].edge[0].f < icur &&          << 
1283         pF[icur].edge[1].f < icur &&          << 
1284         pF[icur].edge[2].f < icur) continue;  << 
1285     // compute plane equation                 << 
1286     G4Normal3D norm = GetUnitNormal(icur);    << 
1287     G4double dd = norm.dot(pV[pF[icur].edge[0 << 
1288     G4int vcur0 = std::abs(pF[icur].edge[0].v << 
1289     G4int vcur1 = std::abs(pF[icur].edge[1].v << 
1290     G4int vcur2 = std::abs(pF[icur].edge[2].v << 
1291     // select neighbouring facet              << 
1292     G4int kcheck = 0, icheck = 0, vcheck = 0; << 
1293     G4double dist = DBL_MAX;                  << 
1294     for (G4int k = 0; k < 3; ++k)             << 
1295     {                                         << 
1296       G4int itmp = pF[icur].edge[k].f;        << 
1297       // skip if already checked, joined or q << 
1298       if (itmp < icur) continue;              << 
1299       if (pF[itmp].edge[0].v == 0 ||          << 
1300           pF[itmp].edge[3].v != 0) continue;  << 
1301       // get candidate vertex                 << 
1302       G4int vtmp = 0;                         << 
1303       for (G4int j = 0; j < 3; ++j)           << 
1304       {                                       << 
1305         vtmp = std::abs(pF[itmp].edge[j].v);  << 
1306   if (vtmp != vcur0 && vtmp != vcur1 && vtmp  << 
1307       }                                       << 
1308       // check distance to the plane          << 
1309       G4double dtmp = std::abs(norm.dot(pV[vt << 
1310       if (dtmp > tolerance || dtmp >= dist) c << 
1311       dist = dtmp;                            << 
1312       kcheck = k;                             << 
1313       icheck = itmp;                          << 
1314       vcheck = vtmp;                          << 
1315     }                                         << 
1316     if (icheck == 0) continue; // no facet se << 
1317     // join facets                            << 
1318     njoin++;                                  << 
1319     pF[icheck].edge[0].v = 0; // mark facet a << 
1320     if (kcheck == 0)                          << 
1321     {                                         << 
1322       pF[icur].edge[3].v = pF[icur].edge[2].v << 
1323       pF[icur].edge[2].v = pF[icur].edge[1].v << 
1324       pF[icur].edge[1].v = vcheck;            << 
1325     }                                         << 
1326     else if (kcheck == 1)                     << 
1327     {                                         << 
1328       pF[icur].edge[3].v = pF[icur].edge[2].v << 
1329       pF[icur].edge[2].v = vcheck;            << 
1330     }                                         << 
1331     else                                      << 
1332     {                                         << 
1333       pF[icur].edge[3].v = vcheck;            << 
1334     }                                         << 
1335   }                                           << 
1336   if (njoin == 0) return; // no joined facets << 
1337                                               << 
1338   // restructure facets                       << 
1339   G4int nnew = 0;                             << 
1340   for (G4int icur = 1; icur <= nface; ++icur) << 
1341   {                                           << 
1342     if (pF[icur].edge[0].v == 0) continue;    << 
1343     nnew++;                                   << 
1344     pF[nnew].edge[0].v = pF[icur].edge[0].v;  << 
1345     pF[nnew].edge[1].v = pF[icur].edge[1].v;  << 
1346     pF[nnew].edge[2].v = pF[icur].edge[2].v;  << 
1347     pF[nnew].edge[3].v = pF[icur].edge[3].v;  << 
1348   }                                           << 
1349   nface = nnew;                               << 
1350   SetReferences();                            << 
1351 }                                             << 
1352                                               << 
1353 void HepPolyhedron::InvertFacets()               787 void HepPolyhedron::InvertFacets()
1354 /********************************************    788 /***********************************************************************
1355  *                                               789  *                                                                     *
1356  * Name: HepPolyhedron::InvertFacets             790  * Name: HepPolyhedron::InvertFacets                Date:    01.12.99  *
1357  * Author: E.Chernyaev                           791  * Author: E.Chernyaev                              Revised:           *
1358  *                                               792  *                                                                     *
1359  * Function: Invert the order of the nodes in    793  * Function: Invert the order of the nodes in the facets               *
1360  *                                               794  *                                                                     *
1361  ********************************************    795  ***********************************************************************/
1362 {                                                796 {
1363   if (nface <= 0) return;                        797   if (nface <= 0) return;
1364   G4int i, k, nnode, v[4],f[4];               << 798   int i, k, nnode, v[4],f[4];
1365   for (i=1; i<=nface; i++) {                     799   for (i=1; i<=nface; i++) {
1366     nnode =  (pF[i].edge[3].v == 0) ? 3 : 4;     800     nnode =  (pF[i].edge[3].v == 0) ? 3 : 4;
1367     for (k=0; k<nnode; k++) {                    801     for (k=0; k<nnode; k++) {
1368       v[k] = (k+1 == nnode) ? pF[i].edge[0].v    802       v[k] = (k+1 == nnode) ? pF[i].edge[0].v : pF[i].edge[k+1].v;
1369       if (v[k] * pF[i].edge[k].v < 0) v[k] =     803       if (v[k] * pF[i].edge[k].v < 0) v[k] = -v[k];
1370       f[k] = pF[i].edge[k].f;                    804       f[k] = pF[i].edge[k].f;
1371     }                                            805     }
1372     for (k=0; k<nnode; k++) {                    806     for (k=0; k<nnode; k++) {
1373       pF[i].edge[nnode-1-k].v = v[k];            807       pF[i].edge[nnode-1-k].v = v[k];
1374       pF[i].edge[nnode-1-k].f = f[k];            808       pF[i].edge[nnode-1-k].f = f[k];
1375     }                                            809     }
1376   }                                              810   }
1377 }                                                811 }
1378                                                  812 
1379 HepPolyhedron & HepPolyhedron::Transform(cons << 813 HepPolyhedron & HepPolyhedron::Transform(const HepTransform3D &t)
1380 /********************************************    814 /***********************************************************************
1381  *                                               815  *                                                                     *
1382  * Name: HepPolyhedron::Transform                816  * Name: HepPolyhedron::Transform                    Date:    01.12.99  *
1383  * Author: E.Chernyaev                           817  * Author: E.Chernyaev                              Revised:           *
1384  *                                               818  *                                                                     *
1385  * Function: Make transformation of the polyh    819  * Function: Make transformation of the polyhedron                     *
1386  *                                               820  *                                                                     *
1387  ********************************************    821  ***********************************************************************/
1388 {                                                822 {
1389   if (nvert > 0) {                               823   if (nvert > 0) {
1390     for (G4int i=1; i<=nvert; i++) { pV[i] =  << 824     for (int i=1; i<=nvert; i++) { pV[i] = t * pV[i]; }
1391                                                  825 
1392     //  C H E C K   D E T E R M I N A N T   A    826     //  C H E C K   D E T E R M I N A N T   A N D
1393     //  I N V E R T   F A C E T S   I F   I T    827     //  I N V E R T   F A C E T S   I F   I T   I S   N E G A T I V E
1394                                                  828 
1395     G4Vector3D d = t * G4Vector3D(0,0,0);     << 829     HepVector3D d = t * HepVector3D(0,0,0);
1396     G4Vector3D x = t * G4Vector3D(1,0,0) - d; << 830     HepVector3D x = t * HepVector3D(1,0,0) - d;
1397     G4Vector3D y = t * G4Vector3D(0,1,0) - d; << 831     HepVector3D y = t * HepVector3D(0,1,0) - d;
1398     G4Vector3D z = t * G4Vector3D(0,0,1) - d; << 832     HepVector3D z = t * HepVector3D(0,0,1) - d;
1399     if ((x.cross(y))*z < 0) InvertFacets();      833     if ((x.cross(y))*z < 0) InvertFacets();
1400   }                                              834   }
1401   return *this;                                  835   return *this;
1402 }                                                836 }
1403                                                  837 
1404 G4bool HepPolyhedron::GetNextVertexIndex(G4in << 838 bool HepPolyhedron::GetNextVertexIndex(int &index, int &edgeFlag) const
1405 /********************************************    839 /***********************************************************************
1406  *                                               840  *                                                                     *
1407  * Name: HepPolyhedron::GetNextVertexIndex       841  * Name: HepPolyhedron::GetNextVertexIndex          Date:    03.09.96  *
1408  * Author: Yasuhide Sawada                       842  * Author: Yasuhide Sawada                          Revised:           *
1409  *                                               843  *                                                                     *
1410  * Function:                                     844  * Function:                                                           *
1411  *                                               845  *                                                                     *
1412  ********************************************    846  ***********************************************************************/
1413 {                                                847 {
1414   static G4ThreadLocal G4int iFace = 1;       << 848   static int iFace = 1;
1415   static G4ThreadLocal G4int iQVertex = 0;    << 849   static int iQVertex = 0;
1416   G4int vIndex = pF[iFace].edge[iQVertex].v;  << 850   int vIndex = pF[iFace].edge[iQVertex].v;
1417                                                  851 
1418   edgeFlag = (vIndex > 0) ? 1 : 0;               852   edgeFlag = (vIndex > 0) ? 1 : 0;
1419   index = std::abs(vIndex);                      853   index = std::abs(vIndex);
1420                                                  854 
1421   if (iQVertex >= 3 || pF[iFace].edge[iQVerte    855   if (iQVertex >= 3 || pF[iFace].edge[iQVertex+1].v == 0) {
1422     iQVertex = 0;                                856     iQVertex = 0;
1423     if (++iFace > nface) iFace = 1;              857     if (++iFace > nface) iFace = 1;
1424     return false;  // Last Edge                  858     return false;  // Last Edge
                                                   >> 859   }else{
                                                   >> 860     ++iQVertex;
                                                   >> 861     return true;  // not Last Edge
1425   }                                              862   }
1426                                               << 
1427   ++iQVertex;                                 << 
1428   return true;  // not Last Edge              << 
1429 }                                                863 }
1430                                                  864 
1431 G4Point3D HepPolyhedron::GetVertex(G4int inde << 865 HepPoint3D HepPolyhedron::GetVertex(int index) const
1432 /********************************************    866 /***********************************************************************
1433  *                                               867  *                                                                     *
1434  * Name: HepPolyhedron::GetVertex                868  * Name: HepPolyhedron::GetVertex                   Date:    03.09.96  *
1435  * Author: Yasuhide Sawada                       869  * Author: Yasuhide Sawada                          Revised: 17.11.99  *
1436  *                                               870  *                                                                     *
1437  * Function: Get vertex of the index.            871  * Function: Get vertex of the index.                                  *
1438  *                                               872  *                                                                     *
1439  ********************************************    873  ***********************************************************************/
1440 {                                                874 {
1441   if (index <= 0 || index > nvert) {             875   if (index <= 0 || index > nvert) {
1442     std::cerr                                    876     std::cerr
1443       << "HepPolyhedron::GetVertex: irrelevan    877       << "HepPolyhedron::GetVertex: irrelevant index " << index
1444       << std::endl;                              878       << std::endl;
1445     return G4Point3D();                       << 879     return HepPoint3D();
1446   }                                              880   }
1447   return pV[index];                              881   return pV[index];
1448 }                                                882 }
1449                                                  883 
1450 G4bool                                        << 884 bool
1451 HepPolyhedron::GetNextVertex(G4Point3D &verte << 885 HepPolyhedron::GetNextVertex(HepPoint3D &vertex, int &edgeFlag) const
1452 /********************************************    886 /***********************************************************************
1453  *                                               887  *                                                                     *
1454  * Name: HepPolyhedron::GetNextVertex            888  * Name: HepPolyhedron::GetNextVertex               Date:    22.07.96  *
1455  * Author: John Allison                          889  * Author: John Allison                             Revised:           *
1456  *                                               890  *                                                                     *
1457  * Function: Get vertices of the quadrilatera    891  * Function: Get vertices of the quadrilaterals in order for each      *
1458  *           face in face order.  Returns fal    892  *           face in face order.  Returns false when finished each     *
1459  *           face.                               893  *           face.                                                     *
1460  *                                               894  *                                                                     *
1461  ********************************************    895  ***********************************************************************/
1462 {                                                896 {
1463   G4int index;                                << 897   int index;
1464   G4bool rep = GetNextVertexIndex(index, edge << 898   bool rep = GetNextVertexIndex(index, edgeFlag);
1465   vertex = pV[index];                            899   vertex = pV[index];
1466   return rep;                                    900   return rep;
1467 }                                                901 }
1468                                                  902 
1469 G4bool HepPolyhedron::GetNextVertex(G4Point3D << 903 bool HepPolyhedron::GetNextVertex(HepPoint3D &vertex, int &edgeFlag,
1470                                   G4Normal3D  << 904                HepNormal3D &normal) const
1471 /********************************************    905 /***********************************************************************
1472  *                                               906  *                                                                     *
1473  * Name: HepPolyhedron::GetNextVertex            907  * Name: HepPolyhedron::GetNextVertex               Date:    26.11.99  *
1474  * Author: E.Chernyaev                           908  * Author: E.Chernyaev                              Revised:           *
1475  *                                               909  *                                                                     *
1476  * Function: Get vertices with normals of the    910  * Function: Get vertices with normals of the quadrilaterals in order  *
1477  *           for each face in face order.        911  *           for each face in face order.                              *
1478  *           Returns false when finished each    912  *           Returns false when finished each face.                    *
1479  *                                               913  *                                                                     *
1480  ********************************************    914  ***********************************************************************/
1481 {                                                915 {
1482   static G4ThreadLocal G4int iFace = 1;       << 916   static int iFace = 1;
1483   static G4ThreadLocal G4int iNode = 0;       << 917   static int iNode = 0;
1484                                                  918 
1485   if (nface == 0) return false;  // empty pol    919   if (nface == 0) return false;  // empty polyhedron
1486                                                  920 
1487   G4int k = pF[iFace].edge[iNode].v;          << 921   int k = pF[iFace].edge[iNode].v;
1488   if (k > 0) { edgeFlag = 1; } else { edgeFla    922   if (k > 0) { edgeFlag = 1; } else { edgeFlag = -1; k = -k; }
1489   vertex = pV[k];                                923   vertex = pV[k];
1490   normal = FindNodeNormal(iFace,k);              924   normal = FindNodeNormal(iFace,k);
1491   if (iNode >= 3 || pF[iFace].edge[iNode+1].v    925   if (iNode >= 3 || pF[iFace].edge[iNode+1].v == 0) {
1492     iNode = 0;                                   926     iNode = 0;
1493     if (++iFace > nface) iFace = 1;              927     if (++iFace > nface) iFace = 1;
1494     return false;                // last node    928     return false;                // last node
                                                   >> 929   }else{
                                                   >> 930     ++iNode;
                                                   >> 931     return true;                 // not last node
1495   }                                              932   }
1496   ++iNode;                                    << 
1497   return true;                 // not last no << 
1498 }                                                933 }
1499                                                  934 
1500 G4bool HepPolyhedron::GetNextEdgeIndices(G4in << 935 bool HepPolyhedron::GetNextEdgeIndeces(int &i1, int &i2, int &edgeFlag,
1501                                        G4int  << 936               int &iface1, int &iface2) const
1502 /********************************************    937 /***********************************************************************
1503  *                                               938  *                                                                     *
1504  * Name: HepPolyhedron::GetNextEdgeIndices    << 939  * Name: HepPolyhedron::GetNextEdgeIndeces          Date:    30.09.96  *
1505  * Author: E.Chernyaev                           940  * Author: E.Chernyaev                              Revised: 17.11.99  *
1506  *                                               941  *                                                                     *
1507  * Function: Get indices of the next edge tog << 942  * Function: Get indeces of the next edge together with indeces of     *
1508  *           of the faces which share the edg    943  *           of the faces which share the edge.                        *
1509  *           Returns false when the last edge    944  *           Returns false when the last edge.                         *
1510  *                                               945  *                                                                     *
1511  ********************************************    946  ***********************************************************************/
1512 {                                                947 {
1513   static G4ThreadLocal G4int iFace    = 1;    << 948   static int iFace    = 1;
1514   static G4ThreadLocal G4int iQVertex = 0;    << 949   static int iQVertex = 0;
1515   static G4ThreadLocal G4int iOrder   = 1;    << 950   static int iOrder   = 1;
1516   G4int  k1, k2, kflag, kface1, kface2;       << 951   int  k1, k2, kflag, kface1, kface2;
1517                                                  952 
1518   if (iFace == 1 && iQVertex == 0) {             953   if (iFace == 1 && iQVertex == 0) {
1519     k2 = pF[nface].edge[0].v;                    954     k2 = pF[nface].edge[0].v;
1520     k1 = pF[nface].edge[3].v;                    955     k1 = pF[nface].edge[3].v;
1521     if (k1 == 0) k1 = pF[nface].edge[2].v;       956     if (k1 == 0) k1 = pF[nface].edge[2].v;
1522     if (std::abs(k1) > std::abs(k2)) iOrder =    957     if (std::abs(k1) > std::abs(k2)) iOrder = -1;
1523   }                                              958   }
1524                                                  959 
1525   do {                                           960   do {
1526     k1     = pF[iFace].edge[iQVertex].v;         961     k1     = pF[iFace].edge[iQVertex].v;
1527     kflag  = k1;                                 962     kflag  = k1;
1528     k1     = std::abs(k1);                       963     k1     = std::abs(k1);
1529     kface1 = iFace;                           << 964     kface1 = iFace; 
1530     kface2 = pF[iFace].edge[iQVertex].f;         965     kface2 = pF[iFace].edge[iQVertex].f;
1531     if (iQVertex >= 3 || pF[iFace].edge[iQVer    966     if (iQVertex >= 3 || pF[iFace].edge[iQVertex+1].v == 0) {
1532       iQVertex = 0;                              967       iQVertex = 0;
1533       k2 = std::abs(pF[iFace].edge[iQVertex].    968       k2 = std::abs(pF[iFace].edge[iQVertex].v);
1534       iFace++;                                   969       iFace++;
1535     }else{                                       970     }else{
1536       iQVertex++;                                971       iQVertex++;
1537       k2 = std::abs(pF[iFace].edge[iQVertex].    972       k2 = std::abs(pF[iFace].edge[iQVertex].v);
1538     }                                            973     }
1539   } while (iOrder*k1 > iOrder*k2);               974   } while (iOrder*k1 > iOrder*k2);
1540                                                  975 
1541   i1 = k1; i2 = k2; edgeFlag = (kflag > 0) ?     976   i1 = k1; i2 = k2; edgeFlag = (kflag > 0) ? 1 : 0;
1542   iface1 = kface1; iface2 = kface2;           << 977   iface1 = kface1; iface2 = kface2; 
1543                                                  978 
1544   if (iFace > nface) {                           979   if (iFace > nface) {
1545     iFace  = 1; iOrder = 1;                      980     iFace  = 1; iOrder = 1;
1546     return false;                                981     return false;
                                                   >> 982   }else{
                                                   >> 983     return true;
1547   }                                              984   }
1548                                               << 
1549   return true;                                << 
1550 }                                                985 }
1551                                                  986 
1552 G4bool                                        << 987 bool
1553 HepPolyhedron::GetNextEdgeIndices(G4int &i1,  << 988 HepPolyhedron::GetNextEdgeIndeces(int &i1, int &i2, int &edgeFlag) const
1554 /********************************************    989 /***********************************************************************
1555  *                                               990  *                                                                     *
1556  * Name: HepPolyhedron::GetNextEdgeIndices    << 991  * Name: HepPolyhedron::GetNextEdgeIndeces          Date:    17.11.99  *
1557  * Author: E.Chernyaev                           992  * Author: E.Chernyaev                              Revised:           *
1558  *                                               993  *                                                                     *
1559  * Function: Get indices of the next edge.    << 994  * Function: Get indeces of the next edge.                             *
1560  *           Returns false when the last edge    995  *           Returns false when the last edge.                         *
1561  *                                               996  *                                                                     *
1562  ********************************************    997  ***********************************************************************/
1563 {                                                998 {
1564   G4int kface1, kface2;                       << 999   int kface1, kface2;
1565   return GetNextEdgeIndices(i1, i2, edgeFlag, << 1000   return GetNextEdgeIndeces(i1, i2, edgeFlag, kface1, kface2);
1566 }                                                1001 }
1567                                                  1002 
1568 G4bool                                        << 1003 bool
1569 HepPolyhedron::GetNextEdge(G4Point3D &p1,     << 1004 HepPolyhedron::GetNextEdge(HepPoint3D &p1,
1570                            G4Point3D &p2,     << 1005          HepPoint3D &p2,
1571                            G4int &edgeFlag) c << 1006          int &edgeFlag) const
1572 /********************************************    1007 /***********************************************************************
1573  *                                               1008  *                                                                     *
1574  * Name: HepPolyhedron::GetNextEdge              1009  * Name: HepPolyhedron::GetNextEdge                 Date:    30.09.96  *
1575  * Author: E.Chernyaev                           1010  * Author: E.Chernyaev                              Revised:           *
1576  *                                               1011  *                                                                     *
1577  * Function: Get next edge.                      1012  * Function: Get next edge.                                            *
1578  *           Returns false when the last edge    1013  *           Returns false when the last edge.                         *
1579  *                                               1014  *                                                                     *
1580  ********************************************    1015  ***********************************************************************/
1581 {                                                1016 {
1582   G4int i1,i2;                                << 1017   int i1,i2;
1583   G4bool rep = GetNextEdgeIndices(i1,i2,edgeF << 1018   bool rep = GetNextEdgeIndeces(i1,i2,edgeFlag);
1584   p1 = pV[i1];                                   1019   p1 = pV[i1];
1585   p2 = pV[i2];                                   1020   p2 = pV[i2];
1586   return rep;                                    1021   return rep;
1587 }                                                1022 }
1588                                                  1023 
1589 G4bool                                        << 1024 bool
1590 HepPolyhedron::GetNextEdge(G4Point3D &p1, G4P << 1025 HepPolyhedron::GetNextEdge(HepPoint3D &p1, HepPoint3D &p2,
1591                           G4int &edgeFlag, G4 << 1026         int &edgeFlag, int &iface1, int &iface2) const
1592 /********************************************    1027 /***********************************************************************
1593  *                                               1028  *                                                                     *
1594  * Name: HepPolyhedron::GetNextEdge              1029  * Name: HepPolyhedron::GetNextEdge                 Date:    17.11.99  *
1595  * Author: E.Chernyaev                           1030  * Author: E.Chernyaev                              Revised:           *
1596  *                                               1031  *                                                                     *
1597  * Function: Get next edge with indices of th << 1032  * Function: Get next edge with indeces of the faces which share       *
1598  *           the edge.                           1033  *           the edge.                                                 *
1599  *           Returns false when the last edge    1034  *           Returns false when the last edge.                         *
1600  *                                               1035  *                                                                     *
1601  ********************************************    1036  ***********************************************************************/
1602 {                                                1037 {
1603   G4int i1,i2;                                << 1038   int i1,i2;
1604   G4bool rep = GetNextEdgeIndices(i1,i2,edgeF << 1039   bool rep = GetNextEdgeIndeces(i1,i2,edgeFlag,iface1,iface2);
1605   p1 = pV[i1];                                   1040   p1 = pV[i1];
1606   p2 = pV[i2];                                   1041   p2 = pV[i2];
1607   return rep;                                    1042   return rep;
1608 }                                                1043 }
1609                                                  1044 
1610 void HepPolyhedron::GetFacet(G4int iFace, G4i << 1045 void HepPolyhedron::GetFacet(int iFace, int &n, int *iNodes,
1611                             G4int *edgeFlags, << 1046           int *edgeFlags, int *iFaces) const
1612 /********************************************    1047 /***********************************************************************
1613  *                                               1048  *                                                                     *
1614  * Name: HepPolyhedron::GetFacet                 1049  * Name: HepPolyhedron::GetFacet                    Date:    15.12.99  *
1615  * Author: E.Chernyaev                           1050  * Author: E.Chernyaev                              Revised:           *
1616  *                                               1051  *                                                                     *
1617  * Function: Get face by index                   1052  * Function: Get face by index                                         *
1618  *                                               1053  *                                                                     *
1619  ********************************************    1054  ***********************************************************************/
1620 {                                                1055 {
1621   if (iFace < 1 || iFace > nface) {              1056   if (iFace < 1 || iFace > nface) {
1622     std::cerr                                 << 1057     std::cerr 
1623       << "HepPolyhedron::GetFacet: irrelevant    1058       << "HepPolyhedron::GetFacet: irrelevant index " << iFace
1624       << std::endl;                              1059       << std::endl;
1625     n = 0;                                       1060     n = 0;
1626   }else{                                         1061   }else{
1627     G4int i, k;                               << 1062     int i, k;
1628     for (i=0; i<4; i++) {                     << 1063     for (i=0; i<4; i++) { 
1629       k = pF[iFace].edge[i].v;                   1064       k = pF[iFace].edge[i].v;
1630       if (k == 0) break;                         1065       if (k == 0) break;
1631       if (iFaces != nullptr) iFaces[i] = pF[i << 1066       if (iFaces != 0) iFaces[i] = pF[iFace].edge[i].f;
1632       if (k > 0) {                            << 1067       if (k > 0) { 
1633         iNodes[i] = k;                        << 1068   iNodes[i] = k;
1634         if (edgeFlags != nullptr) edgeFlags[i << 1069   if (edgeFlags != 0) edgeFlags[i] = 1;
1635       }else{                                     1070       }else{
1636         iNodes[i] = -k;                       << 1071   iNodes[i] = -k;
1637         if (edgeFlags != nullptr) edgeFlags[i << 1072   if (edgeFlags != 0) edgeFlags[i] = -1;
1638       }                                          1073       }
1639     }                                            1074     }
1640     n = i;                                       1075     n = i;
1641   }                                              1076   }
1642 }                                                1077 }
1643                                                  1078 
1644 void HepPolyhedron::GetFacet(G4int index, G4i << 1079 void HepPolyhedron::GetFacet(int index, int &n, HepPoint3D *nodes,
1645                              G4int *edgeFlags << 1080           int *edgeFlags, HepNormal3D *normals) const
1646 /********************************************    1081 /***********************************************************************
1647  *                                               1082  *                                                                     *
1648  * Name: HepPolyhedron::GetFacet                 1083  * Name: HepPolyhedron::GetFacet                    Date:    17.11.99  *
1649  * Author: E.Chernyaev                           1084  * Author: E.Chernyaev                              Revised:           *
1650  *                                               1085  *                                                                     *
1651  * Function: Get face by index                   1086  * Function: Get face by index                                         *
1652  *                                               1087  *                                                                     *
1653  ********************************************    1088  ***********************************************************************/
1654 {                                                1089 {
1655   G4int iNodes[4];                            << 1090   int iNodes[4];
1656   GetFacet(index, n, iNodes, edgeFlags);         1091   GetFacet(index, n, iNodes, edgeFlags);
1657   if (n != 0) {                                  1092   if (n != 0) {
1658     for (G4int i=0; i<n; i++) {               << 1093     for (int i=0; i<n; i++) {
1659       nodes[i] = pV[iNodes[i]];                  1094       nodes[i] = pV[iNodes[i]];
1660       if (normals != nullptr) normals[i] = Fi << 1095       if (normals != 0) normals[i] = FindNodeNormal(index,iNodes[i]);
1661     }                                            1096     }
1662   }                                              1097   }
1663 }                                                1098 }
1664                                                  1099 
1665 G4bool                                        << 1100 bool
1666 HepPolyhedron::GetNextFacet(G4int &n, G4Point << 1101 HepPolyhedron::GetNextFacet(int &n, HepPoint3D *nodes,
1667                            G4int *edgeFlags,  << 1102          int *edgeFlags, HepNormal3D *normals) const
1668 /********************************************    1103 /***********************************************************************
1669  *                                               1104  *                                                                     *
1670  * Name: HepPolyhedron::GetNextFacet             1105  * Name: HepPolyhedron::GetNextFacet                Date:    19.11.99  *
1671  * Author: E.Chernyaev                           1106  * Author: E.Chernyaev                              Revised:           *
1672  *                                               1107  *                                                                     *
1673  * Function: Get next face with normals of un    1108  * Function: Get next face with normals of unit length at the nodes.   *
1674  *           Returns false when finished all     1109  *           Returns false when finished all faces.                    *
1675  *                                               1110  *                                                                     *
1676  ********************************************    1111  ***********************************************************************/
1677 {                                                1112 {
1678   static G4ThreadLocal G4int iFace = 1;       << 1113   static int iFace = 1;
1679                                                  1114 
1680   if (edgeFlags == nullptr) {                 << 1115   if (edgeFlags == 0) {
1681     GetFacet(iFace, n, nodes);                   1116     GetFacet(iFace, n, nodes);
1682   }else if (normals == nullptr) {             << 1117   }else if (normals == 0) {
1683     GetFacet(iFace, n, nodes, edgeFlags);        1118     GetFacet(iFace, n, nodes, edgeFlags);
1684   }else{                                         1119   }else{
1685     GetFacet(iFace, n, nodes, edgeFlags, norm    1120     GetFacet(iFace, n, nodes, edgeFlags, normals);
1686   }                                              1121   }
1687                                                  1122 
1688   if (++iFace > nface) {                         1123   if (++iFace > nface) {
1689     iFace  = 1;                                  1124     iFace  = 1;
1690     return false;                                1125     return false;
                                                   >> 1126   }else{
                                                   >> 1127     return true;
1691   }                                              1128   }
1692                                               << 
1693   return true;                                << 
1694 }                                                1129 }
1695                                                  1130 
1696 G4Normal3D HepPolyhedron::GetNormal(G4int iFa << 1131 HepNormal3D HepPolyhedron::GetNormal(int iFace) const
1697 /********************************************    1132 /***********************************************************************
1698  *                                               1133  *                                                                     *
1699  * Name: HepPolyhedron::GetNormal                1134  * Name: HepPolyhedron::GetNormal                    Date:    19.11.99 *
1700  * Author: E.Chernyaev                           1135  * Author: E.Chernyaev                               Revised:          *
1701  *                                               1136  *                                                                     *
1702  * Function: Get normal of the face given by     1137  * Function: Get normal of the face given by index                     *
1703  *                                               1138  *                                                                     *
1704  ********************************************    1139  ***********************************************************************/
1705 {                                                1140 {
1706   if (iFace < 1 || iFace > nface) {              1141   if (iFace < 1 || iFace > nface) {
1707     std::cerr                                 << 1142     std::cerr 
1708       << "HepPolyhedron::GetNormal: irrelevan << 1143       << "HepPolyhedron::GetNormal: irrelevant index " << iFace 
1709       << std::endl;                              1144       << std::endl;
1710     return G4Normal3D();                      << 1145     return HepNormal3D();
1711   }                                              1146   }
1712                                                  1147 
1713   G4int i0  = std::abs(pF[iFace].edge[0].v);  << 1148   int i0  = std::abs(pF[iFace].edge[0].v);
1714   G4int i1  = std::abs(pF[iFace].edge[1].v);  << 1149   int i1  = std::abs(pF[iFace].edge[1].v);
1715   G4int i2  = std::abs(pF[iFace].edge[2].v);  << 1150   int i2  = std::abs(pF[iFace].edge[2].v);
1716   G4int i3  = std::abs(pF[iFace].edge[3].v);  << 1151   int i3  = std::abs(pF[iFace].edge[3].v);
1717   if (i3 == 0) i3 = i0;                          1152   if (i3 == 0) i3 = i0;
1718   return (pV[i2] - pV[i0]).cross(pV[i3] - pV[    1153   return (pV[i2] - pV[i0]).cross(pV[i3] - pV[i1]);
1719 }                                                1154 }
1720                                                  1155 
1721 G4Normal3D HepPolyhedron::GetUnitNormal(G4int << 1156 HepNormal3D HepPolyhedron::GetUnitNormal(int iFace) const
1722 /********************************************    1157 /***********************************************************************
1723  *                                               1158  *                                                                     *
1724  * Name: HepPolyhedron::GetNormal                1159  * Name: HepPolyhedron::GetNormal                    Date:    19.11.99 *
1725  * Author: E.Chernyaev                           1160  * Author: E.Chernyaev                               Revised:          *
1726  *                                               1161  *                                                                     *
1727  * Function: Get unit normal of the face give    1162  * Function: Get unit normal of the face given by index                *
1728  *                                               1163  *                                                                     *
1729  ********************************************    1164  ***********************************************************************/
1730 {                                                1165 {
1731   if (iFace < 1 || iFace > nface) {              1166   if (iFace < 1 || iFace > nface) {
1732     std::cerr                                 << 1167     std::cerr 
1733       << "HepPolyhedron::GetUnitNormal: irrel    1168       << "HepPolyhedron::GetUnitNormal: irrelevant index " << iFace
1734       << std::endl;                              1169       << std::endl;
1735     return G4Normal3D();                      << 1170     return HepNormal3D();
1736   }                                              1171   }
1737                                                  1172 
1738   G4int i0  = std::abs(pF[iFace].edge[0].v);  << 1173   int i0  = std::abs(pF[iFace].edge[0].v);
1739   G4int i1  = std::abs(pF[iFace].edge[1].v);  << 1174   int i1  = std::abs(pF[iFace].edge[1].v);
1740   G4int i2  = std::abs(pF[iFace].edge[2].v);  << 1175   int i2  = std::abs(pF[iFace].edge[2].v);
1741   G4int i3  = std::abs(pF[iFace].edge[3].v);  << 1176   int i3  = std::abs(pF[iFace].edge[3].v);
1742   if (i3 == 0) i3 = i0;                          1177   if (i3 == 0) i3 = i0;
1743   return ((pV[i2] - pV[i0]).cross(pV[i3] - pV    1178   return ((pV[i2] - pV[i0]).cross(pV[i3] - pV[i1])).unit();
1744 }                                                1179 }
1745                                                  1180 
1746 G4bool HepPolyhedron::GetNextNormal(G4Normal3 << 1181 bool HepPolyhedron::GetNextNormal(HepNormal3D &normal) const
1747 /********************************************    1182 /***********************************************************************
1748  *                                               1183  *                                                                     *
1749  * Name: HepPolyhedron::GetNextNormal            1184  * Name: HepPolyhedron::GetNextNormal               Date:    22.07.96  *
1750  * Author: John Allison                          1185  * Author: John Allison                             Revised: 19.11.99  *
1751  *                                               1186  *                                                                     *
1752  * Function: Get normals of each face in face    1187  * Function: Get normals of each face in face order.  Returns false    *
1753  *           when finished all faces.            1188  *           when finished all faces.                                  *
1754  *                                               1189  *                                                                     *
1755  ********************************************    1190  ***********************************************************************/
1756 {                                                1191 {
1757   static G4ThreadLocal G4int iFace = 1;       << 1192   static int iFace = 1;
1758   normal = GetNormal(iFace);                     1193   normal = GetNormal(iFace);
1759   if (++iFace > nface) {                         1194   if (++iFace > nface) {
1760     iFace = 1;                                   1195     iFace = 1;
1761     return false;                                1196     return false;
                                                   >> 1197   }else{
                                                   >> 1198     return true;
1762   }                                              1199   }
1763   return true;                                << 
1764 }                                                1200 }
1765                                                  1201 
1766 G4bool HepPolyhedron::GetNextUnitNormal(G4Nor << 1202 bool HepPolyhedron::GetNextUnitNormal(HepNormal3D &normal) const
1767 /********************************************    1203 /***********************************************************************
1768  *                                               1204  *                                                                     *
1769  * Name: HepPolyhedron::GetNextUnitNormal        1205  * Name: HepPolyhedron::GetNextUnitNormal           Date:    16.09.96  *
1770  * Author: E.Chernyaev                           1206  * Author: E.Chernyaev                              Revised:           *
1771  *                                               1207  *                                                                     *
1772  * Function: Get normals of unit length of ea    1208  * Function: Get normals of unit length of each face in face order.    *
1773  *           Returns false when finished all     1209  *           Returns false when finished all faces.                    *
1774  *                                               1210  *                                                                     *
1775  ********************************************    1211  ***********************************************************************/
1776 {                                                1212 {
1777   G4bool rep = GetNextNormal(normal);         << 1213   bool rep = GetNextNormal(normal);
1778   normal = normal.unit();                        1214   normal = normal.unit();
1779   return rep;                                    1215   return rep;
1780 }                                                1216 }
1781                                                  1217 
1782 G4double HepPolyhedron::GetSurfaceArea() cons << 1218 double HepPolyhedron::GetSurfaceArea() const
1783 /********************************************    1219 /***********************************************************************
1784  *                                               1220  *                                                                     *
1785  * Name: HepPolyhedron::GetSurfaceArea           1221  * Name: HepPolyhedron::GetSurfaceArea              Date:    25.05.01  *
1786  * Author: E.Chernyaev                           1222  * Author: E.Chernyaev                              Revised:           *
1787  *                                               1223  *                                                                     *
1788  * Function: Returns area of the surface of t    1224  * Function: Returns area of the surface of the polyhedron.            *
1789  *                                               1225  *                                                                     *
1790  ********************************************    1226  ***********************************************************************/
1791 {                                                1227 {
1792   G4double srf = 0.;                          << 1228   double s = 0.;
1793   for (G4int iFace=1; iFace<=nface; iFace++)  << 1229   for (int iFace=1; iFace<=nface; iFace++) {
1794     G4int i0 = std::abs(pF[iFace].edge[0].v); << 1230     int i0 = std::abs(pF[iFace].edge[0].v);
1795     G4int i1 = std::abs(pF[iFace].edge[1].v); << 1231     int i1 = std::abs(pF[iFace].edge[1].v);
1796     G4int i2 = std::abs(pF[iFace].edge[2].v); << 1232     int i2 = std::abs(pF[iFace].edge[2].v);
1797     G4int i3 = std::abs(pF[iFace].edge[3].v); << 1233     int i3 = std::abs(pF[iFace].edge[3].v);
1798     if (i3 == 0) i3 = i0;                        1234     if (i3 == 0) i3 = i0;
1799     srf += ((pV[i2] - pV[i0]).cross(pV[i3] -  << 1235     s += ((pV[i2] - pV[i0]).cross(pV[i3] - pV[i1])).mag();
1800   }                                              1236   }
1801   return srf/2.;                              << 1237   return s/2.;
1802 }                                                1238 }
1803                                                  1239 
1804 G4double HepPolyhedron::GetVolume() const     << 1240 double HepPolyhedron::GetVolume() const
1805 /********************************************    1241 /***********************************************************************
1806  *                                               1242  *                                                                     *
1807  * Name: HepPolyhedron::GetVolume                1243  * Name: HepPolyhedron::GetVolume                   Date:    25.05.01  *
1808  * Author: E.Chernyaev                           1244  * Author: E.Chernyaev                              Revised:           *
1809  *                                               1245  *                                                                     *
1810  * Function: Returns volume of the polyhedron    1246  * Function: Returns volume of the polyhedron.                         *
1811  *                                               1247  *                                                                     *
1812  ********************************************    1248  ***********************************************************************/
1813 {                                                1249 {
1814   G4double v = 0.;                            << 1250   double v = 0.;
1815   for (G4int iFace=1; iFace<=nface; iFace++)  << 1251   for (int iFace=1; iFace<=nface; iFace++) {
1816     G4int i0 = std::abs(pF[iFace].edge[0].v); << 1252     int i0 = std::abs(pF[iFace].edge[0].v);
1817     G4int i1 = std::abs(pF[iFace].edge[1].v); << 1253     int i1 = std::abs(pF[iFace].edge[1].v);
1818     G4int i2 = std::abs(pF[iFace].edge[2].v); << 1254     int i2 = std::abs(pF[iFace].edge[2].v);
1819     G4int i3 = std::abs(pF[iFace].edge[3].v); << 1255     int i3 = std::abs(pF[iFace].edge[3].v);
1820     G4Point3D pt;                             << 1256     HepPoint3D g;
1821     if (i3 == 0) {                               1257     if (i3 == 0) {
1822       i3 = i0;                                   1258       i3 = i0;
1823       pt = (pV[i0]+pV[i1]+pV[i2]) * (1./3.);  << 1259       g  = (pV[i0]+pV[i1]+pV[i2]) * (1./3.);
1824     }else{                                       1260     }else{
1825       pt = (pV[i0]+pV[i1]+pV[i2]+pV[i3]) * 0. << 1261       g  = (pV[i0]+pV[i1]+pV[i2]+pV[i3]) * 0.25;
1826     }                                            1262     }
1827     v += ((pV[i2] - pV[i0]).cross(pV[i3] - pV << 1263     v += ((pV[i2] - pV[i0]).cross(pV[i3] - pV[i1])).dot(g);
1828   }                                              1264   }
1829   return v/6.;                                   1265   return v/6.;
1830 }                                                1266 }
1831                                                  1267 
1832 G4int                                         << 1268 int
1833 HepPolyhedron::createTwistedTrap(G4double Dz, << 1269 HepPolyhedron::createTwistedTrap(double Dz,
1834                                  const G4doub << 1270          const double xy1[][2],
1835                                  const G4doub << 1271          const double xy2[][2])
1836 /********************************************    1272 /***********************************************************************
1837  *                                               1273  *                                                                     *
1838  * Name: createTwistedTrap                       1274  * Name: createTwistedTrap                           Date:    05.11.02 *
1839  * Author: E.Chernyaev (IHEP/Protvino)           1275  * Author: E.Chernyaev (IHEP/Protvino)               Revised:          *
1840  *                                               1276  *                                                                     *
1841  * Function: Creates polyhedron for twisted t    1277  * Function: Creates polyhedron for twisted trapezoid                  *
1842  *                                               1278  *                                                                     *
1843  * Input: Dz       - half-length along Z         1279  * Input: Dz       - half-length along Z             8----7            *
1844  *        xy1[2,4] - quadrilateral at Z=-Dz      1280  *        xy1[2,4] - quadrilateral at Z=-Dz       5----6  !            *
1845  *        xy2[2,4] - quadrilateral at Z=+Dz      1281  *        xy2[2,4] - quadrilateral at Z=+Dz       !  4-!--3            *
1846  *                                               1282  *                                                1----2               *
1847  *                                               1283  *                                                                     *
1848  ********************************************    1284  ***********************************************************************/
1849 {                                                1285 {
1850   AllocateMemory(12,18);                         1286   AllocateMemory(12,18);
1851                                                  1287 
1852   pV[ 1] = G4Point3D(xy1[0][0],xy1[0][1],-Dz) << 1288   pV[ 1] = HepPoint3D(xy1[0][0],xy1[0][1],-Dz);
1853   pV[ 2] = G4Point3D(xy1[1][0],xy1[1][1],-Dz) << 1289   pV[ 2] = HepPoint3D(xy1[1][0],xy1[1][1],-Dz);
1854   pV[ 3] = G4Point3D(xy1[2][0],xy1[2][1],-Dz) << 1290   pV[ 3] = HepPoint3D(xy1[2][0],xy1[2][1],-Dz);
1855   pV[ 4] = G4Point3D(xy1[3][0],xy1[3][1],-Dz) << 1291   pV[ 4] = HepPoint3D(xy1[3][0],xy1[3][1],-Dz);
1856                                               << 1292 
1857   pV[ 5] = G4Point3D(xy2[0][0],xy2[0][1], Dz) << 1293   pV[ 5] = HepPoint3D(xy2[0][0],xy2[0][1], Dz);
1858   pV[ 6] = G4Point3D(xy2[1][0],xy2[1][1], Dz) << 1294   pV[ 6] = HepPoint3D(xy2[1][0],xy2[1][1], Dz);
1859   pV[ 7] = G4Point3D(xy2[2][0],xy2[2][1], Dz) << 1295   pV[ 7] = HepPoint3D(xy2[2][0],xy2[2][1], Dz);
1860   pV[ 8] = G4Point3D(xy2[3][0],xy2[3][1], Dz) << 1296   pV[ 8] = HepPoint3D(xy2[3][0],xy2[3][1], Dz);
1861                                                  1297 
1862   pV[ 9] = (pV[1]+pV[2]+pV[5]+pV[6])/4.;         1298   pV[ 9] = (pV[1]+pV[2]+pV[5]+pV[6])/4.;
1863   pV[10] = (pV[2]+pV[3]+pV[6]+pV[7])/4.;         1299   pV[10] = (pV[2]+pV[3]+pV[6]+pV[7])/4.;
1864   pV[11] = (pV[3]+pV[4]+pV[7]+pV[8])/4.;         1300   pV[11] = (pV[3]+pV[4]+pV[7]+pV[8])/4.;
1865   pV[12] = (pV[4]+pV[1]+pV[8]+pV[5])/4.;         1301   pV[12] = (pV[4]+pV[1]+pV[8]+pV[5])/4.;
1866                                                  1302 
1867   enum {DUMMY, BOTTOM,                           1303   enum {DUMMY, BOTTOM,
1868         LEFT_BOTTOM,  LEFT_FRONT,   LEFT_TOP, << 1304   LEFT_BOTTOM,  LEFT_FRONT,   LEFT_TOP,  LEFT_BACK,
1869         BACK_BOTTOM,  BACK_LEFT,    BACK_TOP, << 1305   BACK_BOTTOM,  BACK_LEFT,    BACK_TOP,  BACK_RIGHT,
1870         RIGHT_BOTTOM, RIGHT_BACK,   RIGHT_TOP << 1306   RIGHT_BOTTOM, RIGHT_BACK,   RIGHT_TOP, RIGHT_FRONT,
1871         FRONT_BOTTOM, FRONT_RIGHT,  FRONT_TOP    1307         FRONT_BOTTOM, FRONT_RIGHT,  FRONT_TOP, FRONT_LEFT,
1872         TOP};                                    1308         TOP};
1873                                                  1309 
1874   pF[ 1]=G4Facet(1,LEFT_BOTTOM, 4,BACK_BOTTOM    1310   pF[ 1]=G4Facet(1,LEFT_BOTTOM, 4,BACK_BOTTOM, 3,RIGHT_BOTTOM, 2,FRONT_BOTTOM);
1875                                                  1311 
1876   pF[ 2]=G4Facet(4,BOTTOM,     -1,LEFT_FRONT,    1312   pF[ 2]=G4Facet(4,BOTTOM,     -1,LEFT_FRONT,  -12,LEFT_BACK,    0,0);
1877   pF[ 3]=G4Facet(1,FRONT_LEFT, -5,LEFT_TOP,      1313   pF[ 3]=G4Facet(1,FRONT_LEFT, -5,LEFT_TOP,    -12,LEFT_BOTTOM,  0,0);
1878   pF[ 4]=G4Facet(5,TOP,        -8,LEFT_BACK,     1314   pF[ 4]=G4Facet(5,TOP,        -8,LEFT_BACK,   -12,LEFT_FRONT,   0,0);
1879   pF[ 5]=G4Facet(8,BACK_LEFT,  -4,LEFT_BOTTOM    1315   pF[ 5]=G4Facet(8,BACK_LEFT,  -4,LEFT_BOTTOM, -12,LEFT_TOP,     0,0);
1880                                                  1316 
1881   pF[ 6]=G4Facet(3,BOTTOM,     -4,BACK_LEFT,     1317   pF[ 6]=G4Facet(3,BOTTOM,     -4,BACK_LEFT,   -11,BACK_RIGHT,   0,0);
1882   pF[ 7]=G4Facet(4,LEFT_BACK,  -8,BACK_TOP,      1318   pF[ 7]=G4Facet(4,LEFT_BACK,  -8,BACK_TOP,    -11,BACK_BOTTOM,  0,0);
1883   pF[ 8]=G4Facet(8,TOP,        -7,BACK_RIGHT,    1319   pF[ 8]=G4Facet(8,TOP,        -7,BACK_RIGHT,  -11,BACK_LEFT,    0,0);
1884   pF[ 9]=G4Facet(7,RIGHT_BACK, -3,BACK_BOTTOM    1320   pF[ 9]=G4Facet(7,RIGHT_BACK, -3,BACK_BOTTOM, -11,BACK_TOP,     0,0);
1885                                                  1321 
1886   pF[10]=G4Facet(2,BOTTOM,     -3,RIGHT_BACK,    1322   pF[10]=G4Facet(2,BOTTOM,     -3,RIGHT_BACK,  -10,RIGHT_FRONT,  0,0);
1887   pF[11]=G4Facet(3,BACK_RIGHT, -7,RIGHT_TOP,     1323   pF[11]=G4Facet(3,BACK_RIGHT, -7,RIGHT_TOP,   -10,RIGHT_BOTTOM, 0,0);
1888   pF[12]=G4Facet(7,TOP,        -6,RIGHT_FRONT    1324   pF[12]=G4Facet(7,TOP,        -6,RIGHT_FRONT, -10,RIGHT_BACK,   0,0);
1889   pF[13]=G4Facet(6,FRONT_RIGHT,-2,RIGHT_BOTTO    1325   pF[13]=G4Facet(6,FRONT_RIGHT,-2,RIGHT_BOTTOM,-10,RIGHT_TOP,    0,0);
1890                                                  1326 
1891   pF[14]=G4Facet(1,BOTTOM,     -2,FRONT_RIGHT    1327   pF[14]=G4Facet(1,BOTTOM,     -2,FRONT_RIGHT,  -9,FRONT_LEFT,   0,0);
1892   pF[15]=G4Facet(2,RIGHT_FRONT,-6,FRONT_TOP,     1328   pF[15]=G4Facet(2,RIGHT_FRONT,-6,FRONT_TOP,    -9,FRONT_BOTTOM, 0,0);
1893   pF[16]=G4Facet(6,TOP,        -5,FRONT_LEFT,    1329   pF[16]=G4Facet(6,TOP,        -5,FRONT_LEFT,   -9,FRONT_RIGHT,  0,0);
1894   pF[17]=G4Facet(5,LEFT_FRONT, -1,FRONT_BOTTO    1330   pF[17]=G4Facet(5,LEFT_FRONT, -1,FRONT_BOTTOM, -9,FRONT_TOP,    0,0);
1895                                               << 1331  
1896   pF[18]=G4Facet(5,FRONT_TOP, 6,RIGHT_TOP, 7,    1332   pF[18]=G4Facet(5,FRONT_TOP, 6,RIGHT_TOP, 7,BACK_TOP, 8,LEFT_TOP);
1897                                                  1333 
1898   return 0;                                      1334   return 0;
1899 }                                                1335 }
1900                                                  1336 
1901 G4int                                         << 1337 int
1902 HepPolyhedron::createPolyhedron(G4int Nnodes, << 1338 HepPolyhedron::createPolyhedron(int Nnodes, int Nfaces,
1903                                 const G4doubl << 1339         const double xyz[][3],
1904                                 const G4int   << 1340         const int  faces[][4])
1905 /********************************************    1341 /***********************************************************************
1906  *                                               1342  *                                                                     *
1907  * Name: createPolyhedron                        1343  * Name: createPolyhedron                            Date:    05.11.02 *
1908  * Author: E.Chernyaev (IHEP/Protvino)           1344  * Author: E.Chernyaev (IHEP/Protvino)               Revised:          *
1909  *                                               1345  *                                                                     *
1910  * Function: Creates user defined polyhedron     1346  * Function: Creates user defined polyhedron                           *
1911  *                                               1347  *                                                                     *
1912  * Input: Nnodes  - number of nodes              1348  * Input: Nnodes  - number of nodes                                    *
1913  *        Nfaces  - number of faces              1349  *        Nfaces  - number of faces                                    *
1914  *        nodes[][3] - node coordinates          1350  *        nodes[][3] - node coordinates                                *
1915  *        faces[][4] - faces                     1351  *        faces[][4] - faces                                           *
1916  *                                               1352  *                                                                     *
1917  ********************************************    1353  ***********************************************************************/
1918 {                                                1354 {
1919   AllocateMemory(Nnodes, Nfaces);                1355   AllocateMemory(Nnodes, Nfaces);
1920   if (nvert == 0) return 1;                      1356   if (nvert == 0) return 1;
1921                                                  1357 
1922   for (G4int i=0; i<Nnodes; i++) {            << 1358   for (int i=0; i<Nnodes; i++) {
1923     pV[i+1] = G4Point3D(xyz[i][0], xyz[i][1], << 1359     pV[i+1] = HepPoint3D(xyz[i][0], xyz[i][1], xyz[i][2]);
1924   }                                              1360   }
1925   for (G4int k=0; k<Nfaces; k++) {            << 1361   for (int k=0; k<Nfaces; k++) {
1926     pF[k+1] = G4Facet(faces[k][0],0,faces[k][    1362     pF[k+1] = G4Facet(faces[k][0],0,faces[k][1],0,faces[k][2],0,faces[k][3],0);
1927   }                                              1363   }
1928   SetReferences();                               1364   SetReferences();
1929   return 0;                                      1365   return 0;
1930 }                                                1366 }
1931                                                  1367 
1932 G4Point3D HepPolyhedron::vertexUnweightedMean << 1368 HepPolyhedronTrd2::HepPolyhedronTrd2(double Dx1, double Dx2,
1933   /****************************************** << 1369              double Dy1, double Dy2,
1934    *                                          << 1370              double Dz)
1935    * Name: vertexUnweightedMean               << 
1936    * Author: S. Boogert (Manchester)          << 
1937    *                                          << 
1938    * Function: Calculate the unweighted mean  << 
1939    * in the polyhedron. Not to be confused wi << 
1940    * centre of mass                           << 
1941    ****************************************** << 
1942                                               << 
1943   auto centre = G4Point3D();                  << 
1944   for(int i=1;i<=nvert;i++) {                 << 
1945     centre += pV[i];                          << 
1946   }                                           << 
1947   centre = centre/nvert;                      << 
1948   return centre;                              << 
1949 }                                             << 
1950                                               << 
1951 HepPolyhedronTrd2::HepPolyhedronTrd2(G4double << 
1952                                      G4double << 
1953                                      G4double << 
1954 /********************************************    1371 /***********************************************************************
1955  *                                               1372  *                                                                     *
1956  * Name: HepPolyhedronTrd2                       1373  * Name: HepPolyhedronTrd2                           Date:    22.07.96 *
1957  * Author: E.Chernyaev (IHEP/Protvino)           1374  * Author: E.Chernyaev (IHEP/Protvino)               Revised:          *
1958  *                                               1375  *                                                                     *
1959  * Function: Create GEANT4 TRD2-trapezoid        1376  * Function: Create GEANT4 TRD2-trapezoid                              *
1960  *                                               1377  *                                                                     *
1961  * Input: Dx1 - half-length along X at -Dz       1378  * Input: Dx1 - half-length along X at -Dz           8----7            *
1962  *        Dx2 - half-length along X ay +Dz       1379  *        Dx2 - half-length along X ay +Dz        5----6  !            *
1963  *        Dy1 - half-length along Y ay -Dz       1380  *        Dy1 - half-length along Y ay -Dz        !  4-!--3            *
1964  *        Dy2 - half-length along Y ay +Dz       1381  *        Dy2 - half-length along Y ay +Dz        1----2               *
1965  *        Dz  - half-length along Z              1382  *        Dz  - half-length along Z                                    *
1966  *                                               1383  *                                                                     *
1967  ********************************************    1384  ***********************************************************************/
1968 {                                                1385 {
1969   AllocateMemory(8,6);                           1386   AllocateMemory(8,6);
1970                                                  1387 
1971   pV[1] = G4Point3D(-Dx1,-Dy1,-Dz);           << 1388   pV[1] = HepPoint3D(-Dx1,-Dy1,-Dz);
1972   pV[2] = G4Point3D( Dx1,-Dy1,-Dz);           << 1389   pV[2] = HepPoint3D( Dx1,-Dy1,-Dz);
1973   pV[3] = G4Point3D( Dx1, Dy1,-Dz);           << 1390   pV[3] = HepPoint3D( Dx1, Dy1,-Dz);
1974   pV[4] = G4Point3D(-Dx1, Dy1,-Dz);           << 1391   pV[4] = HepPoint3D(-Dx1, Dy1,-Dz);
1975   pV[5] = G4Point3D(-Dx2,-Dy2, Dz);           << 1392   pV[5] = HepPoint3D(-Dx2,-Dy2, Dz);
1976   pV[6] = G4Point3D( Dx2,-Dy2, Dz);           << 1393   pV[6] = HepPoint3D( Dx2,-Dy2, Dz);
1977   pV[7] = G4Point3D( Dx2, Dy2, Dz);           << 1394   pV[7] = HepPoint3D( Dx2, Dy2, Dz);
1978   pV[8] = G4Point3D(-Dx2, Dy2, Dz);           << 1395   pV[8] = HepPoint3D(-Dx2, Dy2, Dz);
1979                                                  1396 
1980   CreatePrism();                                 1397   CreatePrism();
1981 }                                                1398 }
1982                                                  1399 
1983 HepPolyhedronTrd2::~HepPolyhedronTrd2() = def << 1400 HepPolyhedronTrd2::~HepPolyhedronTrd2() {}
1984                                                  1401 
1985 HepPolyhedronTrd1::HepPolyhedronTrd1(G4double << 1402 HepPolyhedronTrd1::HepPolyhedronTrd1(double Dx1, double Dx2,
1986                                      G4double << 1403              double Dy, double Dz)
1987   : HepPolyhedronTrd2(Dx1, Dx2, Dy, Dy, Dz) {    1404   : HepPolyhedronTrd2(Dx1, Dx2, Dy, Dy, Dz) {}
1988                                                  1405 
1989 HepPolyhedronTrd1::~HepPolyhedronTrd1() = def << 1406 HepPolyhedronTrd1::~HepPolyhedronTrd1() {}
1990                                                  1407 
1991 HepPolyhedronBox::HepPolyhedronBox(G4double D << 1408 HepPolyhedronBox::HepPolyhedronBox(double Dx, double Dy, double Dz)
1992   : HepPolyhedronTrd2(Dx, Dx, Dy, Dy, Dz) {}     1409   : HepPolyhedronTrd2(Dx, Dx, Dy, Dy, Dz) {}
1993                                                  1410 
1994 HepPolyhedronBox::~HepPolyhedronBox() = defau << 1411 HepPolyhedronBox::~HepPolyhedronBox() {}
1995                                                  1412 
1996 HepPolyhedronTrap::HepPolyhedronTrap(G4double << 1413 HepPolyhedronTrap::HepPolyhedronTrap(double Dz,
1997                                      G4double << 1414              double Theta,
1998                                      G4double << 1415              double Phi,
1999                                      G4double << 1416              double Dy1,
2000                                      G4double << 1417              double Dx1,
2001                                      G4double << 1418              double Dx2,
2002                                      G4double << 1419              double Alp1,
2003                                      G4double << 1420              double Dy2,
2004                                      G4double << 1421              double Dx3,
2005                                      G4double << 1422              double Dx4,
2006                                      G4double << 1423              double Alp2)
2007 /********************************************    1424 /***********************************************************************
2008  *                                               1425  *                                                                     *
2009  * Name: HepPolyhedronTrap                       1426  * Name: HepPolyhedronTrap                           Date:    20.11.96 *
2010  * Author: E.Chernyaev                           1427  * Author: E.Chernyaev                               Revised:          *
2011  *                                               1428  *                                                                     *
2012  * Function: Create GEANT4 TRAP-trapezoid        1429  * Function: Create GEANT4 TRAP-trapezoid                              *
2013  *                                               1430  *                                                                     *
2014  * Input: DZ   - half-length in Z                1431  * Input: DZ   - half-length in Z                                      *
2015  *        Theta,Phi - polar angles of the lin    1432  *        Theta,Phi - polar angles of the line joining centres of the  *
2016  *                    faces at Z=-Dz and Z=+D    1433  *                    faces at Z=-Dz and Z=+Dz                         *
2017  *        Dy1  - half-length in Y of the face    1434  *        Dy1  - half-length in Y of the face at Z=-Dz                 *
2018  *        Dx1  - half-length in X of low edge    1435  *        Dx1  - half-length in X of low edge of the face at Z=-Dz     *
2019  *        Dx2  - half-length in X of top edge    1436  *        Dx2  - half-length in X of top edge of the face at Z=-Dz     *
2020  *        Alp1 - angle between Y-axis and the    1437  *        Alp1 - angle between Y-axis and the median joining top and   *
2021  *               low edges of the face at Z=-    1438  *               low edges of the face at Z=-Dz                        *
2022  *        Dy2  - half-length in Y of the face    1439  *        Dy2  - half-length in Y of the face at Z=+Dz                 *
2023  *        Dx3  - half-length in X of low edge    1440  *        Dx3  - half-length in X of low edge of the face at Z=+Dz     *
2024  *        Dx4  - half-length in X of top edge    1441  *        Dx4  - half-length in X of top edge of the face at Z=+Dz     *
2025  *        Alp2 - angle between Y-axis and the    1442  *        Alp2 - angle between Y-axis and the median joining top and   *
2026  *               low edges of the face at Z=+    1443  *               low edges of the face at Z=+Dz                        *
2027  *                                               1444  *                                                                     *
2028  ********************************************    1445  ***********************************************************************/
2029 {                                                1446 {
2030   G4double DzTthetaCphi = Dz*std::tan(Theta)* << 1447   double DzTthetaCphi = Dz*std::tan(Theta)*std::cos(Phi);
2031   G4double DzTthetaSphi = Dz*std::tan(Theta)* << 1448   double DzTthetaSphi = Dz*std::tan(Theta)*std::sin(Phi);
2032   G4double Dy1Talp1 = Dy1*std::tan(Alp1);     << 1449   double Dy1Talp1 = Dy1*std::tan(Alp1);
2033   G4double Dy2Talp2 = Dy2*std::tan(Alp2);     << 1450   double Dy2Talp2 = Dy2*std::tan(Alp2);
2034                                               << 1451   
2035   AllocateMemory(8,6);                           1452   AllocateMemory(8,6);
2036                                                  1453 
2037   pV[1] = G4Point3D(-DzTthetaCphi-Dy1Talp1-Dx << 1454   pV[1] = HepPoint3D(-DzTthetaCphi-Dy1Talp1-Dx1,-DzTthetaSphi-Dy1,-Dz);
2038   pV[2] = G4Point3D(-DzTthetaCphi-Dy1Talp1+Dx << 1455   pV[2] = HepPoint3D(-DzTthetaCphi-Dy1Talp1+Dx1,-DzTthetaSphi-Dy1,-Dz);
2039   pV[3] = G4Point3D(-DzTthetaCphi+Dy1Talp1+Dx << 1456   pV[3] = HepPoint3D(-DzTthetaCphi+Dy1Talp1+Dx2,-DzTthetaSphi+Dy1,-Dz);
2040   pV[4] = G4Point3D(-DzTthetaCphi+Dy1Talp1-Dx << 1457   pV[4] = HepPoint3D(-DzTthetaCphi+Dy1Talp1-Dx2,-DzTthetaSphi+Dy1,-Dz);
2041   pV[5] = G4Point3D( DzTthetaCphi-Dy2Talp2-Dx << 1458   pV[5] = HepPoint3D( DzTthetaCphi-Dy2Talp2-Dx3, DzTthetaSphi-Dy2, Dz);
2042   pV[6] = G4Point3D( DzTthetaCphi-Dy2Talp2+Dx << 1459   pV[6] = HepPoint3D( DzTthetaCphi-Dy2Talp2+Dx3, DzTthetaSphi-Dy2, Dz);
2043   pV[7] = G4Point3D( DzTthetaCphi+Dy2Talp2+Dx << 1460   pV[7] = HepPoint3D( DzTthetaCphi+Dy2Talp2+Dx4, DzTthetaSphi+Dy2, Dz);
2044   pV[8] = G4Point3D( DzTthetaCphi+Dy2Talp2-Dx << 1461   pV[8] = HepPoint3D( DzTthetaCphi+Dy2Talp2-Dx4, DzTthetaSphi+Dy2, Dz);
2045                                                  1462 
2046   CreatePrism();                                 1463   CreatePrism();
2047 }                                                1464 }
2048                                                  1465 
2049 HepPolyhedronTrap::~HepPolyhedronTrap() = def << 1466 HepPolyhedronTrap::~HepPolyhedronTrap() {}
2050                                                  1467 
2051 HepPolyhedronPara::HepPolyhedronPara(G4double << 1468 HepPolyhedronPara::HepPolyhedronPara(double Dx, double Dy, double Dz,
2052                                      G4double << 1469              double Alpha, double Theta,
2053                                      G4double << 1470              double Phi)
2054   : HepPolyhedronTrap(Dz, Theta, Phi, Dy, Dx,    1471   : HepPolyhedronTrap(Dz, Theta, Phi, Dy, Dx, Dx, Alpha, Dy, Dx, Dx, Alpha) {}
2055                                                  1472 
2056 HepPolyhedronPara::~HepPolyhedronPara() = def << 1473 HepPolyhedronPara::~HepPolyhedronPara() {}
2057                                                  1474 
2058 HepPolyhedronParaboloid::HepPolyhedronParabol << 1475 HepPolyhedronCons::HepPolyhedronCons(double Rmn1,
2059                                               << 1476              double Rmx1,
2060                                               << 1477              double Rmn2,
2061                                               << 1478              double Rmx2, 
2062                                               << 1479              double Dz,
2063 /******************************************** << 1480              double Phi1,
2064  *                                            << 1481              double Dphi) 
2065  * Name: HepPolyhedronParaboloid              << 
2066  * Author: L.Lindroos, T.Nikitina (CERN), Jul << 
2067  *                                            << 
2068  * Function: Constructor for paraboloid       << 
2069  *                                            << 
2070  * Input: r1    - inside and outside radiuses << 
2071  *        r2    - inside and outside radiuses << 
2072  *        dz    - half length in Z            << 
2073  *        sPhi  - starting angle of the segme << 
2074  *        dPhi  - segment range               << 
2075  *                                            << 
2076  ******************************************** << 
2077 {                                             << 
2078   static const G4double wholeCircle=twopi;    << 
2079                                               << 
2080   //   C H E C K   I N P U T   P A R A M E T  << 
2081                                               << 
2082   G4int k = 0;                                << 
2083   if (r1 < 0. || r2 <= 0.)        k = 1;      << 
2084                                               << 
2085   if (dz <= 0.) k += 2;                       << 
2086                                               << 
2087   G4double phi1, phi2, dphi;                  << 
2088                                               << 
2089   if(dPhi < 0.)                               << 
2090   {                                           << 
2091     phi2 = sPhi; phi1 = phi2 + dPhi;          << 
2092   }                                           << 
2093   else if(dPhi == 0.)                         << 
2094   {                                           << 
2095     phi1 = sPhi; phi2 = phi1 + wholeCircle;   << 
2096   }                                           << 
2097   else                                        << 
2098   {                                           << 
2099     phi1 = sPhi; phi2 = phi1 + dPhi;          << 
2100   }                                           << 
2101   dphi  = phi2 - phi1;                        << 
2102                                               << 
2103   if (std::abs(dphi-wholeCircle) < perMillion << 
2104   if (dphi > wholeCircle) k += 4;             << 
2105                                               << 
2106   if (k != 0) {                               << 
2107     std::cerr << "HepPolyhedronParaboloid: er << 
2108     if ((k & 1) != 0) std::cerr << " (radiuse << 
2109     if ((k & 2) != 0) std::cerr << " (half-le << 
2110     if ((k & 4) != 0) std::cerr << " (angles) << 
2111     std::cerr << std::endl;                   << 
2112     std::cerr << " r1=" << r1;                << 
2113     std::cerr << " r2=" << r2;                << 
2114     std::cerr << " dz=" << dz << " sPhi=" <<  << 
2115               << std::endl;                   << 
2116     return;                                   << 
2117   }                                           << 
2118                                               << 
2119   //   P R E P A R E   T W O   P O L Y L I N  << 
2120                                               << 
2121   G4int n = GetNumberOfRotationSteps();       << 
2122   G4double dl = (r2 - r1) / n;                << 
2123   G4double k1 = (r2*r2 - r1*r1) / 2 / dz;     << 
2124   G4double k2 = (r2*r2 + r1*r1) / 2;          << 
2125                                               << 
2126   auto zz = new G4double[n + 2], rr = new G4d << 
2127                                               << 
2128   zz[0] = dz;                                 << 
2129   rr[0] = r2;                                 << 
2130                                               << 
2131   for(G4int i = 1; i < n - 1; i++)            << 
2132   {                                           << 
2133     rr[i] = rr[i-1] - dl;                     << 
2134     zz[i] = (rr[i]*rr[i] - k2) / k1;          << 
2135     if(rr[i] < 0)                             << 
2136     {                                         << 
2137       rr[i] = 0;                              << 
2138       zz[i] = 0;                              << 
2139     }                                         << 
2140   }                                           << 
2141                                               << 
2142   zz[n-1] = -dz;                              << 
2143   rr[n-1] = r1;                               << 
2144                                               << 
2145   zz[n] = dz;                                 << 
2146   rr[n] = 0;                                  << 
2147                                               << 
2148   zz[n+1] = -dz;                              << 
2149   rr[n+1] = 0;                                << 
2150                                               << 
2151   //   R O T A T E    P O L Y L I N E S       << 
2152                                               << 
2153   RotateAroundZ(0, phi1, dphi, n, 2, zz, rr,  << 
2154   SetReferences();                            << 
2155                                               << 
2156   delete [] zz;                               << 
2157   delete [] rr;                               << 
2158 }                                             << 
2159                                               << 
2160 HepPolyhedronParaboloid::~HepPolyhedronParabo << 
2161                                               << 
2162 HepPolyhedronHype::HepPolyhedronHype(G4double << 
2163                                      G4double << 
2164                                      G4double << 
2165                                      G4double << 
2166                                      G4double << 
2167 /******************************************** << 
2168  *                                            << 
2169  * Name: HepPolyhedronHype                    << 
2170  * Author: Tatiana Nikitina (CERN)            << 
2171  *         Evgueni Tcherniaev                 << 
2172  *                                            << 
2173  * Function: Constructor for Hype             << 
2174  *                                            << 
2175  * Input: r1       - inside radius at z=0     << 
2176  *        r2       - outside radiuses at z=0  << 
2177  *        sqrtan1  - sqr of tan of Inner Ster << 
2178  *        sqrtan2  - sqr of tan of Outer Ster << 
2179  *        halfZ    - half length in Z         << 
2180  *                                            << 
2181  ******************************************** << 
2182 {                                             << 
2183   static const G4double wholeCircle = twopi;  << 
2184                                               << 
2185   //   C H E C K   I N P U T   P A R A M E T  << 
2186                                               << 
2187   G4int k = 0;                                << 
2188   if (r1 < 0. || r2 < 0. || r1 >= r2) k = 1;  << 
2189   if (halfZ <= 0.) k += 2;                    << 
2190   if (sqrtan1 < 0.|| sqrtan2 < 0.) k += 4;    << 
2191                                               << 
2192   if (k != 0)                                 << 
2193   {                                           << 
2194     std::cerr << "HepPolyhedronHype: error in << 
2195     if ((k & 1) != 0) std::cerr << " (radiuse << 
2196     if ((k & 2) != 0) std::cerr << " (half-le << 
2197     if ((k & 4) != 0) std::cerr << " (angles) << 
2198     std::cerr << std::endl;                   << 
2199     std::cerr << " r1=" << r1 << " r2=" << r2 << 
2200     std::cerr << " halfZ=" << halfZ << " sqrT << 
2201               << " sqrTan2=" << sqrtan2       << 
2202               << std::endl;                   << 
2203     return;                                   << 
2204   }                                           << 
2205                                               << 
2206   //   P R E P A R E   T W O   P O L Y L I N  << 
2207                                               << 
2208   G4int ns = std::max(3, GetNumberOfRotationS << 
2209   G4int nz1 = (sqrtan1 == 0.) ? 2 : ns + 1;   << 
2210   G4int nz2 = (sqrtan2 == 0.) ? 2 : ns + 1;   << 
2211   auto  zz = new G4double[nz1 + nz2];         << 
2212   auto  rr = new G4double[nz1 + nz2];         << 
2213                                               << 
2214   // external polyline                        << 
2215   G4double dz2 = 2.*halfZ/(nz2 - 1);          << 
2216   for(G4int i = 0; i < nz2; ++i)              << 
2217   {                                           << 
2218     zz[i] = halfZ - dz2*i;                    << 
2219     rr[i] = std::sqrt(sqrtan2*zz[i]*zz[i] + r << 
2220   }                                           << 
2221                                               << 
2222   // internal polyline                        << 
2223   G4double dz1 = 2.*halfZ/(nz1 - 1);          << 
2224   for(G4int i = 0; i < nz1; ++i)              << 
2225   {                                           << 
2226     G4int j = nz2 + i;                        << 
2227     zz[j] = halfZ - dz1*i;                    << 
2228     rr[j] = std::sqrt(sqrtan1*zz[j]*zz[j] + r << 
2229   }                                           << 
2230                                               << 
2231   //   R O T A T E    P O L Y L I N E S       << 
2232                                               << 
2233   RotateAroundZ(0, 0., wholeCircle, nz2, nz1, << 
2234   SetReferences();                            << 
2235                                               << 
2236   delete [] zz;                               << 
2237   delete [] rr;                               << 
2238 }                                             << 
2239                                               << 
2240 HepPolyhedronHype::~HepPolyhedronHype() = def << 
2241                                               << 
2242 HepPolyhedronCons::HepPolyhedronCons(G4double << 
2243                                      G4double << 
2244                                      G4double << 
2245                                      G4double << 
2246                                      G4double << 
2247                                      G4double << 
2248                                      G4double << 
2249 /********************************************    1482 /***********************************************************************
2250  *                                               1483  *                                                                     *
2251  * Name: HepPolyhedronCons::HepPolyhedronCons    1484  * Name: HepPolyhedronCons::HepPolyhedronCons        Date:    15.12.96 *
2252  * Author: E.Chernyaev (IHEP/Protvino)           1485  * Author: E.Chernyaev (IHEP/Protvino)               Revised: 15.12.96 *
2253  *                                               1486  *                                                                     *
2254  * Function: Constructor for CONS, TUBS, CONE    1487  * Function: Constructor for CONS, TUBS, CONE, TUBE                    *
2255  *                                               1488  *                                                                     *
2256  * Input: Rmn1, Rmx1 - inside and outside rad    1489  * Input: Rmn1, Rmx1 - inside and outside radiuses at -Dz              *
2257  *        Rmn2, Rmx2 - inside and outside rad    1490  *        Rmn2, Rmx2 - inside and outside radiuses at +Dz              *
2258  *        Dz         - half length in Z          1491  *        Dz         - half length in Z                                *
2259  *        Phi1       - starting angle of the     1492  *        Phi1       - starting angle of the segment                   *
2260  *        Dphi       - segment range             1493  *        Dphi       - segment range                                   *
2261  *                                               1494  *                                                                     *
2262  ********************************************    1495  ***********************************************************************/
2263 {                                                1496 {
2264   static const G4double wholeCircle=twopi;    << 1497   static double wholeCircle=twopi;
2265                                                  1498 
2266   //   C H E C K   I N P U T   P A R A M E T     1499   //   C H E C K   I N P U T   P A R A M E T E R S
2267                                                  1500 
2268   G4int k = 0;                                << 1501   int k = 0;
2269   if (Rmn1 < 0. || Rmx1 < 0. || Rmn2 < 0. ||     1502   if (Rmn1 < 0. || Rmx1 < 0. || Rmn2 < 0. || Rmx2 < 0.)        k = 1;
2270   if (Rmn1 > Rmx1 || Rmn2 > Rmx2)                1503   if (Rmn1 > Rmx1 || Rmn2 > Rmx2)                              k = 1;
2271   if (Rmn1 == Rmx1 && Rmn2 == Rmx2)              1504   if (Rmn1 == Rmx1 && Rmn2 == Rmx2)                            k = 1;
2272                                                  1505 
2273   if (Dz <= 0.) k += 2;                          1506   if (Dz <= 0.) k += 2;
2274                                               << 1507  
2275   G4double phi1, phi2, dphi;                  << 1508   double phi1, phi2, dphi;
2276   if (Dphi < 0.) {                               1509   if (Dphi < 0.) {
2277     phi2 = Phi1; phi1 = phi2 - Dphi;             1510     phi2 = Phi1; phi1 = phi2 - Dphi;
2278   }else if (Dphi == 0.) {                        1511   }else if (Dphi == 0.) {
2279     phi1 = Phi1; phi2 = phi1 + wholeCircle;      1512     phi1 = Phi1; phi2 = phi1 + wholeCircle;
2280   }else{                                         1513   }else{
2281     phi1 = Phi1; phi2 = phi1 + Dphi;             1514     phi1 = Phi1; phi2 = phi1 + Dphi;
2282   }                                              1515   }
2283   dphi  = phi2 - phi1;                           1516   dphi  = phi2 - phi1;
2284   if (std::abs(dphi-wholeCircle) < perMillion    1517   if (std::abs(dphi-wholeCircle) < perMillion) dphi = wholeCircle;
2285   if (dphi > wholeCircle) k += 4;             << 1518   if (dphi > wholeCircle) k += 4; 
2286                                                  1519 
2287   if (k != 0) {                                  1520   if (k != 0) {
2288     std::cerr << "HepPolyhedronCone(s)/Tube(s    1521     std::cerr << "HepPolyhedronCone(s)/Tube(s): error in input parameters";
2289     if ((k & 1) != 0) std::cerr << " (radiuse    1522     if ((k & 1) != 0) std::cerr << " (radiuses)";
2290     if ((k & 2) != 0) std::cerr << " (half-le    1523     if ((k & 2) != 0) std::cerr << " (half-length)";
2291     if ((k & 4) != 0) std::cerr << " (angles)    1524     if ((k & 4) != 0) std::cerr << " (angles)";
2292     std::cerr << std::endl;                      1525     std::cerr << std::endl;
2293     std::cerr << " Rmn1=" << Rmn1 << " Rmx1="    1526     std::cerr << " Rmn1=" << Rmn1 << " Rmx1=" << Rmx1;
2294     std::cerr << " Rmn2=" << Rmn2 << " Rmx2="    1527     std::cerr << " Rmn2=" << Rmn2 << " Rmx2=" << Rmx2;
2295     std::cerr << " Dz=" << Dz << " Phi1=" <<     1528     std::cerr << " Dz=" << Dz << " Phi1=" << Phi1 << " Dphi=" << Dphi
2296               << std::endl;                   << 1529         << std::endl;
2297     return;                                      1530     return;
2298   }                                              1531   }
2299                                               << 1532   
2300   //   P R E P A R E   T W O   P O L Y L I N     1533   //   P R E P A R E   T W O   P O L Y L I N E S
2301                                                  1534 
2302   G4double zz[4], rr[4];                      << 1535   double zz[4], rr[4];
2303   zz[0] =  Dz;                                << 1536   zz[0] =  Dz; 
2304   zz[1] = -Dz;                                << 1537   zz[1] = -Dz; 
2305   zz[2] =  Dz;                                << 1538   zz[2] =  Dz; 
2306   zz[3] = -Dz;                                << 1539   zz[3] = -Dz; 
2307   rr[0] =  Rmx2;                                 1540   rr[0] =  Rmx2;
2308   rr[1] =  Rmx1;                                 1541   rr[1] =  Rmx1;
2309   rr[2] =  Rmn2;                                 1542   rr[2] =  Rmn2;
2310   rr[3] =  Rmn1;                                 1543   rr[3] =  Rmn1;
2311                                                  1544 
2312   //   R O T A T E    P O L Y L I N E S          1545   //   R O T A T E    P O L Y L I N E S
2313                                                  1546 
2314   RotateAroundZ(0, phi1, dphi, 2, 2, zz, rr,  << 1547   RotateAroundZ(0, phi1, dphi, 2, 2, zz, rr, -1, -1); 
2315   SetReferences();                               1548   SetReferences();
2316 }                                                1549 }
2317                                                  1550 
2318 HepPolyhedronCons::~HepPolyhedronCons() = def << 1551 HepPolyhedronCons::~HepPolyhedronCons() {}
2319                                                  1552 
2320 HepPolyhedronCone::HepPolyhedronCone(G4double << 1553 HepPolyhedronCone::HepPolyhedronCone(double Rmn1, double Rmx1, 
2321                                      G4double << 1554              double Rmn2, double Rmx2,
2322                                      G4double << 1555              double Dz) :
2323   HepPolyhedronCons(Rmn1, Rmx1, Rmn2, Rmx2, D    1556   HepPolyhedronCons(Rmn1, Rmx1, Rmn2, Rmx2, Dz, 0*deg, 360*deg) {}
2324                                                  1557 
2325 HepPolyhedronCone::~HepPolyhedronCone() = def << 1558 HepPolyhedronCone::~HepPolyhedronCone() {}
2326                                                  1559 
2327 HepPolyhedronTubs::HepPolyhedronTubs(G4double << 1560 HepPolyhedronTubs::HepPolyhedronTubs(double Rmin, double Rmax,
2328                                      G4double << 1561              double Dz, 
2329                                      G4double << 1562              double Phi1, double Dphi)
2330   :   HepPolyhedronCons(Rmin, Rmax, Rmin, Rma    1563   :   HepPolyhedronCons(Rmin, Rmax, Rmin, Rmax, Dz, Phi1, Dphi) {}
2331                                                  1564 
2332 HepPolyhedronTubs::~HepPolyhedronTubs() = def << 1565 HepPolyhedronTubs::~HepPolyhedronTubs() {}
2333                                                  1566 
2334 HepPolyhedronTube::HepPolyhedronTube (G4doubl << 1567 HepPolyhedronTube::HepPolyhedronTube (double Rmin, double Rmax,
2335                                       G4doubl << 1568               double Dz)
2336   : HepPolyhedronCons(Rmin, Rmax, Rmin, Rmax,    1569   : HepPolyhedronCons(Rmin, Rmax, Rmin, Rmax, Dz, 0*deg, 360*deg) {}
2337                                                  1570 
2338 HepPolyhedronTube::~HepPolyhedronTube () = de << 1571 HepPolyhedronTube::~HepPolyhedronTube () {}
2339                                                  1572 
2340 HepPolyhedronPgon::HepPolyhedronPgon(G4double << 1573 HepPolyhedronPgon::HepPolyhedronPgon(double phi,
2341                                      G4double << 1574              double dphi,
2342                                      G4int np << 1575              int    npdv,
2343                                      G4int nz << 1576              int    nz,
2344                                      const G4 << 1577              const double *z,
2345                                      const G4 << 1578              const double *rmin,
2346                                      const G4 << 1579              const double *rmax)
2347 /********************************************    1580 /***********************************************************************
2348  *                                               1581  *                                                                     *
2349  * Name: HepPolyhedronPgon                       1582  * Name: HepPolyhedronPgon                           Date:    09.12.96 *
2350  * Author: E.Chernyaev                           1583  * Author: E.Chernyaev                               Revised:          *
2351  *                                               1584  *                                                                     *
2352  * Function: Constructor of polyhedron for PG    1585  * Function: Constructor of polyhedron for PGON, PCON                  *
2353  *                                               1586  *                                                                     *
2354  * Input: phi  - initial phi                     1587  * Input: phi  - initial phi                                           *
2355  *        dphi - delta phi                       1588  *        dphi - delta phi                                             *
2356  *        npdv - number of steps along phi       1589  *        npdv - number of steps along phi                             *
2357  *        nz   - number of z-planes (at least    1590  *        nz   - number of z-planes (at least two)                     *
2358  *        z[]  - z coordinates of the slices     1591  *        z[]  - z coordinates of the slices                           *
2359  *        rmin[] - smaller r at the slices       1592  *        rmin[] - smaller r at the slices                             *
2360  *        rmax[] - bigger  r at the slices       1593  *        rmax[] - bigger  r at the slices                             *
2361  *                                               1594  *                                                                     *
2362  ********************************************    1595  ***********************************************************************/
2363 {                                                1596 {
2364   //   C H E C K   I N P U T   P A R A M E T     1597   //   C H E C K   I N P U T   P A R A M E T E R S
2365                                                  1598 
2366   if (dphi <= 0. || dphi > twopi) {              1599   if (dphi <= 0. || dphi > twopi) {
2367     std::cerr                                    1600     std::cerr
2368       << "HepPolyhedronPgon/Pcon: wrong delta    1601       << "HepPolyhedronPgon/Pcon: wrong delta phi = " << dphi
2369       << std::endl;                              1602       << std::endl;
2370     return;                                      1603     return;
2371   }                                           << 1604   }    
2372                                               << 1605     
2373   if (nz < 2) {                                  1606   if (nz < 2) {
2374     std::cerr                                    1607     std::cerr
2375       << "HepPolyhedronPgon/Pcon: number of z    1608       << "HepPolyhedronPgon/Pcon: number of z-planes less than two = " << nz
2376       << std::endl;                              1609       << std::endl;
2377     return;                                      1610     return;
2378   }                                              1611   }
2379                                                  1612 
2380   if (npdv < 0) {                                1613   if (npdv < 0) {
2381     std::cerr                                    1614     std::cerr
2382       << "HepPolyhedronPgon/Pcon: error in nu    1615       << "HepPolyhedronPgon/Pcon: error in number of phi-steps =" << npdv
2383       << std::endl;                              1616       << std::endl;
2384     return;                                      1617     return;
2385   }                                              1618   }
2386                                                  1619 
2387   G4int i;                                    << 1620   int i;
2388   for (i=0; i<nz; i++) {                         1621   for (i=0; i<nz; i++) {
2389     if (rmin[i] < 0. || rmax[i] < 0. || rmin[    1622     if (rmin[i] < 0. || rmax[i] < 0. || rmin[i] > rmax[i]) {
2390       std::cerr                                  1623       std::cerr
2391         << "HepPolyhedronPgon: error in radiu << 1624   << "HepPolyhedronPgon: error in radiuses rmin[" << i << "]="
2392         << rmin[i] << " rmax[" << i << "]=" < << 1625   << rmin[i] << " rmax[" << i << "]=" << rmax[i]
2393         << std::endl;                         << 1626   << std::endl;
2394       return;                                    1627       return;
2395     }                                            1628     }
2396   }                                              1629   }
2397                                                  1630 
2398   //   P R E P A R E   T W O   P O L Y L I N     1631   //   P R E P A R E   T W O   P O L Y L I N E S
2399                                                  1632 
2400   G4double *zz, *rr;                          << 1633   double *zz, *rr;
2401   zz = new G4double[2*nz];                    << 1634   zz = new double[2*nz];
2402   rr = new G4double[2*nz];                    << 1635   rr = new double[2*nz];
2403                                                  1636 
2404   if (z[0] > z[nz-1]) {                          1637   if (z[0] > z[nz-1]) {
2405     for (i=0; i<nz; i++) {                       1638     for (i=0; i<nz; i++) {
2406       zz[i]    = z[i];                           1639       zz[i]    = z[i];
2407       rr[i]    = rmax[i];                        1640       rr[i]    = rmax[i];
2408       zz[i+nz] = z[i];                           1641       zz[i+nz] = z[i];
2409       rr[i+nz] = rmin[i];                        1642       rr[i+nz] = rmin[i];
2410     }                                            1643     }
2411   }else{                                         1644   }else{
2412     for (i=0; i<nz; i++) {                       1645     for (i=0; i<nz; i++) {
2413       zz[i]    = z[nz-i-1];                      1646       zz[i]    = z[nz-i-1];
2414       rr[i]    = rmax[nz-i-1];                   1647       rr[i]    = rmax[nz-i-1];
2415       zz[i+nz] = z[nz-i-1];                      1648       zz[i+nz] = z[nz-i-1];
2416       rr[i+nz] = rmin[nz-i-1];                   1649       rr[i+nz] = rmin[nz-i-1];
2417     }                                            1650     }
2418   }                                              1651   }
2419                                                  1652 
2420   //   R O T A T E    P O L Y L I N E S          1653   //   R O T A T E    P O L Y L I N E S
2421                                                  1654 
2422   G4int nodeVis = 1;                          << 1655   RotateAroundZ(npdv, phi, dphi, nz, nz, zz, rr, -1, (npdv == 0) ? -1 : 1); 
2423   G4int edgeVis = (npdv == 0) ? -1 : 1;       << 
2424   RotateAroundZ(npdv, phi, dphi, nz, nz, zz,  << 
2425   SetReferences();                               1656   SetReferences();
2426                                               << 1657   
2427   delete [] zz;                                  1658   delete [] zz;
2428   delete [] rr;                                  1659   delete [] rr;
2429 }                                                1660 }
2430                                                  1661 
2431 HepPolyhedronPgon::HepPolyhedronPgon(G4double << 1662 HepPolyhedronPgon::~HepPolyhedronPgon() {}
2432                                      G4double << 
2433                                      G4int np << 
2434                                      const st << 
2435 /******************************************** << 
2436  *                                            << 
2437  * Name: HepPolyhedronPgon                    << 
2438  * Author: E.Tcherniaev (E.Chernyaev)         << 
2439  *                                            << 
2440  * Function: Constructor of polyhedron for PG << 
2441  *                                            << 
2442  * Input: phi  - initial phi                  << 
2443  *        dphi - delta phi                    << 
2444  *        npdv - number of steps along phi    << 
2445  *        rz   - rz-contour                   << 
2446  *                                            << 
2447  ******************************************** << 
2448 {                                             << 
2449   //   C H E C K   I N P U T   P A R A M E T  << 
2450                                               << 
2451   if (dphi <= 0. || dphi > twopi) {           << 
2452     std::cerr                                 << 
2453       << "HepPolyhedronPgon/Pcon: wrong delta << 
2454       << std::endl;                           << 
2455     return;                                   << 
2456   }                                           << 
2457                                               << 
2458   if (npdv < 0) {                             << 
2459     std::cerr                                 << 
2460       << "HepPolyhedronPgon/Pcon: error in nu << 
2461       << std::endl;                           << 
2462     return;                                   << 
2463   }                                           << 
2464                                                  1663 
2465   G4int nrz = (G4int)rz.size();               << 1664 HepPolyhedronPcon::HepPolyhedronPcon(double phi, double dphi, int nz,
2466   if (nrz < 3) {                              << 1665              const double *z,
2467     std::cerr                                 << 1666              const double *rmin,
2468       << "HepPolyhedronPgon/Pcon: invalid num << 1667              const double *rmax)
2469       << std::endl;                           << 
2470     return;                                   << 
2471   }                                           << 
2472                                               << 
2473   //   R O T A T E    P O L Y L I N E         << 
2474                                               << 
2475   G4int nodeVis = 1;                          << 
2476   G4int edgeVis = (npdv == 0) ? -1 : 1;       << 
2477   RotateContourAroundZ(npdv, phi, dphi, rz, n << 
2478   SetReferences();                            << 
2479 }                                             << 
2480                                               << 
2481 HepPolyhedronPgon::~HepPolyhedronPgon() = def << 
2482                                               << 
2483 HepPolyhedronPcon::HepPolyhedronPcon(G4double << 
2484                                      const G4 << 
2485                                      const G4 << 
2486                                      const G4 << 
2487   : HepPolyhedronPgon(phi, dphi, 0, nz, z, rm    1668   : HepPolyhedronPgon(phi, dphi, 0, nz, z, rmin, rmax) {}
2488                                                  1669 
2489 HepPolyhedronPcon::HepPolyhedronPcon(G4double << 1670 HepPolyhedronPcon::~HepPolyhedronPcon() {}
2490                                      const st << 1671 
2491   : HepPolyhedronPgon(phi, dphi, 0, rz) {}    << 1672 HepPolyhedronSphere::HepPolyhedronSphere(double rmin, double rmax,
2492                                               << 1673                double phi, double dphi,
2493 HepPolyhedronPcon::~HepPolyhedronPcon() = def << 1674                double the, double dthe)
2494                                               << 
2495 HepPolyhedronSphere::HepPolyhedronSphere(G4do << 
2496                                          G4do << 
2497                                          G4do << 
2498 /********************************************    1675 /***********************************************************************
2499  *                                               1676  *                                                                     *
2500  * Name: HepPolyhedronSphere                     1677  * Name: HepPolyhedronSphere                         Date:    11.12.96 *
2501  * Author: E.Chernyaev (IHEP/Protvino)           1678  * Author: E.Chernyaev (IHEP/Protvino)               Revised:          *
2502  *                                               1679  *                                                                     *
2503  * Function: Constructor of polyhedron for SP    1680  * Function: Constructor of polyhedron for SPHERE                      *
2504  *                                               1681  *                                                                     *
2505  * Input: rmin - internal radius                 1682  * Input: rmin - internal radius                                       *
2506  *        rmax - external radius                 1683  *        rmax - external radius                                       *
2507  *        phi  - initial phi                     1684  *        phi  - initial phi                                           *
2508  *        dphi - delta phi                       1685  *        dphi - delta phi                                             *
2509  *        the  - initial theta                   1686  *        the  - initial theta                                         *
2510  *        dthe - delta theta                     1687  *        dthe - delta theta                                           *
2511  *                                               1688  *                                                                     *
2512  ********************************************    1689  ***********************************************************************/
2513 {                                                1690 {
2514   //   C H E C K   I N P U T   P A R A M E T     1691   //   C H E C K   I N P U T   P A R A M E T E R S
2515                                                  1692 
2516   if (dphi <= 0. || dphi > twopi) {              1693   if (dphi <= 0. || dphi > twopi) {
2517     std::cerr                                    1694     std::cerr
2518       << "HepPolyhedronSphere: wrong delta ph    1695       << "HepPolyhedronSphere: wrong delta phi = " << dphi
2519       << std::endl;                              1696       << std::endl;
2520     return;                                      1697     return;
2521   }                                           << 1698   }    
2522                                                  1699 
2523   if (the < 0. || the > pi) {                    1700   if (the < 0. || the > pi) {
2524     std::cerr                                    1701     std::cerr
2525       << "HepPolyhedronSphere: wrong theta =     1702       << "HepPolyhedronSphere: wrong theta = " << the
2526       << std::endl;                              1703       << std::endl;
2527     return;                                      1704     return;
2528   }                                           << 1705   }    
2529                                               << 1706   
2530   if (dthe <= 0. || dthe > pi) {                 1707   if (dthe <= 0. || dthe > pi) {
2531     std::cerr                                    1708     std::cerr
2532       << "HepPolyhedronSphere: wrong delta th    1709       << "HepPolyhedronSphere: wrong delta theta = " << dthe
2533       << std::endl;                              1710       << std::endl;
2534     return;                                      1711     return;
2535   }                                           << 1712   }    
2536                                                  1713 
2537   if (the+dthe > pi) {                           1714   if (the+dthe > pi) {
2538     std::cerr                                    1715     std::cerr
2539       << "HepPolyhedronSphere: wrong theta +     1716       << "HepPolyhedronSphere: wrong theta + delta theta = "
2540       << the << " " << dthe                      1717       << the << " " << dthe
2541       << std::endl;                              1718       << std::endl;
2542     return;                                      1719     return;
2543   }                                           << 1720   }    
2544                                               << 1721   
2545   if (rmin < 0. || rmin >= rmax) {               1722   if (rmin < 0. || rmin >= rmax) {
2546     std::cerr                                    1723     std::cerr
2547       << "HepPolyhedronSphere: error in radiu    1724       << "HepPolyhedronSphere: error in radiuses"
2548       << " rmin=" << rmin << " rmax=" << rmax    1725       << " rmin=" << rmin << " rmax=" << rmax
2549       << std::endl;                              1726       << std::endl;
2550     return;                                      1727     return;
2551   }                                              1728   }
2552                                                  1729 
2553   //   P R E P A R E   T W O   P O L Y L I N     1730   //   P R E P A R E   T W O   P O L Y L I N E S
2554                                                  1731 
2555   G4int nds = (GetNumberOfRotationSteps() + 1 << 1732   int ns = (GetNumberOfRotationSteps() + 1) / 2;
2556   G4int np1 = G4int(dthe*nds/pi+.5) + 1;      << 1733   int np1 = int(dthe*ns/pi+.5) + 1;
2557   if (np1 <= 1) np1 = 2;                         1734   if (np1 <= 1) np1 = 2;
2558   G4int np2 = rmin < spatialTolerance ? 1 : n << 1735   int np2 = rmin < perMillion ? 1 : np1;
2559                                                  1736 
2560   G4double *zz, *rr;                          << 1737   double *zz, *rr;
2561   zz = new G4double[np1+np2];                 << 1738   zz = new double[np1+np2];
2562   rr = new G4double[np1+np2];                 << 1739   rr = new double[np1+np2];
2563                                               << 1740 
2564   G4double a = dthe/(np1-1);                  << 1741   double a = dthe/(np1-1);
2565   G4double cosa, sina;                        << 1742   double cosa, sina;
2566   for (G4int i=0; i<np1; i++) {               << 1743   for (int i=0; i<np1; i++) {
2567     cosa  = std::cos(the+i*a);                   1744     cosa  = std::cos(the+i*a);
2568     sina  = std::sin(the+i*a);                   1745     sina  = std::sin(the+i*a);
2569     zz[i] = rmax*cosa;                           1746     zz[i] = rmax*cosa;
2570     rr[i] = rmax*sina;                           1747     rr[i] = rmax*sina;
2571     if (np2 > 1) {                               1748     if (np2 > 1) {
2572       zz[i+np1] = rmin*cosa;                     1749       zz[i+np1] = rmin*cosa;
2573       rr[i+np1] = rmin*sina;                     1750       rr[i+np1] = rmin*sina;
2574     }                                            1751     }
2575   }                                              1752   }
2576   if (np2 == 1) {                                1753   if (np2 == 1) {
2577     zz[np1] = 0.;                                1754     zz[np1] = 0.;
2578     rr[np1] = 0.;                                1755     rr[np1] = 0.;
2579   }                                              1756   }
2580                                                  1757 
2581   //   R O T A T E    P O L Y L I N E S          1758   //   R O T A T E    P O L Y L I N E S
2582                                                  1759 
2583   RotateAroundZ(0, phi, dphi, np1, np2, zz, r << 1760   RotateAroundZ(0, phi, dphi, np1, np2, zz, rr, -1, -1); 
2584   SetReferences();                               1761   SetReferences();
2585                                               << 1762   
2586   delete [] zz;                                  1763   delete [] zz;
2587   delete [] rr;                                  1764   delete [] rr;
2588 }                                                1765 }
2589                                                  1766 
2590 HepPolyhedronSphere::~HepPolyhedronSphere() = << 1767 HepPolyhedronSphere::~HepPolyhedronSphere() {}
2591                                                  1768 
2592 HepPolyhedronTorus::HepPolyhedronTorus(G4doub << 1769 HepPolyhedronTorus::HepPolyhedronTorus(double rmin,
2593                                        G4doub << 1770                double rmax,
2594                                        G4doub << 1771                double rtor,
2595                                        G4doub << 1772                double phi,
2596                                        G4doub << 1773                double dphi)
2597 /********************************************    1774 /***********************************************************************
2598  *                                               1775  *                                                                     *
2599  * Name: HepPolyhedronTorus                      1776  * Name: HepPolyhedronTorus                          Date:    11.12.96 *
2600  * Author: E.Chernyaev (IHEP/Protvino)           1777  * Author: E.Chernyaev (IHEP/Protvino)               Revised:          *
2601  *                                               1778  *                                                                     *
2602  * Function: Constructor of polyhedron for TO    1779  * Function: Constructor of polyhedron for TORUS                       *
2603  *                                               1780  *                                                                     *
2604  * Input: rmin - internal radius                 1781  * Input: rmin - internal radius                                       *
2605  *        rmax - external radius                 1782  *        rmax - external radius                                       *
2606  *        rtor - radius of torus                 1783  *        rtor - radius of torus                                       *
2607  *        phi  - initial phi                     1784  *        phi  - initial phi                                           *
2608  *        dphi - delta phi                       1785  *        dphi - delta phi                                             *
2609  *                                               1786  *                                                                     *
2610  ********************************************    1787  ***********************************************************************/
2611 {                                                1788 {
2612   //   C H E C K   I N P U T   P A R A M E T     1789   //   C H E C K   I N P U T   P A R A M E T E R S
2613                                                  1790 
2614   if (dphi <= 0. || dphi > twopi) {              1791   if (dphi <= 0. || dphi > twopi) {
2615     std::cerr                                    1792     std::cerr
2616       << "HepPolyhedronTorus: wrong delta phi    1793       << "HepPolyhedronTorus: wrong delta phi = " << dphi
2617       << std::endl;                              1794       << std::endl;
2618     return;                                      1795     return;
2619   }                                              1796   }
2620                                                  1797 
2621   if (rmin < 0. || rmin >= rmax || rmax >= rt    1798   if (rmin < 0. || rmin >= rmax || rmax >= rtor) {
2622     std::cerr                                    1799     std::cerr
2623       << "HepPolyhedronTorus: error in radius    1800       << "HepPolyhedronTorus: error in radiuses"
2624       << " rmin=" << rmin << " rmax=" << rmax    1801       << " rmin=" << rmin << " rmax=" << rmax << " rtorus=" << rtor
2625       << std::endl;                              1802       << std::endl;
2626     return;                                      1803     return;
2627   }                                              1804   }
2628                                                  1805 
2629   //   P R E P A R E   T W O   P O L Y L I N     1806   //   P R E P A R E   T W O   P O L Y L I N E S
2630                                                  1807 
2631   G4int np1 = GetNumberOfRotationSteps();     << 1808   int np1 = GetNumberOfRotationSteps();
2632   G4int np2 = rmin < spatialTolerance ? 1 : n << 1809   int np2 = rmin < perMillion ? 1 : np1;
2633                                                  1810 
2634   G4double *zz, *rr;                          << 1811   double *zz, *rr;
2635   zz = new G4double[np1+np2];                 << 1812   zz = new double[np1+np2];
2636   rr = new G4double[np1+np2];                 << 1813   rr = new double[np1+np2];
2637                                               << 1814 
2638   G4double a = twopi/np1;                     << 1815   double a = twopi/np1;
2639   G4double cosa, sina;                        << 1816   double cosa, sina;
2640   for (G4int i=0; i<np1; i++) {               << 1817   for (int i=0; i<np1; i++) {
2641     cosa  = std::cos(i*a);                       1818     cosa  = std::cos(i*a);
2642     sina  = std::sin(i*a);                       1819     sina  = std::sin(i*a);
2643     zz[i] = rmax*cosa;                           1820     zz[i] = rmax*cosa;
2644     rr[i] = rtor+rmax*sina;                      1821     rr[i] = rtor+rmax*sina;
2645     if (np2 > 1) {                               1822     if (np2 > 1) {
2646       zz[i+np1] = rmin*cosa;                     1823       zz[i+np1] = rmin*cosa;
2647       rr[i+np1] = rtor+rmin*sina;                1824       rr[i+np1] = rtor+rmin*sina;
2648     }                                            1825     }
2649   }                                              1826   }
2650   if (np2 == 1) {                                1827   if (np2 == 1) {
2651     zz[np1] = 0.;                                1828     zz[np1] = 0.;
2652     rr[np1] = rtor;                              1829     rr[np1] = rtor;
2653     np2 = -1;                                    1830     np2 = -1;
2654   }                                              1831   }
2655                                                  1832 
2656   //   R O T A T E    P O L Y L I N E S          1833   //   R O T A T E    P O L Y L I N E S
2657                                                  1834 
2658   RotateAroundZ(0, phi, dphi, -np1, -np2, zz, << 1835   RotateAroundZ(0, phi, dphi, -np1, -np2, zz, rr, -1,-1); 
2659   SetReferences();                               1836   SetReferences();
2660                                               << 1837   
2661   delete [] zz;                               << 
2662   delete [] rr;                               << 
2663 }                                             << 
2664                                               << 
2665 HepPolyhedronTorus::~HepPolyhedronTorus() = d << 
2666                                               << 
2667 HepPolyhedronTet::HepPolyhedronTet(const G4do << 
2668                                    const G4do << 
2669                                    const G4do << 
2670                                    const G4do << 
2671 /******************************************** << 
2672  *                                            << 
2673  * Name: HepPolyhedronTet                     << 
2674  * Author: E.Tcherniaev (E.Chernyaev)         << 
2675  *                                            << 
2676  * Function: Constructor of polyhedron for TE << 
2677  *                                            << 
2678  * Input: p0,p1,p2,p3 - vertices              << 
2679  *                                            << 
2680  ******************************************** << 
2681 {                                             << 
2682   AllocateMemory(4,4);                        << 
2683                                               << 
2684   pV[1].set(p0[0], p0[1], p0[2]);             << 
2685   pV[2].set(p1[0], p1[1], p1[2]);             << 
2686   pV[3].set(p2[0], p2[1], p2[2]);             << 
2687   pV[4].set(p3[0], p3[1], p3[2]);             << 
2688                                               << 
2689   G4Vector3D v1(pV[2] - pV[1]);               << 
2690   G4Vector3D v2(pV[3] - pV[1]);               << 
2691   G4Vector3D v3(pV[4] - pV[1]);               << 
2692                                               << 
2693   if (v1.cross(v2).dot(v3) < 0.)              << 
2694   {                                           << 
2695     pV[3].set(p3[0], p3[1], p3[2]);           << 
2696     pV[4].set(p2[0], p2[1], p2[2]);           << 
2697   }                                           << 
2698                                               << 
2699   pF[1] = G4Facet(1,2,  3,4,  2,3);           << 
2700   pF[2] = G4Facet(1,3,  4,4,  3,1);           << 
2701   pF[3] = G4Facet(1,1,  2,4,  4,2);           << 
2702   pF[4] = G4Facet(2,1,  3,2,  4,3);           << 
2703 }                                             << 
2704                                               << 
2705 HepPolyhedronTet::~HepPolyhedronTet() = defau << 
2706                                               << 
2707 HepPolyhedronEllipsoid::HepPolyhedronEllipsoi << 
2708                                               << 
2709                                               << 
2710 /******************************************** << 
2711  *                                            << 
2712  * Name: HepPolyhedronEllipsoid               << 
2713  * Author: G.Guerrieri                        << 
2714  *         Evgueni Tcherniaev                 << 
2715  *                                            << 
2716  * Function: Constructor of polyhedron for EL << 
2717  *                                            << 
2718  * Input: ax - semiaxis x                     << 
2719  *        by - semiaxis y                     << 
2720  *        cz - semiaxis z                     << 
2721  *        zCut1 - lower cut plane level (soli << 
2722  *        zCut2 - upper cut plane level (soli << 
2723  *                                            << 
2724  ******************************************** << 
2725 {                                             << 
2726   //   C H E C K   I N P U T   P A R A M E T  << 
2727                                               << 
2728   if (zCut1 >= cz || zCut2 <= -cz || zCut1 >  << 
2729     std::cerr << "HepPolyhedronEllipsoid: wro << 
2730            << " zCut2 = " << zCut2            << 
2731            << " for given cz = " << cz << std << 
2732     return;                                   << 
2733   }                                           << 
2734   if (cz <= 0.0) {                            << 
2735     std::cerr << "HepPolyhedronEllipsoid: bad << 
2736       << std::endl;                           << 
2737     return;                                   << 
2738   }                                           << 
2739                                               << 
2740   //   P R E P A R E   T W O   P O L Y L I N  << 
2741   //   generate sphere of radius cz first, th << 
2742                                               << 
2743   G4double sthe = std::acos(zCut2/cz);        << 
2744   G4double dthe = std::acos(zCut1/cz) - sthe; << 
2745   G4int nds = (GetNumberOfRotationSteps() + 1 << 
2746   G4int np1 = G4int(dthe*nds/pi + 0.5) + 1;   << 
2747   if (np1 <= 1) np1 = 2;                      << 
2748   G4int np2 = 2;                              << 
2749                                               << 
2750   G4double *zz, *rr;                          << 
2751   zz = new G4double[np1 + np2];               << 
2752   rr = new G4double[np1 + np2];               << 
2753   if ((zz == nullptr) || (rr == nullptr))     << 
2754   {                                           << 
2755     G4Exception("HepPolyhedronEllipsoid::HepP << 
2756                 "greps1002", FatalException,  << 
2757   }                                           << 
2758                                               << 
2759   G4double a = dthe/(np1 - 1);                << 
2760   G4double cosa, sina;                        << 
2761   for (G4int i = 0; i < np1; ++i)             << 
2762   {                                           << 
2763     cosa  = std::cos(sthe + i*a);             << 
2764     sina  = std::sin(sthe + i*a);             << 
2765     zz[i] = cz*cosa;                          << 
2766     rr[i] = cz*sina;                          << 
2767   }                                           << 
2768   zz[np1 + 0] = zCut2;                        << 
2769   rr[np1 + 0] = 0.;                           << 
2770   zz[np1 + 1] = zCut1;                        << 
2771   rr[np1 + 1] = 0.;                           << 
2772                                               << 
2773   //   R O T A T E    P O L Y L I N E S       << 
2774                                               << 
2775   RotateAroundZ(0, 0., twopi, np1, np2, zz, r << 
2776   SetReferences();                            << 
2777                                               << 
2778   delete [] zz;                               << 
2779   delete [] rr;                               << 
2780                                               << 
2781   // rescale x and y vertex coordinates       << 
2782   G4double kx = ax/cz;                        << 
2783   G4double ky = by/cz;                        << 
2784   G4Point3D* p = pV;                          << 
2785   for (G4int i = 0; i < nvert; ++i, ++p)      << 
2786   {                                           << 
2787     p->setX(p->x()*kx);                       << 
2788     p->setY(p->y()*ky);                       << 
2789   }                                           << 
2790 }                                             << 
2791                                               << 
2792 HepPolyhedronEllipsoid::~HepPolyhedronEllipso << 
2793                                               << 
2794 HepPolyhedronEllipticalCone::HepPolyhedronEll << 
2795                                               << 
2796                                               << 
2797                                               << 
2798 /******************************************** << 
2799  *                                            << 
2800  * Name: HepPolyhedronEllipticalCone          << 
2801  * Author: D.Anninos                          << 
2802  *                                            << 
2803  * Function: Constructor for EllipticalCone   << 
2804  *                                            << 
2805  * Input: ax, ay     - X & Y semi axes at z = << 
2806  *        h          - height of full cone    << 
2807  *        zTopCut    - Top Cut in Z Axis      << 
2808  *                                            << 
2809  ******************************************** << 
2810 {                                             << 
2811   //   C H E C K   I N P U T   P A R A M E T  << 
2812                                               << 
2813   G4int k = 0;                                << 
2814   if ( (ax <= 0.) || (ay <= 0.) || (h <= 0.)  << 
2815                                               << 
2816   if (k != 0) {                               << 
2817     std::cerr << "HepPolyhedronCone: error in << 
2818     std::cerr << std::endl;                   << 
2819     return;                                   << 
2820   }                                           << 
2821                                               << 
2822   //   P R E P A R E   T W O   P O L Y L I N  << 
2823                                               << 
2824   zTopCut = (h >= zTopCut ? zTopCut : h);     << 
2825                                               << 
2826   G4double *zz, *rr;                          << 
2827   zz = new G4double[4];                       << 
2828   rr = new G4double[4];                       << 
2829   zz[0] =   zTopCut;                          << 
2830   zz[1] =  -zTopCut;                          << 
2831   zz[2] =   zTopCut;                          << 
2832   zz[3] =  -zTopCut;                          << 
2833   rr[0] =  (h-zTopCut);                       << 
2834   rr[1] =  (h+zTopCut);                       << 
2835   rr[2] =  0.;                                << 
2836   rr[3] =  0.;                                << 
2837                                               << 
2838   //   R O T A T E    P O L Y L I N E S       << 
2839                                               << 
2840   RotateAroundZ(0, 0., twopi, 2, 2, zz, rr, - << 
2841   SetReferences();                            << 
2842                                               << 
2843   delete [] zz;                               << 
2844   delete [] rr;                               << 
2845                                               << 
2846   // rescale x and y vertex coordinates       << 
2847  {                                            << 
2848    G4Point3D * p= pV;                         << 
2849    for (G4int i=0; i<nvert; i++, p++) {       << 
2850      p->setX( p->x() * ax );                  << 
2851      p->setY( p->y() * ay );                  << 
2852    }                                          << 
2853  }                                            << 
2854 }                                             << 
2855                                               << 
2856 HepPolyhedronEllipticalCone::~HepPolyhedronEl << 
2857                                               << 
2858 HepPolyhedronHyperbolicMirror::HepPolyhedronH << 
2859                                               << 
2860                                               << 
2861 /******************************************** << 
2862  *                                            << 
2863  * Name: HepPolyhedronHyperbolicMirror        << 
2864  * Author: E.Tcherniaev (E.Chernyaev)         << 
2865  *                                            << 
2866  * Function: Create polyhedron for Hyperbolic << 
2867  *                                            << 
2868  * Input: a - half-separation                 << 
2869  *        h - height                          << 
2870  *        r - radius                          << 
2871  *                                            << 
2872  ******************************************** << 
2873 {                                             << 
2874   G4double H = std::abs(h);                   << 
2875   G4double R = std::abs(r);                   << 
2876   G4double A = std::abs(a);                   << 
2877   G4double B = A*R/std::sqrt(2*A*H + H*H);    << 
2878                                               << 
2879   //   P R E P A R E   T W O   P O L Y L I N  << 
2880                                               << 
2881   G4int np1 = (A == 0.) ? 2 : std::max(3, Get << 
2882   G4int np2 = 2;                              << 
2883   G4double maxAng = (A == 0.) ? 0. : std::aco << 
2884   G4double delAng = maxAng/(np1 - 1);         << 
2885                                               << 
2886   auto zz = new G4double[np1 + np2];          << 
2887   auto rr = new G4double[np1 + np2];          << 
2888                                               << 
2889   // 1st polyline                             << 
2890   zz[0] = H;                                  << 
2891   rr[0] = R;                                  << 
2892   for (G4int iz = 1; iz < np1 - 1; ++iz)      << 
2893   {                                           << 
2894     G4double ang = maxAng - iz*delAng;        << 
2895     zz[iz] = A*std::cosh(ang) - A;            << 
2896     rr[iz] = B*std::sinh(ang);                << 
2897   }                                           << 
2898   zz[np1 - 1] = 0.;                           << 
2899   rr[np1 - 1] = 0.;                           << 
2900                                               << 
2901   // 2nd polyline                             << 
2902   zz[np1] = H;                                << 
2903   rr[np1] = 0.;                               << 
2904   zz[np1 + 1] = 0.;                           << 
2905   rr[np1 + 1] = 0.;                           << 
2906                                               << 
2907   //   R O T A T E    P O L Y L I N E S       << 
2908                                               << 
2909   G4double phi  = 0.;                         << 
2910   G4double dphi = CLHEP::twopi;               << 
2911   RotateAroundZ(0, phi, dphi, np1, np2, zz, r << 
2912   SetReferences();                            << 
2913                                               << 
2914   delete [] zz;                                  1838   delete [] zz;
2915   delete [] rr;                                  1839   delete [] rr;
2916 }                                                1840 }
2917                                                  1841 
2918 HepPolyhedronHyperbolicMirror::~HepPolyhedron << 1842 HepPolyhedronTorus::~HepPolyhedronTorus() {}
2919                                                  1843 
2920 HepPolyhedronTetMesh::                        << 1844 int HepPolyhedron::fNumberOfRotationSteps = DEFAULT_NUMBER_OF_STEPS;
2921 HepPolyhedronTetMesh(const std::vector<G4Thre << 
2922 /******************************************** << 
2923  *                                            << 
2924  * Name: HepPolyhedronTetMesh                 << 
2925  * Author: E.Tcherniaev (E.Chernyaev)         << 
2926  *                                            << 
2927  * Function: Create polyhedron for tetrahedro << 
2928  *                                            << 
2929  * Input: tetrahedra - array of tetrahedron v << 
2930  *                     per tetrahedron        << 
2931  *                                            << 
2932  ******************************************** << 
2933 {                                             << 
2934   // Check size of input vector               << 
2935   G4int nnodes = (G4int)tetrahedra.size();    << 
2936   if (nnodes == 0)                            << 
2937   {                                           << 
2938     std::cerr                                 << 
2939       << "HepPolyhedronTetMesh: Empty tetrahe << 
2940     return;                                   << 
2941   }                                           << 
2942   G4int ntet = nnodes/4;                      << 
2943   if (nnodes != ntet*4)                       << 
2944   {                                           << 
2945     std::cerr << "HepPolyhedronTetMesh: Numbe << 
2946               << " in tetrahedron mesh is NOT << 
2947               << std::endl;                   << 
2948     return;                                   << 
2949   }                                           << 
2950                                               << 
2951   // Find coincident vertices using hash tabl << 
2952   // This could be done using std::unordered_ << 
2953   // below runs faster.                       << 
2954   std::vector<G4int> iheads(nnodes, -1);      << 
2955   std::vector<std::pair<G4int,G4int>> ipairs( << 
2956   for (G4int i = 0; i < nnodes; ++i)          << 
2957   {                                           << 
2958     // Generate hash key                      << 
2959     G4ThreeVector point = tetrahedra[i];      << 
2960     auto key = std::hash<G4double>()(point.x( << 
2961     key ^= std::hash<G4double>()(point.y());  << 
2962     key ^= std::hash<G4double>()(point.z());  << 
2963     key %= nnodes;                            << 
2964     // Check head of the list                 << 
2965     if (iheads[key] < 0)                      << 
2966     {                                         << 
2967       iheads[key] = i;                        << 
2968       ipairs[i].first = i;                    << 
2969       continue;                               << 
2970     }                                         << 
2971     // Loop along the list                    << 
2972     for (G4int icur = iheads[key], iprev = 0; << 
2973     {                                         << 
2974       G4int icheck = ipairs[icur].first;      << 
2975       if (tetrahedra[icheck] == point)        << 
2976       {                                       << 
2977         ipairs[i].first = icheck; // coincide << 
2978         break;                                << 
2979       }                                       << 
2980       iprev = icur;                           << 
2981       icur = ipairs[icur].second;             << 
2982       // Append vertex to the list            << 
2983       if (icur < 0)                           << 
2984       {                                       << 
2985         ipairs[i].first = i;                  << 
2986         ipairs[iprev].second = i;             << 
2987         break;                                << 
2988       }                                       << 
2989     }                                         << 
2990   }                                           << 
2991                                               << 
2992   // Create vector of original facets         << 
2993   struct facet                                << 
2994   {                                           << 
2995     G4int i1, i2, i3;                         << 
2996     facet() : i1(0), i2(0), i3(0) {};         << 
2997     facet(G4int k1, G4int k2, G4int k3) : i1( << 
2998   };                                          << 
2999   G4int nfacets = nnodes;                     << 
3000   std::vector<facet> ifacets(nfacets);        << 
3001   for (G4int i = 0; i < nfacets; i += 4)      << 
3002   {                                           << 
3003     G4int i0 = ipairs[i + 0].first;           << 
3004     G4int i1 = ipairs[i + 1].first;           << 
3005     G4int i2 = ipairs[i + 2].first;           << 
3006     G4int i3 = ipairs[i + 3].first;           << 
3007     if (i0 > i1) std::swap(i0, i1);           << 
3008     if (i0 > i2) std::swap(i0, i2);           << 
3009     if (i0 > i3) std::swap(i0, i3);           << 
3010     if (i1 > i2) std::swap(i1, i2);           << 
3011     if (i1 > i3) std::swap(i1, i3);           << 
3012     G4ThreeVector e1 = tetrahedra[i1] - tetra << 
3013     G4ThreeVector e2 = tetrahedra[i2] - tetra << 
3014     G4ThreeVector e3 = tetrahedra[i3] - tetra << 
3015     G4double volume = (e1.cross(e2)).dot(e3); << 
3016     if (volume > 0.) std::swap(i2, i3);       << 
3017     ifacets[i + 0] = facet(i0, i1, i2);       << 
3018     ifacets[i + 1] = facet(i0, i2, i3);       << 
3019     ifacets[i + 2] = facet(i0, i3, i1);       << 
3020     ifacets[i + 3] = facet(i1, i3, i2);       << 
3021   }                                           << 
3022                                               << 
3023   // Find shared facets                       << 
3024   std::fill(iheads.begin(), iheads.end(), -1) << 
3025   std::fill(ipairs.begin(), ipairs.end(), std << 
3026   for (G4int i = 0; i < nfacets; ++i)         << 
3027   {                                           << 
3028     // Check head of the list                 << 
3029     G4int key = ifacets[i].i1;                << 
3030     if (iheads[key] < 0)                      << 
3031     {                                         << 
3032       iheads[key] = i;                        << 
3033       ipairs[i].first = i;                    << 
3034       continue;                               << 
3035     }                                         << 
3036     // Loop along the list                    << 
3037     G4int i2 = ifacets[i].i2, i3 = ifacets[i] << 
3038     for (G4int icur = iheads[key], iprev = -1 << 
3039     {                                         << 
3040       G4int icheck = ipairs[icur].first;      << 
3041       if (ifacets[icheck].i2 == i3 && ifacets << 
3042       {                                       << 
3043         if (iprev < 0)                        << 
3044         {                                     << 
3045           iheads[key] = ipairs[icur].second;  << 
3046         }                                     << 
3047         else                                  << 
3048         {                                     << 
3049           ipairs[iprev].second = ipairs[icur] << 
3050         }                                     << 
3051         ipairs[icur].first = -1; // shared fa << 
3052         ipairs[icur].second = -1;             << 
3053         break;                                << 
3054       }                                       << 
3055       iprev = icur;                           << 
3056       icur = ipairs[icur].second;             << 
3057       // Append facet to the list             << 
3058       if (icur < 0)                           << 
3059       {                                       << 
3060         ipairs[i].first = i;                  << 
3061         ipairs[iprev].second = i;             << 
3062         break;                                << 
3063       }                                       << 
3064     }                                         << 
3065   }                                           << 
3066                                               << 
3067   // Count vertices and facets skipping share << 
3068   std::fill(iheads.begin(), iheads.end(), -1) << 
3069   G4int nver = 0, nfac = 0;                   << 
3070   for (G4int i = 0; i < nfacets; ++i)         << 
3071   {                                           << 
3072     if (ipairs[i].first < 0) continue;        << 
3073     G4int i1 = ifacets[i].i1;                 << 
3074     G4int i2 = ifacets[i].i2;                 << 
3075     G4int i3 = ifacets[i].i3;                 << 
3076     if (iheads[i1] < 0) iheads[i1] = nver++;  << 
3077     if (iheads[i2] < 0) iheads[i2] = nver++;  << 
3078     if (iheads[i3] < 0) iheads[i3] = nver++;  << 
3079     nfac++;                                   << 
3080   }                                           << 
3081                                               << 
3082   // Construct polyhedron                     << 
3083   AllocateMemory(nver, nfac);                 << 
3084   for (G4int i = 0; i < nnodes; ++i)          << 
3085   {                                           << 
3086     G4int k = iheads[i];                      << 
3087     if (k >= 0) SetVertex(k + 1, tetrahedra[i << 
3088   }                                           << 
3089   for (G4int i = 0, k = 0; i < nfacets; ++i)  << 
3090   {                                           << 
3091     if (ipairs[i].first < 0) continue;        << 
3092     G4int i1 = iheads[ifacets[i].i1] + 1;     << 
3093     G4int i2 = iheads[ifacets[i].i2] + 1;     << 
3094     G4int i3 = iheads[ifacets[i].i3] + 1;     << 
3095     SetFacet(++k, i1, i2, i3);                << 
3096   }                                           << 
3097   SetReferences();                            << 
3098 }                                             << 
3099                                               << 
3100 HepPolyhedronTetMesh::~HepPolyhedronTetMesh() << 
3101                                               << 
3102 HepPolyhedronBoxMesh::                        << 
3103 HepPolyhedronBoxMesh(G4double sizeX, G4double << 
3104                      const std::vector<G4Thre << 
3105 /******************************************** << 
3106  *                                            << 
3107  * Name: HepPolyhedronBoxMesh                 << 
3108  * Author: E.Tcherniaev (E.Chernyaev)         << 
3109  *                                            << 
3110  * Function: Create polyhedron for box mesh   << 
3111  *                                            << 
3112  * Input: sizeX, sizeY, sizeZ - dimensions of << 
3113  *        positions - vector of cell centres  << 
3114  *                                            << 
3115  ******************************************** << 
3116 {                                             << 
3117   G4int nbox = (G4int)positions.size();       << 
3118   if (nbox == 0)                              << 
3119   {                                           << 
3120     std::cerr << "HepPolyhedronBoxMesh: Empty << 
3121     return;                                   << 
3122   }                                           << 
3123   // compute inverse dimensions               << 
3124   G4double invx = 1./sizeX, invy = 1./sizeY,  << 
3125   // find mesh bounding box                   << 
3126   G4ThreeVector pmin = positions[0], pmax = p << 
3127   for (const auto& p: positions)              << 
3128   {                                           << 
3129     if (pmin.x() > p.x()) pmin.setX(p.x());   << 
3130     if (pmin.y() > p.y()) pmin.setY(p.y());   << 
3131     if (pmin.z() > p.z()) pmin.setZ(p.z());   << 
3132     if (pmax.x() < p.x()) pmax.setX(p.x());   << 
3133     if (pmax.y() < p.y()) pmax.setY(p.y());   << 
3134     if (pmax.z() < p.z()) pmax.setZ(p.z());   << 
3135   }                                           << 
3136   // find number of voxels                    << 
3137   G4int nx = (pmax.x() - pmin.x())*invx + 1.5 << 
3138   G4int ny = (pmax.y() - pmin.y())*invy + 1.5 << 
3139   G4int nz = (pmax.z() - pmin.z())*invz + 1.5 << 
3140   // create structures for voxels and node in << 
3141   std::vector<char> voxels(nx*ny*nz, 0);      << 
3142   std::vector<G4int> indices((nx+1)*(ny+1)*(n << 
3143   // mark voxels listed in positions          << 
3144   G4int kx =  ny*nz, ky = nz;                 << 
3145   for (const auto& p: positions)              << 
3146   {                                           << 
3147     G4int ix = (p.x() - pmin.x())*invx + 0.5; << 
3148     G4int iy = (p.y() - pmin.y())*invy + 0.5; << 
3149     G4int iz = (p.z() - pmin.z())*invz + 0.5; << 
3150     G4int i = ix*kx + iy*ky + iz;             << 
3151     voxels[i] = 1;                            << 
3152   }                                           << 
3153   // count number of vertices and facets      << 
3154   // set indices                              << 
3155   G4int kvx = (ny + 1)*(nz + 1), kvy = nz + 1 << 
3156   G4int nver = 0, nfac = 0;                   << 
3157   for (const auto& p: positions)              << 
3158   {                                           << 
3159     G4int ix = (p.x() - pmin.x())*invx + 0.5; << 
3160     G4int iy = (p.y() - pmin.y())*invy + 0.5; << 
3161     G4int iz = (p.z() - pmin.z())*invz + 0.5; << 
3162     //                                        << 
3163     //    011       111                       << 
3164     //      +---–---+                       << 
3165     //      | 001   |   101                   << 
3166     //      |   +---–---+                   << 
3167     //      |   |   |   |                     << 
3168     //      +---|---+   |                     << 
3169     //    010   |   110 |                     << 
3170     //          +-------+                     << 
3171     //        000       100                   << 
3172     //                                        << 
3173     G4int vcheck = 0;                         << 
3174     // check (ix - 1) side                    << 
3175     vcheck = (ix == 0) ? 0 : voxels[(ix-1)*kx << 
3176     if (vcheck == 0)                          << 
3177     {                                         << 
3178       nfac++;                                 << 
3179       G4int i1 = (ix+0)*kvx + (iy+0)*kvy + (i << 
3180       G4int i2 = (ix+0)*kvx + (iy+0)*kvy + (i << 
3181       G4int i3 = (ix+0)*kvx + (iy+1)*kvy + (i << 
3182       G4int i4 = (ix+0)*kvx + (iy+1)*kvy + (i << 
3183       if (indices[i1] == 0) indices[i1] = ++n << 
3184       if (indices[i2] == 0) indices[i2] = ++n << 
3185       if (indices[i3] == 0) indices[i3] = ++n << 
3186       if (indices[i4] == 0) indices[i4] = ++n << 
3187     }                                         << 
3188     // check (ix + 1) side                    << 
3189     vcheck = (ix == nx - 1) ? 0 : voxels[(ix+ << 
3190     if (vcheck == 0)                          << 
3191     {                                         << 
3192       nfac++;                                 << 
3193       G4int i1 = (ix+1)*kvx + (iy+1)*kvy + (i << 
3194       G4int i2 = (ix+1)*kvx + (iy+1)*kvy + (i << 
3195       G4int i3 = (ix+1)*kvx + (iy+0)*kvy + (i << 
3196       G4int i4 = (ix+1)*kvx + (iy+0)*kvy + (i << 
3197       if (indices[i1] == 0) indices[i1] = ++n << 
3198       if (indices[i2] == 0) indices[i2] = ++n << 
3199       if (indices[i3] == 0) indices[i3] = ++n << 
3200       if (indices[i4] == 0) indices[i4] = ++n << 
3201     }                                         << 
3202     // check (iy - 1) side                    << 
3203     vcheck = (iy == 0) ? 0 : voxels[ix*kx + ( << 
3204     if (vcheck == 0)                          << 
3205     {                                         << 
3206       nfac++;                                 << 
3207       G4int i1 = (ix+0)*kvx + (iy+0)*kvy + (i << 
3208       G4int i2 = (ix+1)*kvx + (iy+0)*kvy + (i << 
3209       G4int i3 = (ix+1)*kvx + (iy+0)*kvy + (i << 
3210       G4int i4 = (ix+0)*kvx + (iy+0)*kvy + (i << 
3211       if (indices[i1] == 0) indices[i1] = ++n << 
3212       if (indices[i2] == 0) indices[i2] = ++n << 
3213       if (indices[i3] == 0) indices[i3] = ++n << 
3214       if (indices[i4] == 0) indices[i4] = ++n << 
3215     }                                         << 
3216     // check (iy + 1) side                    << 
3217     vcheck = (iy == ny - 1) ? 0 : voxels[ix*k << 
3218     if (vcheck == 0)                          << 
3219     {                                         << 
3220       nfac++;                                 << 
3221       G4int i1 = (ix+0)*kvx + (iy+1)*kvy + (i << 
3222       G4int i2 = (ix+0)*kvx + (iy+1)*kvy + (i << 
3223       G4int i3 = (ix+1)*kvx + (iy+1)*kvy + (i << 
3224       G4int i4 = (ix+1)*kvx + (iy+1)*kvy + (i << 
3225       if (indices[i1] == 0) indices[i1] = ++n << 
3226       if (indices[i2] == 0) indices[i2] = ++n << 
3227       if (indices[i3] == 0) indices[i3] = ++n << 
3228       if (indices[i4] == 0) indices[i4] = ++n << 
3229     }                                         << 
3230     // check (iz - 1) side                    << 
3231     vcheck = (iz == 0) ? 0 : voxels[ix*kx + i << 
3232     if (vcheck == 0)                          << 
3233     {                                         << 
3234       nfac++;                                 << 
3235       G4int i1 = (ix+0)*kvx + (iy+0)*kvy + (i << 
3236       G4int i2 = (ix+0)*kvx + (iy+1)*kvy + (i << 
3237       G4int i3 = (ix+1)*kvx + (iy+1)*kvy + (i << 
3238       G4int i4 = (ix+1)*kvx + (iy+0)*kvy + (i << 
3239       if (indices[i1] == 0) indices[i1] = ++n << 
3240       if (indices[i2] == 0) indices[i2] = ++n << 
3241       if (indices[i3] == 0) indices[i3] = ++n << 
3242       if (indices[i4] == 0) indices[i4] = ++n << 
3243     }                                         << 
3244     // check (iz + 1) side                    << 
3245     vcheck = (iz == nz - 1) ? 0 : voxels[ix*k << 
3246     if (vcheck == 0)                          << 
3247     {                                         << 
3248       nfac++;                                 << 
3249       G4int i1 = (ix+0)*kvx + (iy+0)*kvy + (i << 
3250       G4int i2 = (ix+1)*kvx + (iy+0)*kvy + (i << 
3251       G4int i3 = (ix+1)*kvx + (iy+1)*kvy + (i << 
3252       G4int i4 = (ix+0)*kvx + (iy+1)*kvy + (i << 
3253       if (indices[i1] == 0) indices[i1] = ++n << 
3254       if (indices[i2] == 0) indices[i2] = ++n << 
3255       if (indices[i3] == 0) indices[i3] = ++n << 
3256       if (indices[i4] == 0) indices[i4] = ++n << 
3257     }                                         << 
3258   }                                           << 
3259   // Construct polyhedron                     << 
3260   AllocateMemory(nver, nfac);                 << 
3261   G4ThreeVector p0(pmin.x() - 0.5*sizeX, pmin << 
3262   for (G4int ix = 0; ix <= nx; ++ix)          << 
3263   {                                           << 
3264     for (G4int iy = 0; iy <= ny; ++iy)        << 
3265     {                                         << 
3266       for (G4int iz = 0; iz <= nz; ++iz)      << 
3267       {                                       << 
3268   G4int i = ix*kvx + iy*kvy + iz;             << 
3269   if (indices[i] == 0) continue;              << 
3270   SetVertex(indices[i], p0 + G4ThreeVector(ix << 
3271       }                                       << 
3272     }                                         << 
3273   }                                           << 
3274   nfac = 0;                                   << 
3275   for (const auto& p: positions)              << 
3276   {                                           << 
3277     G4int ix = (p.x() - pmin.x())*invx + 0.5; << 
3278     G4int iy = (p.y() - pmin.y())*invy + 0.5; << 
3279     G4int iz = (p.z() - pmin.z())*invz + 0.5; << 
3280     G4int vcheck = 0;                         << 
3281     // check (ix - 1) side                    << 
3282     vcheck = (ix == 0) ? 0 : voxels[(ix-1)*kx << 
3283     if (vcheck == 0)                          << 
3284     {                                         << 
3285       G4int i1 = (ix+0)*kvx + (iy+0)*kvy + (i << 
3286       G4int i2 = (ix+0)*kvx + (iy+0)*kvy + (i << 
3287       G4int i3 = (ix+0)*kvx + (iy+1)*kvy + (i << 
3288       G4int i4 = (ix+0)*kvx + (iy+1)*kvy + (i << 
3289       SetFacet(++nfac, indices[i1], indices[i << 
3290     }                                         << 
3291     // check (ix + 1) side                    << 
3292     vcheck = (ix == nx - 1) ? 0 : voxels[(ix+ << 
3293     if (vcheck == 0)                          << 
3294     {                                         << 
3295       G4int i1 = (ix+1)*kvx + (iy+1)*kvy + (i << 
3296       G4int i2 = (ix+1)*kvx + (iy+1)*kvy + (i << 
3297       G4int i3 = (ix+1)*kvx + (iy+0)*kvy + (i << 
3298       G4int i4 = (ix+1)*kvx + (iy+0)*kvy + (i << 
3299       SetFacet(++nfac, indices[i1], indices[i << 
3300                                               << 
3301     }                                         << 
3302     // check (iy - 1) side                    << 
3303     vcheck = (iy == 0) ? 0 : voxels[ix*kx + ( << 
3304     if (vcheck == 0)                          << 
3305     {                                         << 
3306       G4int i1 = (ix+0)*kvx + (iy+0)*kvy + (i << 
3307       G4int i2 = (ix+1)*kvx + (iy+0)*kvy + (i << 
3308       G4int i3 = (ix+1)*kvx + (iy+0)*kvy + (i << 
3309       G4int i4 = (ix+0)*kvx + (iy+0)*kvy + (i << 
3310       SetFacet(++nfac, indices[i1], indices[i << 
3311     }                                         << 
3312     // check (iy + 1) side                    << 
3313     vcheck = (iy == ny - 1) ? 0 : voxels[ix*k << 
3314     if (vcheck == 0)                          << 
3315     {                                         << 
3316       G4int i1 = (ix+0)*kvx + (iy+1)*kvy + (i << 
3317       G4int i2 = (ix+0)*kvx + (iy+1)*kvy + (i << 
3318       G4int i3 = (ix+1)*kvx + (iy+1)*kvy + (i << 
3319       G4int i4 = (ix+1)*kvx + (iy+1)*kvy + (i << 
3320       SetFacet(++nfac, indices[i1], indices[i << 
3321     }                                         << 
3322     // check (iz - 1) side                    << 
3323     vcheck = (iz == 0) ? 0 : voxels[ix*kx + i << 
3324     if (vcheck == 0)                          << 
3325     {                                         << 
3326       G4int i1 = (ix+0)*kvx + (iy+0)*kvy + (i << 
3327       G4int i2 = (ix+0)*kvx + (iy+1)*kvy + (i << 
3328       G4int i3 = (ix+1)*kvx + (iy+1)*kvy + (i << 
3329       G4int i4 = (ix+1)*kvx + (iy+0)*kvy + (i << 
3330       SetFacet(++nfac, indices[i1], indices[i << 
3331     }                                         << 
3332     // check (iz + 1) side                    << 
3333     vcheck = (iz == nz - 1) ? 0 : voxels[ix*k << 
3334     if (vcheck == 0)                          << 
3335     {                                         << 
3336       G4int i1 = (ix+0)*kvx + (iy+0)*kvy + (i << 
3337       G4int i2 = (ix+1)*kvx + (iy+0)*kvy + (i << 
3338       G4int i3 = (ix+1)*kvx + (iy+1)*kvy + (i << 
3339       G4int i4 = (ix+0)*kvx + (iy+1)*kvy + (i << 
3340       SetFacet(++nfac, indices[i1], indices[i << 
3341     }                                         << 
3342   }                                           << 
3343   SetReferences();                            << 
3344 }                                             << 
3345                                               << 
3346 HepPolyhedronBoxMesh::~HepPolyhedronBoxMesh() << 
3347                                               << 
3348 G4ThreadLocal                                 << 
3349 G4int HepPolyhedron::fNumberOfRotationSteps = << 
3350 /********************************************    1845 /***********************************************************************
3351  *                                               1846  *                                                                     *
3352  * Name: HepPolyhedron::fNumberOfRotationStep    1847  * Name: HepPolyhedron::fNumberOfRotationSteps       Date:    24.06.97 *
3353  * Author: J.Allison (Manchester University)     1848  * Author: J.Allison (Manchester University)         Revised:          *
3354  *                                               1849  *                                                                     *
3355  * Function: Number of steps for whole circle    1850  * Function: Number of steps for whole circle                          *
3356  *                                               1851  *                                                                     *
3357  ********************************************    1852  ***********************************************************************/
3358                                                  1853 
3359 #include "BooleanProcessor.src"                  1854 #include "BooleanProcessor.src"
                                                   >> 1855 static BooleanProcessor processor;
3360                                                  1856 
3361 HepPolyhedron HepPolyhedron::add(const HepPol << 1857 HepPolyhedron HepPolyhedron::add(const HepPolyhedron & p) const 
3362 /********************************************    1858 /***********************************************************************
3363  *                                               1859  *                                                                     *
3364  * Name: HepPolyhedron::add                      1860  * Name: HepPolyhedron::add                          Date:    19.03.00 *
3365  * Author: E.Chernyaev                           1861  * Author: E.Chernyaev                               Revised:          *
3366  *                                               1862  *                                                                     *
3367  * Function: Boolean "union" of two polyhedra    1863  * Function: Boolean "union" of two polyhedra                          *
3368  *                                               1864  *                                                                     *
3369  ********************************************    1865  ***********************************************************************/
3370 {                                                1866 {
3371   G4int ierr;                                 << 1867   return processor.execute(OP_UNION, *this, p);
3372   BooleanProcessor processor;                 << 
3373   return processor.execute(OP_UNION, *this, p << 
3374 }                                                1868 }
3375                                                  1869 
3376 HepPolyhedron HepPolyhedron::intersect(const  << 1870 HepPolyhedron HepPolyhedron::intersect(const HepPolyhedron & p) const 
3377 /********************************************    1871 /***********************************************************************
3378  *                                               1872  *                                                                     *
3379  * Name: HepPolyhedron::intersect                1873  * Name: HepPolyhedron::intersect                    Date:    19.03.00 *
3380  * Author: E.Chernyaev                           1874  * Author: E.Chernyaev                               Revised:          *
3381  *                                               1875  *                                                                     *
3382  * Function: Boolean "intersection" of two po    1876  * Function: Boolean "intersection" of two polyhedra                   *
3383  *                                               1877  *                                                                     *
3384  ********************************************    1878  ***********************************************************************/
3385 {                                                1879 {
3386   G4int ierr;                                 << 1880   return processor.execute(OP_INTERSECTION, *this, p);
3387   BooleanProcessor processor;                 << 
3388   return processor.execute(OP_INTERSECTION, * << 
3389 }                                                1881 }
3390                                                  1882 
3391 HepPolyhedron HepPolyhedron::subtract(const H << 1883 HepPolyhedron HepPolyhedron::subtract(const HepPolyhedron & p) const 
3392 /********************************************    1884 /***********************************************************************
3393  *                                               1885  *                                                                     *
3394  * Name: HepPolyhedron::add                      1886  * Name: HepPolyhedron::add                          Date:    19.03.00 *
3395  * Author: E.Chernyaev                           1887  * Author: E.Chernyaev                               Revised:          *
3396  *                                               1888  *                                                                     *
3397  * Function: Boolean "subtraction" of "p" fro    1889  * Function: Boolean "subtraction" of "p" from "this"                  *
3398  *                                               1890  *                                                                     *
3399  ********************************************    1891  ***********************************************************************/
3400 {                                                1892 {
3401   G4int ierr;                                 << 1893   return processor.execute(OP_SUBTRACTION, *this, p);
3402   BooleanProcessor processor;                 << 
3403   return processor.execute(OP_SUBTRACTION, *t << 
3404 }                                                1894 }
3405                                                  1895 
3406 //NOTE : include the code of HepPolyhedronPro << 1896 bool HepPolyhedron::IsErrorBooleanProcess() const {
3407 //       since there is no BooleanProcessor.h << 1897   return processor.get_processor_error();
3408                                               << 1898 }
3409 #undef INTERSECTION                           << 
3410                                               << 
3411 #include "HepPolyhedronProcessor.src"         << 
3412                                                  1899