Import Geant4 10.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 11:51:14 +02:00
parent e2d2f9810a
commit 286caacf06
12421 changed files with 730077 additions and 502383 deletions
+5 -6
View File
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4Material.hh 68070 2013-03-13 15:03:06Z gcosmo $
//
//---------------------------------------------------------------------------
@@ -118,7 +118,6 @@ enum G4State { kStateUndefined = 0, kStateSolid, kStateLiquid, kStateGas };
class G4Material
{
public: // with description
//
// Constructor to create a material from single element
//
@@ -232,7 +231,7 @@ public: // with description
const G4Material* GetBaseMaterial() const {return fBaseMaterial;}
// material components:
inline
inline
std::map<G4Material*,G4double> GetMatComponents() const
{return fMatComponents;}
@@ -253,7 +252,7 @@ public: // with description
//the (static) Table of Materials:
//
static const G4MaterialTable* GetMaterialTable();
static G4MaterialTable* GetMaterialTable();
static size_t GetNumberOfMaterials();
@@ -342,8 +341,8 @@ private:
G4double fNuclInterLen; // Nuclear interaction length
G4IonisParamMat* fIonisation; // ionisation parameters
G4SandiaTable* fSandiaTable; // Sandia table
G4SandiaTable* fSandiaTable; // Sandia table
// utilities
//
const G4Material* fBaseMaterial; // Pointer to the base material