Import Geant4 9.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:58:43 +02:00
parent 96c8bcd0af
commit b79225fb37
7544 changed files with 245407 additions and 91099 deletions
+9 -9
View File
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4MPVEntry.hh,v 1.6 2006/06/29 19:11:11 gunter Exp $
// GEANT4 tag $Name: geant4-09-01 $
// $Id: G4MPVEntry.hh,v 1.7 2008/06/05 23:36:56 gum Exp $
// GEANT4 tag $Name: geant4-09-02 $
//
//
////////////////////////////////////////////////////////////////////////
@@ -83,7 +83,7 @@ public: // Without description
// Constructor and Destructor
///////////////////////////////
G4MPVEntry(G4double aPhotonMomentum, G4double aPropertyValue);
G4MPVEntry(G4double aPhotonEnergy, G4double aPropertyValue);
G4MPVEntry(const G4MPVEntry &right);
@@ -93,7 +93,7 @@ public: // Without description
// Methods
////////////
G4double GetPhotonMomentum();
G4double GetPhotonEnergy();
G4double GetProperty();
@@ -109,7 +109,7 @@ private:
// Private Data members
/////////////////////////
G4double thePhotonMomentum;
G4double thePhotonEnergy;
G4double theProperty;
};
@@ -117,14 +117,14 @@ private:
// Inline methods
////////////////////
// GetPhotonMomentum
// -----------------
// GetPhotonEnergy
// ---------------
//
inline
G4double G4MPVEntry::GetPhotonMomentum()
G4double G4MPVEntry::GetPhotonEnergy()
{
return thePhotonMomentum;
return thePhotonEnergy;
}
// GetProperty