37 #ifndef G4tgbGeometryDumper_HH
38 #define G4tgbGeometryDumper_HH
68 G4int copyNo = -999 );
97 template<
class TYP>
G4String GetObjectName( TYP* obj,
98 std::map<G4String,TYP*> objectsDumped );
111 std::ofstream* theFile;
113 std::map<G4String,G4Material*> theMaterials;
114 std::map<G4String,G4Element*> theElements;
115 std::map<G4String,G4Isotope*> theIsotopes;
116 std::map<G4String,G4VSolid*> theSolids;
117 std::map<G4String,G4LogicalVolume*> theLogVols;
118 std::map<G4String,G4VPhysicalVolume*> thePhysVols;
119 std::map<G4String,G4RotationMatrix*> theRotMats;
121 G4int theRotationNumber;