Import Geant4 9.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:25:56 +02:00
parent 74cad5e589
commit 89a9605df1
4440 changed files with 379508 additions and 189225 deletions
+4 -2
View File
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4IonisParamMat.hh,v 1.17 2009/11/18 17:42:23 gcosmo Exp $
// GEANT4 tag $Name: geant4-09-03 $
// $Id: G4IonisParamMat.hh,v 1.18 2010/05/10 10:44:39 vnivanch Exp $
// GEANT4 tag $Name: geant4-09-04-beta-01 $
//
// class description
@@ -103,6 +103,7 @@ public:
G4double GetZeffective() const {return fZeff;};
G4double GetFermiEnergy() const {return fFermiEnergy;};
G4double GetLFactor() const {return fLfactor;};
G4double GetInvA23() const {return fInvA23;};
// parameters for Birks attenuation:
void SetBirksConstant(G4double value) {fBirks = value;};
@@ -176,6 +177,7 @@ private:
G4double fZeff;
G4double fFermiEnergy;
G4double fLfactor;
G4double fInvA23;
// parameter for Birks attenuation
G4double fBirks;