Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/geometry/solids/Boolean/src/G4BooleanSolid.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 /geometry/solids/Boolean/src/G4BooleanSolid.cc (Version 11.3.0) and /geometry/solids/Boolean/src/G4BooleanSolid.cc (Version 6.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 //
 26 // Implementation of the base class for solids <<  23 //
                                                   >>  24 // $Id: G4BooleanSolid.cc,v 1.11 2003/11/03 17:48:45 gcosmo Exp $
                                                   >>  25 // GEANT4 tag $Name: geant4-06-00-patch-01 $
                                                   >>  26 //
                                                   >>  27 // Implementation for the abstract base class for solids created by boolean 
 27 // operations between other solids                 28 // operations between other solids
 28 //                                                 29 //
 29 // 1998.09.10 V.Grichine - created             <<  30 // History:
                                                   >>  31 //
                                                   >>  32 // 10.09.98 V.Grichine, created
                                                   >>  33 //
 30 // -------------------------------------------     34 // --------------------------------------------------------------------
 31                                                    35 
 32 #include "G4BooleanSolid.hh"                       36 #include "G4BooleanSolid.hh"
 33 #include "G4VSolid.hh"                             37 #include "G4VSolid.hh"
 34 #include "G4DisplacedSolid.hh"                 << 
 35 #include "G4ReflectedSolid.hh"                 << 
 36 #include "G4ScaledSolid.hh"                    << 
 37 #include "G4Polyhedron.hh"                     << 
 38 #include "HepPolyhedronProcessor.h"            << 
 39 #include "G4QuickRand.hh"                      << 
 40                                                << 
 41 #include "G4AutoLock.hh"                       << 
 42                                                << 
 43 namespace                                      << 
 44 {                                              << 
 45   G4RecursiveMutex polyhedronMutex = G4MUTEX_I << 
 46 }                                              << 
 47                                                << 
 48 G4VBooleanProcessor* G4BooleanSolid::fExternal << 
 49                                                    38 
 50 //////////////////////////////////////////////     39 //////////////////////////////////////////////////////////////////
 51 //                                                 40 //
 52 // Constructor                                     41 // Constructor
 53                                                    42 
 54 G4BooleanSolid::G4BooleanSolid( const G4String     43 G4BooleanSolid::G4BooleanSolid( const G4String& pName,
 55                                 G4VSolid* pSol     44                                 G4VSolid* pSolidA ,
 56                                 G4VSolid* pSol <<  45                                 G4VSolid* pSolidB   ) :
 57   : G4VSolid(pName), fPtrSolidA(pSolidA), fPtr <<  46   G4VSolid(pName),
                                                   >>  47   createdDisplacedSolid(false)
 58 {                                                  48 {
                                                   >>  49   fPtrSolidA = pSolidA ;
                                                   >>  50   fPtrSolidB = pSolidB ;
 59 }                                                  51 }
 60                                                    52 
 61 //////////////////////////////////////////////     53 //////////////////////////////////////////////////////////////////
 62 //                                                 54 //
 63 // Constructor                                     55 // Constructor
 64                                                    56 
 65 G4BooleanSolid::G4BooleanSolid( const G4String     57 G4BooleanSolid::G4BooleanSolid( const G4String& pName,
 66                                       G4VSolid     58                                       G4VSolid* pSolidA ,
 67                                       G4VSolid     59                                       G4VSolid* pSolidB ,
 68                                       G4Rotati     60                                       G4RotationMatrix* rotMatrix,
 69                                 const G4ThreeV <<  61                                 const G4ThreeVector& transVector    ) :
 70   : G4VSolid(pName), createdDisplacedSolid(tru <<  62   G4VSolid(pName),
                                                   >>  63   createdDisplacedSolid(true)
 71 {                                                  64 {
 72   fPtrSolidA = pSolidA ;                           65   fPtrSolidA = pSolidA ;
 73   fPtrSolidB = new G4DisplacedSolid("placedB",     66   fPtrSolidB = new G4DisplacedSolid("placedB",pSolidB,rotMatrix,transVector) ;
 74 }                                                  67 }
 75                                                    68 
 76 //////////////////////////////////////////////     69 //////////////////////////////////////////////////////////////////
 77 //                                                 70 //
 78 // Constructor                                     71 // Constructor
 79                                                    72 
 80 G4BooleanSolid::G4BooleanSolid( const G4String     73 G4BooleanSolid::G4BooleanSolid( const G4String& pName,
 81                                       G4VSolid     74                                       G4VSolid* pSolidA ,
 82                                       G4VSolid     75                                       G4VSolid* pSolidB ,
 83                                 const G4Transf <<  76                                 const G4Transform3D& transform    ) :
 84   : G4VSolid(pName), createdDisplacedSolid(tru <<  77   G4VSolid(pName),
                                                   >>  78   createdDisplacedSolid(true)
 85 {                                                  79 {
 86   fPtrSolidA = pSolidA ;                           80   fPtrSolidA = pSolidA ;
 87   fPtrSolidB = new G4DisplacedSolid("placedB",     81   fPtrSolidB = new G4DisplacedSolid("placedB",pSolidB,transform) ;
 88 }                                                  82 }
 89                                                    83 
 90 //////////////////////////////////////////////     84 ///////////////////////////////////////////////////////////////
 91 //                                                 85 //
 92 // Fake default constructor - sets only member << 
 93 //                            for usage restri << 
 94                                                << 
 95 G4BooleanSolid::G4BooleanSolid( __void__& a )  << 
 96   : G4VSolid(a)                                << 
 97 {                                              << 
 98 }                                              << 
 99                                                << 
100 ////////////////////////////////////////////// << 
101 //                                             << 
102 // Destructor deletes transformation contents      86 // Destructor deletes transformation contents of the created displaced solid
103                                                    87 
104 G4BooleanSolid::~G4BooleanSolid()                  88 G4BooleanSolid::~G4BooleanSolid() 
105 {                                                  89 {
106   if(createdDisplacedSolid)                        90   if(createdDisplacedSolid)
107   {                                                91   {
108     ((G4DisplacedSolid*)fPtrSolidB)->CleanTran     92     ((G4DisplacedSolid*)fPtrSolidB)->CleanTransformations();
109   }                                                93   }
110   delete fpPolyhedron; fpPolyhedron = nullptr; << 
111 }                                              << 
112                                                << 
113 ////////////////////////////////////////////// << 
114 //                                             << 
115 // Copy constructor                            << 
116                                                << 
117 G4BooleanSolid::G4BooleanSolid(const G4Boolean << 
118   : G4VSolid (rhs), fPtrSolidA(rhs.fPtrSolidA) << 
119     fCubicVolume(rhs.fCubicVolume), fSurfaceAr << 
120     fCubVolStatistics(rhs.fCubVolStatistics),  << 
121     fAreaStatistics(rhs.fAreaStatistics),      << 
122     fCubVolEpsilon(rhs.fCubVolEpsilon),        << 
123     fAreaAccuracy(rhs.fAreaAccuracy),          << 
124     createdDisplacedSolid(rhs.createdDisplaced << 
125 {                                              << 
126   fPrimitives.resize(0); fPrimitivesSurfaceAre << 
127 }                                                  94 }
128                                                    95 
129 //////////////////////////////////////////////     96 ///////////////////////////////////////////////////////////////
130 //                                                 97 //
131 // Assignment operator                         <<  98 // If Solid is made up from a Boolean operation of two solids,
132                                                <<  99 //   return the corresponding solid (for no=0 and 1)
133 G4BooleanSolid& G4BooleanSolid::operator = (co << 
134 {                                              << 
135   // Check assignment to self                  << 
136   //                                           << 
137   if (this == &rhs)  { return *this; }         << 
138                                                << 
139   // Copy base class data                      << 
140   //                                           << 
141   G4VSolid::operator=(rhs);                    << 
142                                                << 
143   // Copy data                                 << 
144   //                                           << 
145   fPtrSolidA= rhs.fPtrSolidA; fPtrSolidB= rhs. << 
146   fCubicVolume= rhs.fCubicVolume; fSurfaceArea << 
147   fCubVolStatistics = rhs.fCubVolStatistics; f << 
148   fAreaStatistics = rhs.fAreaStatistics; fArea << 
149   createdDisplacedSolid= rhs.createdDisplacedS << 
150                                                << 
151   fRebuildPolyhedron = false;                  << 
152   delete fpPolyhedron; fpPolyhedron = nullptr; << 
153   fPrimitives.resize(0); fPrimitivesSurfaceAre << 
154                                                << 
155   return *this;                                << 
156 }                                              << 
157                                                << 
158 ////////////////////////////////////////////// << 
159 //                                             << 
160 // If solid is made up from a Boolean operatio << 
161 // return the corresponding solid (for no=0 an << 
162 // If the solid is not a "Boolean", return 0      100 // If the solid is not a "Boolean", return 0
163                                                   101 
164 const G4VSolid* G4BooleanSolid::GetConstituent    102 const G4VSolid* G4BooleanSolid::GetConstituentSolid(G4int no) const
165 {                                                 103 {
166   const G4VSolid* subSolid = nullptr;          << 104   const G4VSolid*  subSolid=0;
167   if( no == 0 )                                   105   if( no == 0 )  
168     subSolid = fPtrSolidA;                        106     subSolid = fPtrSolidA;
169   else if( no == 1 )                              107   else if( no == 1 ) 
170     subSolid = fPtrSolidB;                        108     subSolid = fPtrSolidB;
171   else                                            109   else
172   {                                               110   {
173     DumpInfo();                                   111     DumpInfo();
174     G4Exception("G4BooleanSolid::GetConstituen    112     G4Exception("G4BooleanSolid::GetConstituentSolid()",
175                 "GeomSolids0002", FatalExcepti << 113                 "WrongArgumentValue", FatalException,
                                                   >> 114                 "Invalid solid index.");
176   }                                               115   }
                                                   >> 116 
177   return subSolid;                                117   return subSolid;
178 }                                                 118 }
179                                                   119 
180 //////////////////////////////////////////////    120 ///////////////////////////////////////////////////////////////
181 //                                                121 //
182 // If solid is made up from a Boolean operatio << 122 // If Solid is made up from a Boolean operation of two solids,
183 // return the corresponding solid (for no=0 an << 123 //   return the corresponding solid (for no=0 and 1)
184 // If the solid is not a "Boolean", return 0      124 // If the solid is not a "Boolean", return 0
185                                                   125 
186 G4VSolid* G4BooleanSolid::GetConstituentSolid(    126 G4VSolid* G4BooleanSolid::GetConstituentSolid(G4int no)
187 {                                                 127 {
188   G4VSolid* subSolid = nullptr;                << 128   G4VSolid*  subSolid=0;
189   if( no == 0 )                                   129   if( no == 0 )  
190     subSolid = fPtrSolidA;                        130     subSolid = fPtrSolidA;
191   else if( no == 1 )                              131   else if( no == 1 ) 
192     subSolid = fPtrSolidB;                        132     subSolid = fPtrSolidB;
193   else                                            133   else
194   {                                               134   {
195     DumpInfo();                                   135     DumpInfo();
196     G4Exception("G4BooleanSolid::GetConstituen    136     G4Exception("G4BooleanSolid::GetConstituentSolid()",
197                 "GeomSolids0002", FatalExcepti << 137                 "WrongArgumentValue", FatalException,
                                                   >> 138                 "Invalid solid index.");
198   }                                               139   }
                                                   >> 140 
199   return subSolid;                                141   return subSolid;
200 }                                                 142 }
201                                                   143 
202 //////////////////////////////////////////////    144 //////////////////////////////////////////////////////////////////////////
203 //                                                145 //
204 // Returns entity type                            146 // Returns entity type
205                                                   147 
206 G4GeometryType G4BooleanSolid::GetEntityType()    148 G4GeometryType G4BooleanSolid::GetEntityType() const 
207 {                                                 149 {
208   return {"G4BooleanSolid"};                   << 150   return G4String("G4BooleanSolid");
209 }                                              << 
210                                                << 
211 ////////////////////////////////////////////// << 
212 //                                             << 
213 // Set number of random points to be used for  << 
214                                                << 
215 void G4BooleanSolid::SetCubVolStatistics(G4int << 
216 {                                              << 
217   if (st != fCubVolStatistics) { fCubicVolume  << 
218   fCubVolStatistics = st;                      << 
219                                                << 
220   // Propagate st to all components of the 1st << 
221   if (fPtrSolidA->GetNumOfConstituents() > 1)  << 
222   {                                            << 
223     G4VSolid* ptr = fPtrSolidA;                << 
224     while(true)                                << 
225     {                                          << 
226       G4String type = ptr->GetEntityType();    << 
227       if (type == "G4DisplacedSolid")          << 
228       {                                        << 
229         ptr = ((G4DisplacedSolid*)ptr)->GetCon << 
230         continue;                              << 
231       }                                        << 
232       if (type == "G4ReflectedSolid")          << 
233       {                                        << 
234         ptr = ((G4ReflectedSolid*)ptr)->GetCon << 
235         continue;                              << 
236       }                                        << 
237       if (type == "G4ScaledSolid")             << 
238       {                                        << 
239         ptr = ((G4ScaledSolid*)ptr)->GetUnscal << 
240         continue;                              << 
241       }                                        << 
242       if (type != "G4MultiUnion") // G4MultiUn << 
243       {                                        << 
244   ((G4BooleanSolid*)ptr)->SetCubVolStatistics( << 
245       }                                        << 
246       break;                                   << 
247     }                                          << 
248   }                                            << 
249                                                << 
250   // Propagate st to all components of the 2nd << 
251   if (fPtrSolidB->GetNumOfConstituents() > 1)  << 
252   {                                            << 
253     G4VSolid* ptr = fPtrSolidB;                << 
254     while(true)                                << 
255     {                                          << 
256       G4String type = ptr->GetEntityType();    << 
257       if (type == "G4DisplacedSolid")          << 
258       {                                        << 
259         ptr = ((G4DisplacedSolid*)ptr)->GetCon << 
260         continue;                              << 
261       }                                        << 
262       if (type == "G4ReflectedSolid")          << 
263       {                                        << 
264         ptr = ((G4ReflectedSolid*)ptr)->GetCon << 
265         continue;                              << 
266       }                                        << 
267       if (type == "G4ScaledSolid")             << 
268       {                                        << 
269         ptr = ((G4ScaledSolid*)ptr)->GetUnscal << 
270         continue;                              << 
271       }                                        << 
272       if (type != "G4MultiUnion") // G4MultiUn << 
273       {                                        << 
274   ((G4BooleanSolid*)ptr)->SetCubVolStatistics( << 
275       }                                        << 
276       break;                                   << 
277     }                                          << 
278   }                                            << 
279 }                                              << 
280                                                << 
281 ////////////////////////////////////////////// << 
282 //                                             << 
283 // Set epsilon for computing cubic volume      << 
284                                                << 
285 void G4BooleanSolid::SetCubVolEpsilon(G4double << 
286 {                                              << 
287   if (ep != fCubVolEpsilon) { fCubicVolume = - << 
288   fCubVolEpsilon = ep;                         << 
289                                                << 
290   // Propagate ep to all components of the 1st << 
291   if (fPtrSolidA->GetNumOfConstituents() > 1)  << 
292   {                                            << 
293     G4VSolid* ptr = fPtrSolidA;                << 
294     while(true)                                << 
295     {                                          << 
296       G4String type = ptr->GetEntityType();    << 
297       if (type == "G4DisplacedSolid")          << 
298       {                                        << 
299         ptr = ((G4DisplacedSolid*)ptr)->GetCon << 
300         continue;                              << 
301       }                                        << 
302       if (type == "G4ReflectedSolid")          << 
303       {                                        << 
304         ptr = ((G4ReflectedSolid*)ptr)->GetCon << 
305         continue;                              << 
306       }                                        << 
307       if (type == "G4ScaledSolid")             << 
308       {                                        << 
309         ptr = ((G4ScaledSolid*)ptr)->GetUnscal << 
310         continue;                              << 
311       }                                        << 
312       if (type != "G4MultiUnion") // G4MultiUn << 
313       {                                        << 
314   ((G4BooleanSolid*)ptr)->SetCubVolEpsilon(ep) << 
315       }                                        << 
316       break;                                   << 
317     }                                          << 
318   }                                            << 
319                                                << 
320   // Propagate ep to all components of the 2nd << 
321   if (fPtrSolidB->GetNumOfConstituents() > 1)  << 
322   {                                            << 
323     G4VSolid* ptr = fPtrSolidB;                << 
324     while(true)                                << 
325     {                                          << 
326       G4String type = ptr->GetEntityType();    << 
327       if (type == "G4DisplacedSolid")          << 
328       {                                        << 
329         ptr = ((G4DisplacedSolid*)ptr)->GetCon << 
330         continue;                              << 
331       }                                        << 
332       if (type == "G4ReflectedSolid")          << 
333       {                                        << 
334         ptr = ((G4ReflectedSolid*)ptr)->GetCon << 
335         continue;                              << 
336       }                                        << 
337       if (type == "G4ScaledSolid")             << 
338       {                                        << 
339         ptr = ((G4ScaledSolid*)ptr)->GetUnscal << 
340         continue;                              << 
341       }                                        << 
342       if (type != "G4MultiUnion") // G4MultiUn << 
343       {                                        << 
344   ((G4BooleanSolid*)ptr)->SetCubVolEpsilon(ep) << 
345       }                                        << 
346       break;                                   << 
347     }                                          << 
348   }                                            << 
349 }                                                 151 }
350                                                   152 
351 //////////////////////////////////////////////    153 //////////////////////////////////////////////////////////////////////////
352 //                                                154 //
353 // Stream object contents to an output stream     155 // Stream object contents to an output stream
354                                                   156 
355 std::ostream& G4BooleanSolid::StreamInfo(std::    157 std::ostream& G4BooleanSolid::StreamInfo(std::ostream& os) const
356 {                                                 158 {
357   os << "-------------------------------------    159   os << "-----------------------------------------------------------\n"
358      << "    *** Dump for Boolean solid - " <<    160      << "    *** Dump for Boolean solid - " << GetName() << " ***\n"
359      << "    =================================    161      << "    ===================================================\n"
360      << " Solid type: " << GetEntityType() <<     162      << " Solid type: " << GetEntityType() << "\n"
361      << " Parameters of constituent solids: \n    163      << " Parameters of constituent solids: \n"
362      << "=====================================    164      << "===========================================================\n";
363   fPtrSolidA->StreamInfo(os);                     165   fPtrSolidA->StreamInfo(os);
364   fPtrSolidB->StreamInfo(os);                     166   fPtrSolidB->StreamInfo(os);
365   os << "=====================================    167   os << "===========================================================\n";
366                                                   168 
367   return os;                                      169   return os;
368 }                                              << 
369                                                << 
370 ////////////////////////////////////////////// << 
371 //                                             << 
372 // Creates list of constituent primitives of a << 
373                                                << 
374 void G4BooleanSolid::GetListOfPrimitives(      << 
375        std::vector<std::pair<G4VSolid*,G4Trans << 
376        const G4Transform3D& curPlacement) cons << 
377 {                                              << 
378   G4Transform3D transform;                     << 
379   G4VSolid* solid;                             << 
380   G4String type;                               << 
381                                                << 
382   // Repeat two times, first time for fPtrSoli << 
383   //                                           << 
384   for (auto i=0; i<2; ++i)                     << 
385   {                                            << 
386     transform = curPlacement;                  << 
387     solid     = (i == 0) ? fPtrSolidA : fPtrSo << 
388     type      = solid->GetEntityType();        << 
389                                                << 
390     // While current solid is a trasformed sol << 
391     //                                         << 
392     while (type == "G4DisplacedSolid" ||       << 
393            type == "G4ReflectedSolid" ||       << 
394            type == "G4ScaledSolid")            << 
395     {                                          << 
396       if (type == "G4DisplacedSolid")          << 
397       {                                        << 
398         transform = transform * G4Transform3D( << 
399                     ((G4DisplacedSolid*)solid) << 
400                     ((G4DisplacedSolid*)solid) << 
401         solid     = ((G4DisplacedSolid*)solid) << 
402       }                                        << 
403       else if (type == "G4ReflectedSolid")     << 
404       {                                        << 
405         transform= transform*((G4ReflectedSoli << 
406         solid    = ((G4ReflectedSolid*)solid)- << 
407       }                                        << 
408       else if (type == "G4ScaledSolid")        << 
409       {                                        << 
410         transform = transform * ((G4ScaledSoli << 
411         solid     = ((G4ScaledSolid*)solid)->G << 
412       }                                        << 
413       type  = solid->GetEntityType();          << 
414     }                                          << 
415                                                << 
416     // If current solid is a Boolean solid the << 
417     // otherwise add it to the list of primiti << 
418     //                                         << 
419     if (type == "G4UnionSolid"        ||       << 
420         type == "G4SubtractionSolid"  ||       << 
421         type == "G4IntersectionSolid" ||       << 
422         type == "G4BooleanSolid")              << 
423     {                                          << 
424       ((G4BooleanSolid *)solid)->GetListOfPrim << 
425     }                                          << 
426     else                                       << 
427     {                                          << 
428       primitives.emplace_back(solid,transform) << 
429     }                                          << 
430   }                                            << 
431 }                                              << 
432                                                << 
433 ////////////////////////////////////////////// << 
434 //                                             << 
435 // Returns a point (G4ThreeVector) randomly an << 
436 // on the surface of the solid                 << 
437                                                << 
438 G4ThreeVector G4BooleanSolid::GetPointOnSurfac << 
439 {                                              << 
440   std::size_t nprims = fPrimitives.size();     << 
441   std::pair<G4VSolid *, G4Transform3D> prim;   << 
442                                                << 
443   // Get list of primitives and find the total << 
444   //                                           << 
445   if (nprims == 0)                             << 
446   {                                            << 
447     GetListOfPrimitives(fPrimitives, G4Transfo << 
448     nprims = fPrimitives.size();               << 
449     fPrimitivesSurfaceArea = 0.;               << 
450     for (std::size_t i=0; i<nprims; ++i)       << 
451     {                                          << 
452       fPrimitivesSurfaceArea += fPrimitives[i] << 
453     }                                          << 
454   }                                            << 
455                                                << 
456   // Select random primitive, get random point << 
457   // check that the point belongs to the surfa << 
458   //                                           << 
459   G4ThreeVector p;                             << 
460   for (std::size_t k=0; k<100000; ++k) // try  << 
461   {                                            << 
462      G4double rand = fPrimitivesSurfaceArea *  << 
463      G4double area = 0.;                       << 
464      for (std::size_t i=0; i<nprims; ++i)      << 
465      {                                         << 
466        prim  = fPrimitives[i];                 << 
467        area += prim.first->GetSurfaceArea();   << 
468        if (rand < area) break;                 << 
469      }                                         << 
470      p = prim.first->GetPointOnSurface();      << 
471      p = prim.second * G4Point3D(p);           << 
472      if (Inside(p) == kSurface) return p;      << 
473   }                                            << 
474   std::ostringstream message;                  << 
475   message << "Solid - " << GetName() << "\n"   << 
476           << "All 100k attempts to generate a  << 
477           << "The solid created may be an inva << 
478   G4Exception("G4BooleanSolid::GetPointOnSurfa << 
479               "GeomSolids1001", JustWarning, m << 
480   return p;                                    << 
481 }                                              << 
482                                                << 
483 ////////////////////////////////////////////// << 
484 //                                             << 
485 // Return total number of constituents used fo << 
486                                                << 
487 G4int G4BooleanSolid::GetNumOfConstituents() c << 
488 {                                              << 
489   return (fPtrSolidA->GetNumOfConstituents() + << 
490 }                                              << 
491                                                << 
492 ////////////////////////////////////////////// << 
493 //                                             << 
494 // Return true if the resulting solid has only << 
495                                                << 
496 G4bool G4BooleanSolid::IsFaceted() const       << 
497 {                                              << 
498   return (fPtrSolidA->IsFaceted() && fPtrSolid << 
499 }                                              << 
500                                                << 
501 ////////////////////////////////////////////// << 
502 //                                             << 
503 // Returns polyhedron for visualization        << 
504                                                << 
505 G4Polyhedron* G4BooleanSolid::GetPolyhedron () << 
506 {                                              << 
507   if (fpPolyhedron == nullptr ||               << 
508       fRebuildPolyhedron ||                    << 
509       fpPolyhedron->GetNumberOfRotationStepsAt << 
510       fpPolyhedron->GetNumberOfRotationSteps() << 
511     {                                          << 
512       G4RecursiveAutoLock l(&polyhedronMutex); << 
513       delete fpPolyhedron;                     << 
514       fpPolyhedron = CreatePolyhedron();       << 
515       fRebuildPolyhedron = false;              << 
516       l.unlock();                              << 
517     }                                          << 
518   return fpPolyhedron;                         << 
519 }                                              << 
520                                                << 
521 ////////////////////////////////////////////// << 
522 //                                             << 
523 // Stacks polyhedra for processing. Returns to << 
524                                                << 
525 G4Polyhedron*                                  << 
526 G4BooleanSolid::StackPolyhedron(HepPolyhedronP << 
527                                 const G4VSolid << 
528 {                                              << 
529   HepPolyhedronProcessor::Operation operation; << 
530   const G4String& type = solid->GetEntityType( << 
531   if (type == "G4UnionSolid")                  << 
532     { operation = HepPolyhedronProcessor::UNIO << 
533   else if (type == "G4IntersectionSolid")      << 
534     { operation = HepPolyhedronProcessor::INTE << 
535   else if (type == "G4SubtractionSolid")       << 
536     { operation = HepPolyhedronProcessor::SUBT << 
537   else                                         << 
538   {                                            << 
539     std::ostringstream message;                << 
540     message << "Solid - " << solid->GetName()  << 
541             << " - Unrecognised composite soli << 
542             << " Returning NULL !";            << 
543     G4Exception("StackPolyhedron()", "GeomSoli << 
544     return nullptr;                            << 
545   }                                            << 
546                                                << 
547   G4Polyhedron* top = nullptr;                 << 
548   const G4VSolid* solidA = solid->GetConstitue << 
549   const G4VSolid* solidB = solid->GetConstitue << 
550                                                << 
551   if (solidA->GetConstituentSolid(0) != nullpt << 
552   {                                            << 
553     top = StackPolyhedron(processor, solidA);  << 
554   }                                            << 
555   else                                         << 
556   {                                            << 
557     top = solidA->GetPolyhedron();             << 
558   }                                            << 
559   G4Polyhedron* operand = solidB->GetPolyhedro << 
560   if (operand != nullptr)                      << 
561   {                                            << 
562     processor.push_back (operation, *operand); << 
563   }                                            << 
564   else                                         << 
565   {                                            << 
566     std::ostringstream message;                << 
567     message << "Solid - " << solid->GetName()  << 
568             << " - No G4Polyhedron for Boolean << 
569     G4Exception("G4BooleanSolid::StackPolyhedr << 
570                 "GeomSolids2001", JustWarning, << 
571   }                                            << 
572                                                << 
573   return top;                                  << 
574 }                                              << 
575                                                << 
576                                                << 
577 ////////////////////////////////////////////// << 
578 //                                             << 
579 // Estimate Cubic Volume (capacity) and cache  << 
580                                                << 
581 G4double G4BooleanSolid::GetCubicVolume()      << 
582 {                                              << 
583   if(fCubicVolume < 0.)                        << 
584   {                                            << 
585     fCubicVolume = EstimateCubicVolume(fCubVol << 
586   }                                            << 
587   return fCubicVolume;                         << 
588 }                                              << 
589                                                << 
590 ////////////////////////////////////////////// << 
591 //                                             << 
592 // Set external Boolean processor.             << 
593                                                << 
594 void                                           << 
595 G4BooleanSolid::SetExternalBooleanProcessor(G4 << 
596 {                                              << 
597   fExternalBoolProcessor = extProcessor;       << 
598 }                                              << 
599                                                << 
600 ////////////////////////////////////////////// << 
601 //                                             << 
602 // Get external Boolean processor.             << 
603                                                << 
604 G4VBooleanProcessor* G4BooleanSolid::GetExtern << 
605 {                                              << 
606   return fExternalBoolProcessor;               << 
607 }                                                 170 }
608                                                   171