Import Geant4 10.6.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2019-06-28 11:59:04 +02:00
parent 28a70706e0
commit d0f911957d
1056 changed files with 95168 additions and 78160 deletions
@@ -43,6 +43,7 @@
#include "G4GDMLReadMaterials.hh"
#include "G4ExtrudedSolid.hh"
#include "G4MultiUnion.hh"
#include "G4MaterialPropertiesTable.hh"
class G4VSolid;
class G4QuadrangularFacet;
@@ -108,6 +109,9 @@ class G4GDMLReadSolids : public G4GDMLReadMaterials
rzPointType RZPointRead(const xercesc::DOMElement* const);
void OpticalSurfaceRead(const xercesc::DOMElement* const);
void PropertyRead(const xercesc::DOMElement* const,G4OpticalSurface*);
private:
std::map<G4String, G4MaterialPropertyVector*> mapOfMatPropVects;
};