40 #ifndef _G4GDMLWRITE_INCLUDED_
41 #define _G4GDMLWRITE_INCLUDED_
45 #include <xercesc/dom/DOM.hpp>
46 #include <xercesc/util/XMLString.hpp>
47 #include <xercesc/util/PlatformUtils.hpp>
48 #include <xercesc/framework/LocalFileFormatTarget.hpp>
57 typedef std::map<const G4LogicalVolume*,G4Transform3D> VolumeMapType;
58 typedef std::map<const G4VPhysicalVolume*,G4String> PhysVolumeMapType;
59 typedef std::map<G4int,G4int> DepthMapType;
123 xercesc::DOMDocument*
doc;