Geant4 Cross Reference |
1 // 1 // 2 // ******************************************* 2 // ******************************************************************** 3 // * License and Disclaimer 3 // * License and Disclaimer * 4 // * 4 // * * 5 // * The Geant4 software is copyright of th 5 // * The Geant4 software is copyright of the Copyright Holders of * 6 // * the Geant4 Collaboration. It is provided 6 // * the Geant4 Collaboration. It is provided under the terms and * 7 // * conditions of the Geant4 Software License 7 // * conditions of the Geant4 Software License, included in the file * 8 // * LICENSE and available at http://cern.ch/ 8 // * LICENSE and available at http://cern.ch/geant4/license . These * 9 // * include a list of copyright holders. 9 // * include a list of copyright holders. * 10 // * 10 // * * 11 // * Neither the authors of this software syst 11 // * Neither the authors of this software system, nor their employing * 12 // * institutes,nor the agencies providing fin 12 // * institutes,nor the agencies providing financial support for this * 13 // * work make any representation or warran 13 // * work make any representation or warranty, express or implied, * 14 // * regarding this software system or assum 14 // * regarding this software system or assume any liability for its * 15 // * use. Please see the license in the file 15 // * use. Please see the license in the file LICENSE and URL above * 16 // * for the full disclaimer and the limitatio 16 // * for the full disclaimer and the limitation of liability. * 17 // * 17 // * * 18 // * This code implementation is the result 18 // * This code implementation is the result of the scientific and * 19 // * technical work of the GEANT4 collaboratio 19 // * technical work of the GEANT4 collaboration. * 20 // * By using, copying, modifying or distri 20 // * By using, copying, modifying or distributing the software (or * 21 // * any work based on the software) you ag 21 // * any work based on the software) you agree to acknowledge its * 22 // * use in resulting scientific publicati 22 // * use in resulting scientific publications, and indicate your * 23 // * acceptance of all terms of the Geant4 Sof 23 // * acceptance of all terms of the Geant4 Software license. * 24 // ******************************************* 24 // ******************************************************************** 25 // 25 // >> 26 // >> 27 // $Id: G4GenerciPolycone.hh 72077 2013-07-08 12:31:44Z tnikitin $ >> 28 // >> 29 // >> 30 // -------------------------------------------------------------------- >> 31 // GEANT 4 class header file >> 32 // >> 33 // 26 // G4GenericPolycone 34 // G4GenericPolycone 27 // 35 // 28 // Class description: 36 // Class description: 29 // 37 // 30 // Class implementing a GenericPolycone cons 38 // Class implementing a GenericPolycone constructed by points with 31 // (r,z)coordinates, allows Z 'go bac << 39 // (r,z)coordinates, allows Z 'go back' 32 // 40 // 33 // 41 // 34 // G4GenericPolycone( const G4String& name, << 42 // G4GenericPolycone( const G4String& name, 35 // G4double phiStart, // initi 43 // G4double phiStart, // initial phi starting angle 36 // G4double phiTotal, // total 44 // G4double phiTotal, // total phi angle 37 // G4int numRZ, // numbe 45 // G4int numRZ, // number corners in r,z space 38 // const G4double r[], // r coo 46 // const G4double r[], // r coordinate of these corners 39 // const G4double z[]) // z coo 47 // const G4double z[]) // z coordinate of these corners 40 // 48 // 41 << 49 // 42 // Authors: T.Nikitina, G.Cosmo - CERN << 43 // ------------------------------------------- 50 // -------------------------------------------------------------------- 44 #ifndef G4GENERICPOLYCONE_HH << 51 #ifndef G4GenericPolycone_hh 45 #define G4GENERICPOLYCONE_HH << 52 #define G4GenericPolycone_hh 46 << 47 #include "G4GeomTypes.hh" << 48 53 49 #if defined(G4GEOM_USE_USOLIDS) 54 #if defined(G4GEOM_USE_USOLIDS) 50 #define G4GEOM_USE_UGENERICPOLYCONE 1 55 #define G4GEOM_USE_UGENERICPOLYCONE 1 51 #endif 56 #endif 52 57 53 #if defined(G4GEOM_USE_UGENERICPOLYCONE) 58 #if defined(G4GEOM_USE_UGENERICPOLYCONE) 54 #define G4UGenericPolycone G4GenericPolycone 59 #define G4UGenericPolycone G4GenericPolycone 55 #include "G4UGenericPolycone.hh" 60 #include "G4UGenericPolycone.hh" 56 #else 61 #else 57 62 58 #include "G4VCSGfaceted.hh" 63 #include "G4VCSGfaceted.hh" 59 #include "G4PolyconeSide.hh" 64 #include "G4PolyconeSide.hh" 60 65 61 class G4EnclosingCylinder; 66 class G4EnclosingCylinder; 62 class G4ReduciblePolygon; 67 class G4ReduciblePolygon; 63 class G4VCSGface; 68 class G4VCSGface; 64 69 65 class G4GenericPolycone : public G4VCSGfaceted << 70 class G4GenericPolycone : public G4VCSGfaceted 66 { 71 { 67 public: << 68 << 69 G4GenericPolycone( const G4String& name, << 70 G4double phiStart << 71 G4double phiTotal << 72 G4int numRZ, << 73 const G4double r[], / << 74 const G4double z[] ); / << 75 72 76 ~G4GenericPolycone() override; << 73 public: // with description 77 74 78 EInside Inside( const G4ThreeVector &p ) c << 75 G4GenericPolycone( const G4String& name, 79 G4double DistanceToIn( const G4ThreeVector << 76 G4double phiStart, // initial phi starting angle 80 const G4ThreeVector << 77 G4double phiTotal, // total phi angle 81 G4double DistanceToIn( const G4ThreeVector << 78 G4int numRZ, // number corners in r,z space >> 79 const G4double r[], // r coordinate of these corners >> 80 const G4double z[] ); // z coordinate of these corners 82 81 83 void BoundingLimits(G4ThreeVector& pMin, G << 82 virtual ~G4GenericPolycone(); 84 G4bool CalculateExtent(const EAxis pAxis, << 83 85 const G4VoxelLimits << 84 // Methods for solid 86 const G4AffineTrans << 87 G4double& pmi << 88 85 89 G4double GetCubicVolume() override; << 86 EInside Inside( const G4ThreeVector &p ) const; 90 G4double GetSurfaceArea() override; << 87 G4double DistanceToIn( const G4ThreeVector &p, const G4ThreeVector &v ) const; >> 88 G4double DistanceToIn( const G4ThreeVector &p ) const; 91 89 92 G4ThreeVector GetPointOnSurface() const ov << 90 void Extent(G4ThreeVector& pMin, G4ThreeVector& pMax) const; >> 91 G4bool CalculateExtent(const EAxis pAxis, >> 92 const G4VoxelLimits& pVoxelLimit, >> 93 const G4AffineTransform& pTransform, >> 94 G4double& pmin, G4double& pmax) const; 93 95 94 G4GeometryType GetEntityType() const overr << 96 G4ThreeVector GetPointOnSurface() const; 95 97 96 G4VSolid* Clone() const override; << 98 G4GeometryType GetEntityType() const; 97 99 98 std::ostream& StreamInfo(std::ostream& os) << 100 G4VSolid* Clone() const; 99 101 100 G4Polyhedron* CreatePolyhedron() const ove << 102 std::ostream& StreamInfo(std::ostream& os) const; 101 103 102 G4bool Reset(); << 104 G4Polyhedron* CreatePolyhedron() const; 103 105 104 // Accessors << 106 G4bool Reset(); 105 107 106 inline G4double GetStartPhi() const; << 108 // Accessors 107 inline G4double GetEndPhi() const; << 108 inline G4double GetSinStartPhi() const; << 109 inline G4double GetCosStartPhi() const; << 110 inline G4double GetSinEndPhi() const; << 111 inline G4double GetCosEndPhi() const; << 112 inline G4bool IsOpen() const; << 113 inline G4int GetNumRZCorner() const; << 114 inline G4PolyconeSideRZ GetCorner(G4int in << 115 109 116 G4GenericPolycone(__void__&); << 110 inline G4double GetStartPhi() const; 117 // Fake default constructor for usage re << 111 inline G4double GetEndPhi() const; 118 // persistency for clients requiring pre << 112 inline G4double GetSinStartPhi() const; 119 // persistifiable objects. << 113 inline G4double GetCosStartPhi() const; >> 114 inline G4double GetSinEndPhi() const; >> 115 inline G4double GetCosEndPhi() const; >> 116 inline G4bool IsOpen() const; >> 117 inline G4int GetNumRZCorner() const; >> 118 inline G4PolyconeSideRZ GetCorner(G4int index) const; >> 119 >> 120 public: // without description 120 121 121 G4GenericPolycone( const G4GenericPolycone << 122 G4GenericPolycone(__void__&); 122 G4GenericPolycone& operator=( const G4Gene << 123 // Fake default constructor for usage restricted to direct object 123 // Copy constructor and assignment opera << 124 // persistency for clients requiring preallocation of memory for >> 125 // persistifiable objects. 124 126 125 protected: << 127 G4GenericPolycone( const G4GenericPolycone &source ); >> 128 G4GenericPolycone &operator=( const G4GenericPolycone &source ); >> 129 // Copy constructor and assignment operator. 126 130 127 // Generic initializer, called by all cons << 131 protected: // without description 128 132 129 void Create( G4double phiStart, // << 133 // Generic initializer, called by all constructors 130 G4double phiTotal, // << 131 G4ReduciblePolygon* rz ); // << 132 134 133 void CopyStuff( const G4GenericPolycone& s << 135 // void SetOriginalParameters(G4ReduciblePolygon *rz); 134 136 135 // Methods for random point generation << 137 void Create( G4double phiStart, // initial phi starting angle >> 138 G4double phiTotal, // total phi angle >> 139 G4ReduciblePolygon *rz ); // r/z coordinate of these corners 136 140 137 void SetSurfaceElements() const; << 141 void CopyStuff( const G4GenericPolycone &source ); 138 142 139 protected: << 143 // Methods for random point generation 140 144 141 // Here are our parameters << 145 protected: // without description 142 146 143 G4double startPhi; // Starting << 147 // Here are our parameters 144 G4double endPhi; // end phi v << 145 G4bool phiIsOpen = false; // true if t << 146 G4int numCorner; // number RZ << 147 G4PolyconeSideRZ* corners = nullptr; // c << 148 148 149 G4EnclosingCylinder* enclosingCylinder = n << 149 G4double startPhi; // Starting phi value (0 < phiStart < 2pi) >> 150 G4double endPhi; // end phi value (0 < endPhi-phiStart < 2pi) >> 151 G4bool phiIsOpen; // true if there is a phi segment >> 152 G4int numCorner; // number RZ points >> 153 G4PolyconeSideRZ *corners; // corner r,z points >> 154 >> 155 // Our quick test 150 156 151 struct surface_element { G4double area = 0 << 157 G4EnclosingCylinder *enclosingCylinder; 152 mutable std::vector<surface_element>* fEle << 158 153 }; 159 }; 154 160 155 #include "G4GenericPolycone.icc" 161 #include "G4GenericPolycone.icc" 156 162 157 #endif 163 #endif 158 164 159 #endif 165 #endif 160 166