Import Geant4 10.7.0 source tree

This commit is contained in:
Gabriele Cosmo
2020-12-04 12:30:43 +01:00
parent 67ba86d073
commit dab42d2018
3770 changed files with 226369 additions and 286486 deletions
@@ -23,21 +23,16 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
//
//
//
// class G4GDMLReadSetup
// G4GDMLReadSetup
//
// Class description:
//
// GDML class for geometry setup of solids.
// History:
// - Created. Zoltan Torzsok, November 2007
// Author: Zoltan Torzsok, November 2007
// -------------------------------------------------------------------------
#ifndef _G4GDMLREADSETUP_INCLUDED_
#define _G4GDMLREADSETUP_INCLUDED_
#ifndef G4GDMLREADSETUP_HH
#define G4GDMLREADSETUP_HH 1
#include <map>
@@ -47,20 +42,20 @@
class G4GDMLReadSetup : public G4GDMLReadSolids
{
public:
public:
G4String GetSetup(const G4String&);
G4String GetSetup(const G4String&);
virtual void SetupRead(const xercesc::DOMElement* const element);
virtual void SetupRead(const xercesc::DOMElement* const element);
protected:
protected:
G4GDMLReadSetup();
virtual ~G4GDMLReadSetup();
G4GDMLReadSetup();
virtual ~G4GDMLReadSetup();
protected:
protected:
std::map<G4String,G4String> setupMap;
std::map<G4String, G4String> setupMap;
};
#endif