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 // G4GDMLWriteStructure implementation << 27 // 26 // 28 // Author: Zoltan Torzsok, November 2007 << 27 // $Id: G4GDMLWriteStructure.cc,v 1.83 2010/10/14 16:19:40 gcosmo Exp $ >> 28 // GEANT4 tag $Name: geant4-09-04 $ >> 29 // >> 30 // class G4GDMLWriteStructure Implementation >> 31 // >> 32 // Original author: Zoltan Torzsok, November 2007 >> 33 // 29 // ------------------------------------------- 34 // -------------------------------------------------------------------- 30 35 31 #include "G4GDMLWriteStructure.hh" 36 #include "G4GDMLWriteStructure.hh" 32 #include "G4GDMLEvaluator.hh" << 33 37 34 #include "G4Material.hh" 38 #include "G4Material.hh" 35 #include "G4ReflectedSolid.hh" 39 #include "G4ReflectedSolid.hh" 36 #include "G4DisplacedSolid.hh" 40 #include "G4DisplacedSolid.hh" 37 #include "G4LogicalVolumeStore.hh" 41 #include "G4LogicalVolumeStore.hh" 38 #include "G4PhysicalVolumeStore.hh" 42 #include "G4PhysicalVolumeStore.hh" 39 #include "G4ReflectionFactory.hh" << 40 #include "G4PVDivision.hh" 43 #include "G4PVDivision.hh" 41 #include "G4PVReplica.hh" 44 #include "G4PVReplica.hh" 42 #include "G4Region.hh" << 43 #include "G4OpticalSurface.hh" 45 #include "G4OpticalSurface.hh" 44 #include "G4LogicalSkinSurface.hh" 46 #include "G4LogicalSkinSurface.hh" 45 #include "G4LogicalBorderSurface.hh" 47 #include "G4LogicalBorderSurface.hh" 46 48 47 #include "G4ProductionCuts.hh" << 48 #include "G4ProductionCutsTable.hh" << 49 #include "G4Gamma.hh" << 50 #include "G4Electron.hh" << 51 #include "G4Positron.hh" << 52 #include "G4Proton.hh" << 53 << 54 #include "G4VSensitiveDetector.hh" << 55 #include "G4AssemblyStore.hh" << 56 #include "G4AssemblyVolume.hh" << 57 << 58 G4int G4GDMLWriteStructure::levelNo = 0; // C << 59 << 60 // ------------------------------------------- << 61 G4GDMLWriteStructure::G4GDMLWriteStructure() 49 G4GDMLWriteStructure::G4GDMLWriteStructure() 62 : G4GDMLWriteParamvol() 50 : G4GDMLWriteParamvol() 63 , maxLevel(INT_MAX) << 64 { 51 { 65 reflFactory = G4ReflectionFactory::Instance( << 66 } 52 } 67 53 68 // ------------------------------------------- << 69 G4GDMLWriteStructure::~G4GDMLWriteStructure() 54 G4GDMLWriteStructure::~G4GDMLWriteStructure() 70 { 55 { 71 } 56 } 72 57 73 // ------------------------------------------- << 58 void 74 void G4GDMLWriteStructure::DivisionvolWrite( << 59 G4GDMLWriteStructure::DivisionvolWrite(xercesc::DOMElement* volumeElement, 75 xercesc::DOMElement* volumeElement, const G4 << 60 const G4PVDivision* const divisionvol) 76 { << 61 { 77 EAxis axis = kUndefined; << 62 EAxis axis = kUndefined; 78 G4int number = 0; << 63 G4int number = 0; 79 G4double width = 0.0; << 64 G4double width = 0.0; 80 G4double offset = 0.0; << 65 G4double offset = 0.0; 81 G4bool consuming = false; << 66 G4bool consuming = false; 82 << 67 83 divisionvol->GetReplicationData(axis, number << 68 divisionvol->GetReplicationData(axis,number,width,offset,consuming); 84 axis = divisionvol->GetDivisionAxis(); << 69 axis = divisionvol->GetDivisionAxis(); 85 << 70 86 G4String unitString("mm"); << 71 G4String unitString("mm"); 87 G4String axisString("kUndefined"); << 72 G4String axisString("kUndefined"); 88 if(axis == kXAxis) << 73 if (axis==kXAxis) { axisString = "kXAxis"; } 89 { << 74 else if (axis==kYAxis) { axisString = "kYAxis"; } 90 axisString = "kXAxis"; << 75 else if (axis==kZAxis) { axisString = "kZAxis"; } 91 } << 76 else if (axis==kRho) { axisString = "kRho"; } 92 else if(axis == kYAxis) << 77 else if (axis==kPhi) { axisString = "kPhi"; unitString = "rad"; } 93 { << 78 94 axisString = "kYAxis"; << 79 const G4String name 95 } << 80 = GenerateName(divisionvol->GetName(),divisionvol); 96 else if(axis == kZAxis) << 81 const G4String volumeref 97 { << 82 = GenerateName(divisionvol->GetLogicalVolume()->GetName(), 98 axisString = "kZAxis"; << 83 divisionvol->GetLogicalVolume()); 99 } << 84 100 else if(axis == kRho) << 85 xercesc::DOMElement* divisionvolElement = NewElement("divisionvol"); 101 { << 86 divisionvolElement->setAttributeNode(NewAttribute("axis",axisString)); 102 axisString = "kRho"; << 87 divisionvolElement->setAttributeNode(NewAttribute("number",number)); 103 } << 88 divisionvolElement->setAttributeNode(NewAttribute("width",width)); 104 else if(axis == kPhi) << 89 divisionvolElement->setAttributeNode(NewAttribute("offset",offset)); 105 { << 90 divisionvolElement->setAttributeNode(NewAttribute("unit",unitString)); 106 axisString = "kPhi"; << 91 xercesc::DOMElement* volumerefElement = NewElement("volumeref"); 107 unitString = "rad"; << 92 volumerefElement->setAttributeNode(NewAttribute("ref",volumeref)); 108 } << 93 divisionvolElement->appendChild(volumerefElement); 109 << 94 volumeElement->appendChild(divisionvolElement); 110 const G4String name = GenerateName(divisionv << 111 const G4String volumeref = << 112 GenerateName(divisionvol->GetLogicalVolume << 113 divisionvol->GetLogicalVolume << 114 << 115 xercesc::DOMElement* divisionvolElement = Ne << 116 divisionvolElement->setAttributeNode(NewAttr << 117 divisionvolElement->setAttributeNode(NewAttr << 118 divisionvolElement->setAttributeNode(NewAttr << 119 divisionvolElement->setAttributeNode(NewAttr << 120 divisionvolElement->setAttributeNode(NewAttr << 121 xercesc::DOMElement* volumerefElement = NewE << 122 volumerefElement->setAttributeNode(NewAttrib << 123 divisionvolElement->appendChild(volumerefEle << 124 volumeElement->appendChild(divisionvolElemen << 125 } 95 } 126 96 127 // ------------------------------------------- << 128 void G4GDMLWriteStructure::PhysvolWrite(xerces 97 void G4GDMLWriteStructure::PhysvolWrite(xercesc::DOMElement* volumeElement, 129 const 98 const G4VPhysicalVolume* const physvol, 130 const 99 const G4Transform3D& T, 131 const 100 const G4String& ModuleName) 132 { 101 { 133 HepGeom::Scale3D scale; << 102 HepGeom::Scale3D scale; 134 HepGeom::Rotate3D rotate; << 103 HepGeom::Rotate3D rotate; 135 HepGeom::Translate3D translate; << 104 HepGeom::Translate3D translate; 136 << 105 137 T.getDecomposition(scale, rotate, translate) << 106 T.getDecomposition(scale,rotate,translate); 138 << 107 139 const G4ThreeVector scl(scale(0, 0), scale(1 << 108 const G4ThreeVector scl(scale(0,0),scale(1,1),scale(2,2)); 140 const G4ThreeVector rot = GetAngles(rotate.g << 109 const G4ThreeVector rot = GetAngles(rotate.getRotation()); 141 const G4ThreeVector pos = T.getTranslation() << 110 const G4ThreeVector pos = T.getTranslation(); 142 << 111 143 const G4String name = GenerateName(physvo << 112 const G4String name = GenerateName(physvol->GetName(),physvol); 144 const G4int copynumber = physvol->GetCopyNo( << 113 145 << 114 xercesc::DOMElement* physvolElement = NewElement("physvol"); 146 xercesc::DOMElement* physvolElement = NewEle << 115 physvolElement->setAttributeNode(NewAttribute("name",name)); 147 physvolElement->setAttributeNode(NewAttribut << 116 volumeElement->appendChild(physvolElement); 148 if(copynumber) << 117 149 { << 118 const G4String volumeref 150 physvolElement->setAttributeNode(NewAttrib << 119 = GenerateName(physvol->GetLogicalVolume()->GetName(), 151 } << 120 physvol->GetLogicalVolume()); 152 << 121 153 volumeElement->appendChild(physvolElement); << 122 if (ModuleName.empty()) 154 << 123 { 155 G4LogicalVolume* lv; << 124 xercesc::DOMElement* volumerefElement = NewElement("volumeref"); 156 // Is it reflected? << 125 volumerefElement->setAttributeNode(NewAttribute("ref",volumeref)); 157 if(reflFactory->IsReflected(physvol->GetLogi << 126 physvolElement->appendChild(volumerefElement); 158 { << 127 } 159 lv = reflFactory->GetConstituentLV(physvol << 128 else 160 } << 129 { 161 else << 130 xercesc::DOMElement* fileElement = NewElement("file"); 162 { << 131 fileElement->setAttributeNode(NewAttribute("name",ModuleName)); 163 lv = physvol->GetLogicalVolume(); << 132 fileElement->setAttributeNode(NewAttribute("volname",volumeref)); 164 } << 133 physvolElement->appendChild(fileElement); 165 << 134 } 166 const G4String volumeref = GenerateName(lv-> << 135 167 << 136 if (std::fabs(pos.x()) > kLinearPrecision 168 if(ModuleName.empty()) << 137 || std::fabs(pos.y()) > kLinearPrecision 169 { << 138 || std::fabs(pos.z()) > kLinearPrecision) 170 xercesc::DOMElement* volumerefElement = Ne << 139 { 171 volumerefElement->setAttributeNode(NewAttr << 140 PositionWrite(physvolElement,name+"_pos",pos); 172 physvolElement->appendChild(volumerefEleme << 141 } 173 } << 142 if (std::fabs(rot.x()) > kAngularPrecision 174 else << 143 || std::fabs(rot.y()) > kAngularPrecision 175 { << 144 || std::fabs(rot.z()) > kAngularPrecision) 176 xercesc::DOMElement* fileElement = NewElem << 145 { 177 fileElement->setAttributeNode(NewAttribute << 146 RotationWrite(physvolElement,name+"_rot",rot); 178 fileElement->setAttributeNode(NewAttribute << 147 } 179 physvolElement->appendChild(fileElement); << 148 if (std::fabs(scl.x()-1.0) > kRelativePrecision 180 } << 149 || std::fabs(scl.y()-1.0) > kRelativePrecision 181 << 150 || std::fabs(scl.z()-1.0) > kRelativePrecision) 182 if(std::fabs(pos.x()) > kLinearPrecision || << 151 { 183 std::fabs(pos.y()) > kLinearPrecision || << 152 ScaleWrite(physvolElement,name+"_scl",scl); 184 std::fabs(pos.z()) > kLinearPrecision) << 153 } 185 { << 154 } 186 PositionWrite(physvolElement, name + "_pos << 155 187 } << 156 void G4GDMLWriteStructure::ReplicavolWrite(xercesc::DOMElement* volumeElement, 188 if(std::fabs(rot.x()) > kAngularPrecision || << 157 const G4VPhysicalVolume* const replicavol) 189 std::fabs(rot.y()) > kAngularPrecision || << 158 { 190 std::fabs(rot.z()) > kAngularPrecision) << 159 EAxis axis = kUndefined; 191 { << 160 G4int number = 0; 192 RotationWrite(physvolElement, name + "_rot << 161 G4double width = 0.0; 193 } << 162 G4double offset = 0.0; 194 if(std::fabs(scl.x() - 1.0) > kRelativePreci << 163 G4bool consuming = false; 195 std::fabs(scl.y() - 1.0) > kRelativePreci << 164 G4String unitString("mm"); 196 std::fabs(scl.z() - 1.0) > kRelativePreci << 165 197 { << 166 replicavol->GetReplicationData(axis,number,width,offset,consuming); 198 ScaleWrite(physvolElement, name + "_scl", << 167 199 } << 168 const G4String volumeref 200 } << 169 = GenerateName(replicavol->GetLogicalVolume()->GetName(), 201 << 170 replicavol->GetLogicalVolume()); 202 // ------------------------------------------- << 171 203 void G4GDMLWriteStructure::ReplicavolWrite( << 172 xercesc::DOMElement* replicavolElement = NewElement("replicavol"); 204 xercesc::DOMElement* volumeElement, const G4 << 173 replicavolElement->setAttributeNode(NewAttribute("number",number)); 205 { << 174 xercesc::DOMElement* volumerefElement = NewElement("volumeref"); 206 EAxis axis = kUndefined; << 175 volumerefElement->setAttributeNode(NewAttribute("ref",volumeref)); 207 G4int number = 0; << 176 replicavolElement->appendChild(volumerefElement); 208 G4double width = 0.0; << 177 xercesc::DOMElement* replicateElement = NewElement("replicate_along_axis"); 209 G4double offset = 0.0; << 178 replicavolElement->appendChild(replicateElement); 210 G4bool consuming = false; << 179 211 G4String unitString("mm"); << 180 xercesc::DOMElement* dirElement = NewElement("direction"); 212 << 181 if(axis==kXAxis) 213 replicavol->GetReplicationData(axis, number, << 182 { dirElement->setAttributeNode(NewAttribute("x","1")); } 214 << 183 else if(axis==kYAxis) 215 const G4String volumeref = GenerateName( << 184 { dirElement->setAttributeNode(NewAttribute("y","1")); } 216 replicavol->GetLogicalVolume()->GetName(), << 185 else if(axis==kZAxis) 217 << 186 { dirElement->setAttributeNode(NewAttribute("z","1")); } 218 xercesc::DOMElement* replicavolElement = New << 187 else if(axis==kRho) 219 replicavolElement->setAttributeNode(NewAttri << 188 { dirElement->setAttributeNode(NewAttribute("rho","1")); } 220 xercesc::DOMElement* volumerefElement = NewE << 189 else if(axis==kPhi) 221 volumerefElement->setAttributeNode(NewAttrib << 190 { dirElement->setAttributeNode(NewAttribute("phi","1")); 222 replicavolElement->appendChild(volumerefElem << 191 unitString="rad"; } 223 xercesc::DOMElement* replicateElement = NewE << 192 replicateElement->appendChild(dirElement); 224 replicavolElement->appendChild(replicateElem << 193 >> 194 xercesc::DOMElement* widthElement = NewElement("width"); >> 195 widthElement->setAttributeNode(NewAttribute("value",width)); >> 196 widthElement->setAttributeNode(NewAttribute("unit",unitString)); >> 197 replicateElement->appendChild(widthElement); >> 198 >> 199 xercesc::DOMElement* offsetElement = NewElement("offset"); >> 200 offsetElement->setAttributeNode(NewAttribute("value",offset)); >> 201 offsetElement->setAttributeNode(NewAttribute("unit",unitString)); >> 202 replicateElement->appendChild(offsetElement); >> 203 >> 204 volumeElement->appendChild(replicavolElement); >> 205 } >> 206 >> 207 void G4GDMLWriteStructure:: >> 208 BorderSurfaceCache(const G4LogicalBorderSurface* const bsurf) >> 209 { >> 210 if (!bsurf) { return; } >> 211 >> 212 const G4SurfaceProperty* psurf = bsurf->GetSurfaceProperty(); >> 213 >> 214 // Generate the new element for border-surface >> 215 // >> 216 xercesc::DOMElement* borderElement = NewElement("bordersurface"); >> 217 borderElement->setAttributeNode(NewAttribute("name", bsurf->GetName())); >> 218 borderElement->setAttributeNode(NewAttribute("surfaceproperty", >> 219 psurf->GetName())); >> 220 >> 221 const G4String volumeref1 = GenerateName(bsurf->GetVolume1()->GetName(), >> 222 bsurf->GetVolume1()); >> 223 const G4String volumeref2 = GenerateName(bsurf->GetVolume2()->GetName(), >> 224 bsurf->GetVolume2()); >> 225 xercesc::DOMElement* volumerefElement1 = NewElement("physvolref"); >> 226 xercesc::DOMElement* volumerefElement2 = NewElement("physvolref"); >> 227 volumerefElement1->setAttributeNode(NewAttribute("ref",volumeref1)); >> 228 volumerefElement2->setAttributeNode(NewAttribute("ref",volumeref2)); >> 229 borderElement->appendChild(volumerefElement1); >> 230 borderElement->appendChild(volumerefElement2); >> 231 >> 232 if (FindOpticalSurface(psurf)) >> 233 { >> 234 const G4OpticalSurface* opsurf = >> 235 dynamic_cast<const G4OpticalSurface*>(psurf); >> 236 if (!opsurf) >> 237 { >> 238 G4Exception("G4GDMLWriteStructure::BorderSurfaceCache()", >> 239 "InvalidSetup", FatalException, "No optical surface found!"); >> 240 return; >> 241 } >> 242 OpticalSurfaceWrite(solidsElement, opsurf); >> 243 } >> 244 >> 245 borderElementVec.push_back(borderElement); >> 246 } >> 247 >> 248 void G4GDMLWriteStructure:: >> 249 SkinSurfaceCache(const G4LogicalSkinSurface* const ssurf) >> 250 { >> 251 if (!ssurf) { return; } >> 252 >> 253 const G4SurfaceProperty* psurf = ssurf->GetSurfaceProperty(); >> 254 >> 255 // Generate the new element for border-surface >> 256 // >> 257 xercesc::DOMElement* skinElement = NewElement("skinsurface"); >> 258 skinElement->setAttributeNode(NewAttribute("name", ssurf->GetName())); >> 259 skinElement->setAttributeNode(NewAttribute("surfaceproperty", >> 260 psurf->GetName())); >> 261 >> 262 const G4String volumeref = GenerateName(ssurf->GetLogicalVolume()->GetName(), >> 263 ssurf->GetLogicalVolume()); >> 264 xercesc::DOMElement* volumerefElement = NewElement("volumeref"); >> 265 volumerefElement->setAttributeNode(NewAttribute("ref",volumeref)); >> 266 skinElement->appendChild(volumerefElement); >> 267 >> 268 if (FindOpticalSurface(psurf)) >> 269 { >> 270 const G4OpticalSurface* opsurf = >> 271 dynamic_cast<const G4OpticalSurface*>(psurf); >> 272 if (!opsurf) >> 273 { >> 274 G4Exception("G4GDMLWriteStructure::SkinSurfaceCache()", >> 275 "InvalidSetup", FatalException, "No optical surface found!"); >> 276 return; >> 277 } >> 278 OpticalSurfaceWrite(solidsElement, opsurf); >> 279 } 225 280 226 xercesc::DOMElement* dirElement = NewElement << 281 skinElementVec.push_back(skinElement); 227 if(axis == kXAxis) << 228 { << 229 dirElement->setAttributeNode(NewAttribute( << 230 } << 231 else if(axis == kYAxis) << 232 { << 233 dirElement->setAttributeNode(NewAttribute( << 234 } << 235 else if(axis == kZAxis) << 236 { << 237 dirElement->setAttributeNode(NewAttribute( << 238 } << 239 else if(axis == kRho) << 240 { << 241 dirElement->setAttributeNode(NewAttribute( << 242 } << 243 else if(axis == kPhi) << 244 { << 245 dirElement->setAttributeNode(NewAttribute( << 246 unitString = "rad"; << 247 } << 248 replicateElement->appendChild(dirElement); << 249 << 250 xercesc::DOMElement* widthElement = NewEleme << 251 widthElement->setAttributeNode(NewAttribute( << 252 widthElement->setAttributeNode(NewAttribute( << 253 replicateElement->appendChild(widthElement); << 254 << 255 xercesc::DOMElement* offsetElement = NewElem << 256 offsetElement->setAttributeNode(NewAttribute << 257 offsetElement->setAttributeNode(NewAttribute << 258 replicateElement->appendChild(offsetElement) << 259 << 260 volumeElement->appendChild(replicavolElement << 261 } 282 } 262 283 263 // ------------------------------------------- << 264 void G4GDMLWriteStructure::AssemblyWrite(xerce << 265 const << 266 { << 267 G4AssemblyStore* assemblies = G4AssemblySto << 268 G4AssemblyVolume* myassembly = assemblies->G << 269 << 270 xercesc::DOMElement* assemblyElement = NewEl << 271 G4String name = "Assembly_" + std::to_string << 272 << 273 assemblyElement->setAttributeNode(NewAttribu << 274 << 275 auto vit = myassembly->GetTripletsIterator() << 276 << 277 G4int depth = 0; << 278 const G4String ModuleName; << 279 << 280 for(std::size_t i5 = 0; i5 < myassembly->Tot << 281 { << 282 G4LogicalVolume* lvol = (*vit).GetVolume() << 283 if (lvol == nullptr) << 284 { << 285 G4String message = "Nested assemblies no << 286 G4Exception("G4GDMLWriteStructure::Assem << 287 FatalException, message); << 288 return; << 289 } << 290 TraverseVolumeTree(lvol, depth + 1); << 291 << 292 const G4ThreeVector rot = GetAngles((*vit) << 293 const G4ThreeVector pos = (*vit).GetTransl << 294 << 295 const G4String pname = << 296 GenerateName((*vit).GetVolume()->GetName << 297 << 298 xercesc::DOMElement* physvolElement = NewE << 299 physvolElement->setAttributeNode(NewAttrib << 300 << 301 assemblyElement->appendChild(physvolElemen << 302 << 303 const G4String volumeref = << 304 GenerateName((*vit).GetVolume()->GetName << 305 << 306 xercesc::DOMElement* volumerefElement = Ne << 307 volumerefElement->setAttributeNode(NewAttr << 308 physvolElement->appendChild(volumerefEleme << 309 << 310 if(std::fabs(pos.x()) > kLinearPrecision | << 311 std::fabs(pos.y()) > kLinearPrecision | << 312 std::fabs(pos.z()) > kLinearPrecision) << 313 { << 314 PositionWrite(physvolElement,name+"_posi << 315 } << 316 << 317 if(std::fabs(rot.x()) > kAngularPrecision << 318 std::fabs(rot.y()) > kAngularPrecision << 319 std::fabs(rot.z()) > kAngularPrecision) << 320 { << 321 RotationWrite(physvolElement,name+"_rota << 322 } << 323 ++vit; << 324 } << 325 << 326 volumeElement->appendChild(assemblyElement); << 327 } << 328 << 329 // ------------------------------------------- << 330 void G4GDMLWriteStructure::BorderSurfaceCache( << 331 const G4LogicalBorderSurface* const bsurf) << 332 { << 333 if(bsurf == nullptr) << 334 { << 335 return; << 336 } << 337 << 338 const G4SurfaceProperty* psurf = bsurf->GetS << 339 << 340 // Generate the new element for border-surfa << 341 // << 342 const G4String& bsname = Generat << 343 const G4String& psname = Generat << 344 xercesc::DOMElement* borderElement = NewElem << 345 borderElement->setAttributeNode(NewAttribute << 346 borderElement->setAttributeNode(NewAttribute << 347 << 348 const G4String volumeref1 = << 349 GenerateName(bsurf->GetVolume1()->GetName( << 350 const G4String volumeref2 = << 351 GenerateName(bsurf->GetVolume2()->GetName( << 352 xercesc::DOMElement* volumerefElement1 = New << 353 xercesc::DOMElement* volumerefElement2 = New << 354 volumerefElement1->setAttributeNode(NewAttri << 355 volumerefElement2->setAttributeNode(NewAttri << 356 borderElement->appendChild(volumerefElement1 << 357 borderElement->appendChild(volumerefElement2 << 358 << 359 if(FindOpticalSurface(psurf)) << 360 { << 361 const G4OpticalSurface* opsurf = << 362 dynamic_cast<const G4OpticalSurface*>(ps << 363 if(opsurf == nullptr) << 364 { << 365 G4Exception("G4GDMLWriteStructure::Borde << 366 FatalException, "No optical << 367 return; << 368 } << 369 OpticalSurfaceWrite(solidsElement, opsurf) << 370 } << 371 << 372 borderElementVec.push_back(borderElement); << 373 } << 374 << 375 // ------------------------------------------- << 376 void G4GDMLWriteStructure::SkinSurfaceCache( << 377 const G4LogicalSkinSurface* const ssurf) << 378 { << 379 if(ssurf == nullptr) << 380 { << 381 return; << 382 } << 383 << 384 const G4SurfaceProperty* psurf = ssurf->GetS << 385 << 386 // Generate the new element for border-surfa << 387 // << 388 const G4String& ssname = GenerateN << 389 const G4String& psname = GenerateN << 390 xercesc::DOMElement* skinElement = NewElemen << 391 skinElement->setAttributeNode(NewAttribute(" << 392 skinElement->setAttributeNode(NewAttribute(" << 393 << 394 const G4String volumeref = GenerateName(ssur << 395 ssur << 396 xercesc::DOMElement* volumerefElement = NewE << 397 volumerefElement->setAttributeNode(NewAttrib << 398 skinElement->appendChild(volumerefElement); << 399 << 400 if(FindOpticalSurface(psurf)) << 401 { << 402 const G4OpticalSurface* opsurf = << 403 dynamic_cast<const G4OpticalSurface*>(ps << 404 if(opsurf == nullptr) << 405 { << 406 G4Exception("G4GDMLWriteStructure::SkinS << 407 FatalException, "No optical << 408 return; << 409 } << 410 OpticalSurfaceWrite(solidsElement, opsurf) << 411 } << 412 << 413 skinElementVec.push_back(skinElement); << 414 } << 415 << 416 // ------------------------------------------- << 417 G4bool G4GDMLWriteStructure::FindOpticalSurfac 284 G4bool G4GDMLWriteStructure::FindOpticalSurface(const G4SurfaceProperty* psurf) 418 { 285 { 419 const G4OpticalSurface* osurf = dynamic_cast << 286 const G4OpticalSurface* osurf = dynamic_cast<const G4OpticalSurface*>(psurf); 420 auto pos = std::find(opt_vec.cbegin(), opt_v << 287 std::vector<const G4OpticalSurface*>::const_iterator pos; 421 if(pos != opt_vec.cend()) << 288 pos = std::find(opt_vec.begin(), opt_vec.end(), osurf); 422 { << 289 if (pos != opt_vec.end()) { return false; } // item already created! 423 return false; << 424 } // item already created! << 425 290 426 opt_vec.push_back(osurf); // cache it for f << 291 opt_vec.push_back(osurf); // cache it for future reference 427 return true; << 292 return true; 428 } 293 } 429 294 430 // ------------------------------------------- << 295 const G4LogicalSkinSurface* 431 const G4LogicalSkinSurface* G4GDMLWriteStructu << 296 G4GDMLWriteStructure::GetSkinSurface(const G4LogicalVolume* const lvol) 432 const G4LogicalVolume* const lvol) << 433 { 297 { 434 G4LogicalSkinSurface* surf = nullptr; << 298 G4LogicalSkinSurface* surf = 0; 435 std::size_t nsurf = G4LogicalSkinSurface::Ge << 299 G4int nsurf = G4LogicalSkinSurface::GetNumberOfSkinSurfaces(); 436 if(nsurf) << 300 if (nsurf) 437 { 301 { 438 const G4LogicalSkinSurfaceTable* stable = 302 const G4LogicalSkinSurfaceTable* stable = 439 G4LogicalSkinSurface::GetSurfaceTable(); << 303 G4LogicalSkinSurface::GetSurfaceTable(); 440 auto pos = stable->find(lvol); << 304 std::vector<G4LogicalSkinSurface*>::const_iterator pos; 441 if(pos != stable->cend()) << 305 for (pos = stable->begin(); pos != stable->end(); pos++) 442 { 306 { 443 surf = pos->second; << 307 if (lvol == (*pos)->GetLogicalVolume()) >> 308 { >> 309 surf = *pos; break; >> 310 } 444 } 311 } 445 } 312 } 446 return surf; 313 return surf; 447 } 314 } 448 315 449 // ------------------------------------------- << 316 const G4LogicalBorderSurface* 450 const G4LogicalBorderSurface* G4GDMLWriteStruc << 317 G4GDMLWriteStructure::GetBorderSurface(const G4VPhysicalVolume* const pvol) 451 const G4VPhysicalVolume* const pvol) << 452 { 318 { 453 G4LogicalBorderSurface* surf = nullptr; << 319 G4LogicalBorderSurface* surf = 0; 454 std::size_t nsurf = G4LogicalBorderSurface:: << 320 G4int nsurf = G4LogicalBorderSurface::GetNumberOfBorderSurfaces(); 455 if(nsurf) << 321 if (nsurf) 456 { 322 { 457 const G4LogicalBorderSurfaceTable* btable 323 const G4LogicalBorderSurfaceTable* btable = 458 G4LogicalBorderSurface::GetSurfaceTable( << 324 G4LogicalBorderSurface::GetSurfaceTable(); 459 for(auto pos = btable->cbegin(); pos != bt << 325 std::vector<G4LogicalBorderSurface*>::const_iterator pos; 460 { << 326 for (pos = btable->begin(); pos != btable->end(); pos++) 461 if(pvol == pos->first.first) // just th << 327 { 462 { // could b << 328 if (pvol == (*pos)->GetVolume1()) // just the first in the couple 463 surf = pos->second; // break; << 329 { // is enough 464 BorderSurfaceCache(surf); << 330 surf = *pos; break; 465 } 331 } 466 } 332 } 467 } 333 } 468 return surf; 334 return surf; 469 } 335 } 470 336 471 // ------------------------------------------- << 472 void G4GDMLWriteStructure::SurfacesWrite() 337 void G4GDMLWriteStructure::SurfacesWrite() 473 { 338 { 474 #ifdef G4VERBOSE << 339 G4cout << "G4GDML: Writing surfaces..." << G4endl; 475 G4cout << "G4GDML: Writing surfaces..." << G << 340 476 #endif << 341 std::vector<xercesc::DOMElement*>::const_iterator pos; 477 for(auto pos = skinElementVec.cbegin(); << 342 for (pos = skinElementVec.begin(); pos != skinElementVec.end(); pos++) 478 pos != skinElementVec.cend(); ++pos << 343 { 479 { << 344 structureElement->appendChild(*pos); 480 structureElement->appendChild(*pos); << 345 } 481 } << 346 for (pos = borderElementVec.begin(); pos != borderElementVec.end(); pos++) 482 for(auto pos = borderElementVec.cbegin(); << 347 { 483 pos != borderElementVec.cend(); ++p << 348 structureElement->appendChild(*pos); 484 { << 349 } 485 structureElement->appendChild(*pos); << 486 } << 487 } 350 } 488 351 489 // ------------------------------------------- << 490 void G4GDMLWriteStructure::StructureWrite(xerc 352 void G4GDMLWriteStructure::StructureWrite(xercesc::DOMElement* gdmlElement) 491 { 353 { 492 #ifdef G4VERBOSE << 354 G4cout << "G4GDML: Writing structure..." << G4endl; 493 G4cout << "G4GDML: Writing structure..." << << 494 #endif << 495 << 496 // filling the list of phys volumes that are << 497 << 498 G4AssemblyStore* assemblies = G4AssemblyStor << 499 << 500 for(auto it = assemblies->cbegin(); it != as << 501 { << 502 auto vit = (*it)->GetVolumesIterator(); << 503 << 504 for(std::size_t i5 = 0; i5 < (*it)->TotalI << 505 { << 506 G4String pvname = (*vit)->GetName(); << 507 std::size_t pos = pvname.find("_impr_") << 508 G4String impID = pvname.substr(pos); << 509 << 510 pos = impID.find("_"); << 511 impID = impID.substr(0, pos); << 512 << 513 assemblyVolMap[*vit] = (*it)->GetAssembl << 514 imprintsMap[*vit] = std::atoi(impID.c << 515 ++vit; << 516 } << 517 } << 518 355 519 structureElement = NewElement("structure"); << 356 structureElement = NewElement("structure"); 520 gdmlElement->appendChild(structureElement); << 357 gdmlElement->appendChild(structureElement); 521 } 358 } 522 359 523 // ------------------------------------------- << 360 G4Transform3D G4GDMLWriteStructure:: 524 G4Transform3D G4GDMLWriteStructure::TraverseVo << 361 TraverseVolumeTree(const G4LogicalVolume* const volumePtr, const G4int depth) 525 const G4LogicalVolume* const volumePtr, cons << 526 { 362 { 527 if(VolumeMap().find(volumePtr) != VolumeMap( << 363 if (VolumeMap().find(volumePtr) != VolumeMap().end()) 528 { << 364 { 529 return VolumeMap()[volumePtr]; // Volume << 365 return VolumeMap()[volumePtr]; // Volume is already processed 530 } << 366 } 531 << 532 G4VSolid* solidPtr = volumePtr->GetSolid(); << 533 G4Transform3D R, invR; << 534 G4int trans = 0; << 535 << 536 std::map<const G4LogicalVolume*, G4GDMLAuxLi << 537 << 538 ++levelNo; << 539 << 540 while(true) // Solve possible displacement/ << 541 { // of the referenced solid! << 542 if(trans > maxTransforms) << 543 { << 544 G4String ErrorMessage = "Referenced soli << 545 volumePtr->GetNa << 546 "' was displaced << 547 G4Exception("G4GDMLWriteStructure::Trave << 548 FatalException, ErrorMessage << 549 } << 550 << 551 if(G4ReflectedSolid* refl = dynamic_cast<G << 552 { << 553 R = R * refl->GetTransform3D(); << 554 solidPtr = refl->GetConstituentMovedSoli << 555 ++trans; << 556 continue; << 557 } << 558 << 559 if(G4DisplacedSolid* disp = dynamic_cast<G << 560 { << 561 R = R * G4Transform3D(disp->GetOb << 562 disp->GetObjectTra << 563 solidPtr = disp->GetConstituentMovedSoli << 564 ++trans; << 565 continue; << 566 } << 567 << 568 break; << 569 } << 570 << 571 // check if it is a reflected volume << 572 G4LogicalVolume* tmplv = const_cast<G4Logica << 573 << 574 if(reflFactory->IsReflected(tmplv)) << 575 { << 576 tmplv = reflFactory->GetConstituentLV(tmpl << 577 if(VolumeMap().find(tmplv) != VolumeMap(). << 578 { << 579 return R; // Volume is already processe << 580 } << 581 } << 582 << 583 // Only compute the inverse when necessary! << 584 // << 585 if(trans > 0) << 586 { << 587 invR = R.inverse(); << 588 } << 589 << 590 const G4String name = GenerateName(tmplv->Ge << 591 << 592 G4String materialref = "NULL"; << 593 367 594 if(volumePtr->GetMaterial()) << 368 G4VSolid* solidPtr = volumePtr->GetSolid(); 595 { << 369 G4Transform3D R,invR; 596 materialref = GenerateName(volumePtr->GetM << 370 G4int trans=0; 597 volumePtr->GetM << 598 } << 599 << 600 const G4String solidref = GenerateName(solid << 601 << 602 xercesc::DOMElement* volumeElement = NewElem << 603 volumeElement->setAttributeNode(NewAttribute << 604 xercesc::DOMElement* materialrefElement = Ne << 605 materialrefElement->setAttributeNode(NewAttr << 606 volumeElement->appendChild(materialrefElemen << 607 xercesc::DOMElement* solidrefElement = NewEl << 608 solidrefElement->setAttributeNode(NewAttribu << 609 volumeElement->appendChild(solidrefElement); << 610 << 611 std::size_t daughterCount = volumePtr->GetNo << 612 << 613 if(levelNo == maxLevel) // Stop exporting i << 614 { << 615 daughterCount = 0; << 616 } << 617 371 618 std::map<G4int, std::vector<G4int> > assembl << 372 while (true) // Solve possible displacement/reflection 619 << 373 { // of the referenced solid! 620 for(std::size_t i = 0; i < daughterCount; ++ << 374 if (trans>maxTransforms) 621 { << 622 const G4VPhysicalVolume* const physvol = v << 623 const G4String ModuleName = M << 624 << 625 G4Transform3D daughterR; << 626 << 627 if(ModuleName.empty()) // Check if subtre << 628 { // a separate modu << 629 daughterR = TraverseVolumeTree(physvol-> << 630 } << 631 else << 632 { << 633 G4GDMLWriteStructure writer; << 634 daughterR = writer.Write(ModuleName, phy << 635 SchemaLocation, << 636 } << 637 << 638 if(const G4PVDivision* const divisionvol = << 639 dynamic_cast<const G4PVDivision*>(phy << 640 { << 641 if(!G4Transform3D::Identity.isNear(invR << 642 { 375 { 643 G4String ErrorMessage = "Division volu << 376 G4String ErrorMessage = "Referenced solid in volume '" 644 "' can not be << 377 + volumePtr->GetName() >> 378 + "' was displaced/reflected too many times!"; 645 G4Exception("G4GDMLWriteStructure::Tra 379 G4Exception("G4GDMLWriteStructure::TraverseVolumeTree()", 646 "InvalidSetup", FatalExcep 380 "InvalidSetup", FatalException, ErrorMessage); 647 } 381 } 648 DivisionvolWrite(volumeElement, division << 382 649 } << 383 if (G4ReflectedSolid* refl = dynamic_cast<G4ReflectedSolid*>(solidPtr)) 650 else << 651 { << 652 if(physvol->IsParameterised()) // Is it << 653 { 384 { 654 if(!G4Transform3D::Identity.isNear(inv << 385 R = R*refl->GetTransform3D(); 655 kRe << 386 solidPtr = refl->GetConstituentMovedSolid(); 656 { << 387 trans++; 657 G4String ErrorMessage = "Parameteris << 388 continue; 658 "' can not b << 659 G4Exception("G4GDMLWriteStructure::T << 660 "InvalidSetup", FatalExc << 661 } << 662 ParamvolWrite(volumeElement, physvol); << 663 } 389 } 664 else << 390 >> 391 if (G4DisplacedSolid* disp = dynamic_cast<G4DisplacedSolid*>(solidPtr)) 665 { 392 { 666 if(physvol->IsReplicated()) // Is it << 393 R = R*G4Transform3D(disp->GetObjectRotation(), 667 { << 394 disp->GetObjectTranslation()); 668 if(!G4Transform3D::Identity.isNear(i << 395 solidPtr = disp->GetConstituentMovedSolid(); 669 k << 396 trans++; 670 { << 397 continue; 671 G4String ErrorMessage = "Replica v << 672 "' can not << 673 G4Exception("G4GDMLWriteStructure: << 674 "InvalidSetup", FatalE << 675 } << 676 ReplicavolWrite(volumeElement, physv << 677 } << 678 else // Is it a physvol or an assembl << 679 { << 680 if(assemblyVolMap.find(physvol) != a << 681 { << 682 G4int assemblyID = assemblyVolMap[ << 683 << 684 G4String assemblyref = "Assembly_" << 685 << 686 // here I need to retrieve the imp << 687 << 688 G4int imprintID = imprintsMap[phys << 689 << 690 // there are 2 steps: << 691 // << 692 // 1) add assembly to the structur << 693 // (but after the constituents vol << 694 // << 695 << 696 if(std::find(addedAssemblies.cbegi << 697 assemblyID) == addedA << 698 { << 699 AssemblyWrite(structureElement, << 700 addedAssemblies.push_back(assemb << 701 assemblyIDToAddedImprints[assemb << 702 } << 703 << 704 // 2) add the assembly (as physica << 705 // (but only once), using it's ori << 706 // << 707 << 708 // here I need a check if assembly << 709 // mother volume << 710 std::vector<G4int>& addedImprints << 711 if(std::find(addedImprints.cbegin( << 712 imprintID) == addedIm << 713 { << 714 G4String imprintname = "Imprint_ << 715 imprintname = GenerateN << 716 << 717 // I need to get those two from << 718 // the assembly I have the impri << 719 // << 720 G4Transform3D& transf = G4Assemb << 721 ->GetA << 722 ->GetI << 723 << 724 HepGeom::Scale3D scale; << 725 HepGeom::Rotate3D rotate; << 726 HepGeom::Translate3D translate; << 727 << 728 transf.getDecomposition(scale, r << 729 << 730 const G4ThreeVector scl(scale(0, << 731 const G4ThreeVector rot = GetAng << 732 const G4ThreeVector pos = transf << 733 << 734 // here I need a normal physvol << 735 << 736 xercesc::DOMElement* physvolElem << 737 physvolElement->setAttributeNode << 738 << 739 xercesc::DOMElement* volumerefEl << 740 volumerefElement->setAttributeNo << 741 physvolElement->appendChild(volu << 742 << 743 if(std::fabs(pos.x()) > kLinearP << 744 std::fabs(pos.y()) > kLinearP << 745 std::fabs(pos.z()) > kLinearP << 746 { << 747 PositionWrite(physvolElement, << 748 } << 749 if(std::fabs(rot.x()) > kAngular << 750 std::fabs(rot.y()) > kAngular << 751 std::fabs(rot.z()) > kAngular << 752 { << 753 RotationWrite(physvolElement, << 754 } << 755 if(std::fabs(scl.x() - 1.0) > kR << 756 std::fabs(scl.y() - 1.0) > kR << 757 std::fabs(scl.z() - 1.0) > kR << 758 { << 759 ScaleWrite(physvolElement, nam << 760 } << 761 << 762 volumeElement->appendChild(physv << 763 // << 764 addedImprints.push_back(imprintI << 765 } << 766 } << 767 else // not part of assembly, so a << 768 { << 769 G4RotationMatrix rot; << 770 if(physvol->GetFrameRotation() != << 771 { << 772 rot = *(physvol->GetFrameRotatio << 773 } << 774 G4Transform3D P(rot, physvol->GetO << 775 << 776 PhysvolWrite(volumeElement, physvo << 777 ModuleName); << 778 } << 779 } << 780 } 398 } 781 } << 782 // BorderSurfaceCache(GetBorderSurface(phy << 783 GetBorderSurface(physvol); << 784 } << 785 << 786 if(cexport) << 787 { << 788 ExportEnergyCuts(volumePtr); << 789 } << 790 // Add optional energy cuts << 791 << 792 if(sdexport) << 793 { << 794 ExportSD(volumePtr); << 795 } << 796 // Add optional SDs << 797 << 798 // Here write the auxiliary info << 799 // << 800 auxiter = auxmap.find(volumePtr); << 801 if(auxiter != auxmap.cend()) << 802 { << 803 AddAuxInfo(&(auxiter->second), volumeEleme << 804 } << 805 << 806 structureElement->appendChild(volumeElement) << 807 // Append the volume AFTER traversing the ch << 808 // the order of volumes will be correct! << 809 << 810 VolumeMap()[tmplv] = R; << 811 << 812 AddExtension(volumeElement, volumePtr); << 813 // Add any possible user defined extension a << 814 << 815 AddMaterial(volumePtr->GetMaterial()); << 816 // Add the involved materials and solids! << 817 399 818 AddSolid(solidPtr); << 400 break; >> 401 } 819 402 820 SkinSurfaceCache(GetSkinSurface(volumePtr)); << 403 // Only compute the inverse when necessary! 821 << 404 // 822 return R; << 405 if (trans>0) { invR = R.inverse(); } 823 } << 406 824 << 407 const G4String name 825 // ------------------------------------------- << 408 = GenerateName(volumePtr->GetName(),volumePtr); 826 void G4GDMLWriteStructure::AddVolumeAuxiliary( << 409 const G4String materialref 827 << 410 = GenerateName(volumePtr->GetMaterial()->GetName(), 828 { << 411 volumePtr->GetMaterial()); 829 auto pos = auxmap.find(lvol); << 412 const G4String solidref 830 << 413 = GenerateName(solidPtr->GetName(),solidPtr); 831 if(pos == auxmap.cend()) << 414 832 { << 415 xercesc::DOMElement* volumeElement = NewElement("volume"); 833 auxmap[lvol] = G4GDMLAuxListType(); << 416 volumeElement->setAttributeNode(NewAttribute("name",name)); 834 } << 417 xercesc::DOMElement* materialrefElement = NewElement("materialref"); >> 418 materialrefElement->setAttributeNode(NewAttribute("ref",materialref)); >> 419 volumeElement->appendChild(materialrefElement); >> 420 xercesc::DOMElement* solidrefElement = NewElement("solidref"); >> 421 solidrefElement->setAttributeNode(NewAttribute("ref",solidref)); >> 422 volumeElement->appendChild(solidrefElement); >> 423 >> 424 const G4int daughterCount = volumePtr->GetNoDaughters(); >> 425 >> 426 for (G4int i=0;i<daughterCount;i++) // Traverse all the children! >> 427 { >> 428 const G4VPhysicalVolume* const physvol = volumePtr->GetDaughter(i); >> 429 const G4String ModuleName = Modularize(physvol,depth); >> 430 >> 431 G4Transform3D daughterR; >> 432 >> 433 if (ModuleName.empty()) // Check if subtree requested to be >> 434 { // a separate module! >> 435 daughterR = TraverseVolumeTree(physvol->GetLogicalVolume(),depth+1); >> 436 } >> 437 else >> 438 { >> 439 G4GDMLWriteStructure writer; >> 440 daughterR = writer.Write(ModuleName,physvol->GetLogicalVolume(), >> 441 SchemaLocation,depth+1); >> 442 } 835 443 836 auxmap[lvol].push_back(myaux); << 444 if (const G4PVDivision* const divisionvol 837 } << 445 = dynamic_cast<const G4PVDivision*>(physvol)) // Is it division? >> 446 { >> 447 if (!G4Transform3D::Identity.isNear(invR*daughterR,kRelativePrecision)) >> 448 { >> 449 G4String ErrorMessage = "Division volume in '" >> 450 + name >> 451 + "' can not be related to reflected solid!"; >> 452 G4Exception("G4GDMLWriteStructure::TraverseVolumeTree()", >> 453 "InvalidSetup", FatalException, ErrorMessage); >> 454 } >> 455 DivisionvolWrite(volumeElement,divisionvol); >> 456 } else >> 457 if (physvol->IsParameterised()) // Is it a paramvol? >> 458 { >> 459 if (!G4Transform3D::Identity.isNear(invR*daughterR,kRelativePrecision)) >> 460 { >> 461 G4String ErrorMessage = "Parameterised volume in '" >> 462 + name >> 463 + "' can not be related to reflected solid!"; >> 464 G4Exception("G4GDMLWriteStructure::TraverseVolumeTree()", >> 465 "InvalidSetup", FatalException, ErrorMessage); >> 466 } >> 467 ParamvolWrite(volumeElement,physvol); >> 468 } else >> 469 if (physvol->IsReplicated()) // Is it a replicavol? >> 470 { >> 471 if (!G4Transform3D::Identity.isNear(invR*daughterR,kRelativePrecision)) >> 472 { >> 473 G4String ErrorMessage = "Replica volume in '" >> 474 + name >> 475 + "' can not be related to reflected solid!"; >> 476 G4Exception("G4GDMLWriteStructure::TraverseVolumeTree()", >> 477 "InvalidSetup", FatalException, ErrorMessage); >> 478 } >> 479 ReplicavolWrite(volumeElement,physvol); >> 480 } >> 481 else // Is it a physvol? >> 482 { >> 483 G4RotationMatrix rot; 838 484 839 // ------------------------------------------- << 485 if (physvol->GetFrameRotation() != 0) 840 void G4GDMLWriteStructure::SetEnergyCutsExport << 486 { 841 { << 487 rot = *(physvol->GetFrameRotation()); 842 cexport = fcuts; << 488 } 843 } << 489 G4Transform3D P(rot,physvol->GetObjectTranslation()); >> 490 PhysvolWrite(volumeElement,physvol,invR*P*daughterR,ModuleName); >> 491 } >> 492 BorderSurfaceCache(GetBorderSurface(physvol)); >> 493 } 844 494 845 // ------------------------------------------- << 495 structureElement->appendChild(volumeElement); 846 void G4GDMLWriteStructure::ExportEnergyCuts(co << 496 // Append the volume AFTER traversing the children so that 847 { << 497 // the order of volumes will be correct! 848 G4GDMLEvaluator eval; << 849 G4ProductionCuts* pcuts = lvol->GetRegio << 850 G4ProductionCutsTable* ctab = G4ProductionCu << 851 G4Gamma* gamma = G4Gamma::Gamma << 852 G4Electron* eminus = G4Electron::El << 853 G4Positron* eplus = G4Positron::Po << 854 G4Proton* proton = G4Proton::Prot << 855 << 856 G4double gamma_cut = ctab->ConvertRangeToEne << 857 gamma, lvol->GetMaterial(), pcuts->GetProd << 858 G4double eminus_cut = ctab->ConvertRangeToEn << 859 eminus, lvol->GetMaterial(), pcuts->GetPro << 860 G4double eplus_cut = ctab->ConvertRangeToEne << 861 eplus, lvol->GetMaterial(), pcuts->GetProd << 862 G4double proton_cut = ctab->ConvertRangeToEn << 863 proton, lvol->GetMaterial(), pcuts->GetPro << 864 << 865 G4GDMLAuxStructType gammainfo = { "gammaECu << 866 eval.Conve << 867 G4GDMLAuxStructType eminusinfo = { "electron << 868 eval.Conv << 869 0 }; << 870 G4GDMLAuxStructType eplusinfo = { "positron << 871 eval.Conve << 872 G4GDMLAuxStructType protinfo = { "protonEC << 873 eval.Conver << 874 << 875 AddVolumeAuxiliary(gammainfo, lvol); << 876 AddVolumeAuxiliary(eminusinfo, lvol); << 877 AddVolumeAuxiliary(eplusinfo, lvol); << 878 AddVolumeAuxiliary(protinfo, lvol); << 879 } << 880 498 881 // ------------------------------------------- << 499 VolumeMap()[volumePtr] = R; 882 void G4GDMLWriteStructure::SetSDExport(G4bool << 883 { << 884 sdexport = fsd; << 885 } << 886 500 887 // ------------------------------------------- << 501 AddExtension(volumeElement, volumePtr); 888 void G4GDMLWriteStructure::ExportSD(const G4Lo << 502 // Add any possible user defined extension attached to a volume 889 { << 890 G4VSensitiveDetector* sd = lvol->GetMasterSe << 891 503 892 if(sd != nullptr) << 504 AddMaterial(volumePtr->GetMaterial()); 893 { << 505 // Add the involved materials and solids! 894 G4String SDname = sd->GetName(); << 895 506 896 G4GDMLAuxStructType SDinfo = { "SensDet", << 507 AddSolid(solidPtr); 897 AddVolumeAuxiliary(SDinfo, lvol); << 898 } << 899 } << 900 508 901 // ------------------------------------------- << 509 SkinSurfaceCache(GetSkinSurface(volumePtr)); 902 G4int G4GDMLWriteStructure::GetMaxExportLevel( << 903 { << 904 return maxLevel; << 905 } << 906 510 907 // ------------------------------------------- << 511 return R; 908 void G4GDMLWriteStructure::SetMaxExportLevel(G << 909 { << 910 if(level <= 0) << 911 { << 912 G4Exception("G4GDMLWriteStructure::Travers << 913 FatalException, "Levels to exp << 914 return; << 915 } << 916 maxLevel = level; << 917 levelNo = 0; << 918 } 512 } 919 513