Import Geant4 3.0.0 source tree
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4DynamicParticle.icc,v 1.3 1999/12/15 14:51:10 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
// $Id: G4DynamicParticle.icc,v 1.5 2000/10/20 11:34:45 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -41,7 +41,7 @@ inline void G4DynamicParticle::operator delete(void * aDynamicParticle)
|
||||
// Inlined functions
|
||||
// ------------------------
|
||||
|
||||
inline G4ElectronOccupancy* G4DynamicParticle::GetElectronOccupancy() const
|
||||
inline const G4ElectronOccupancy* G4DynamicParticle::GetElectronOccupancy() const
|
||||
{
|
||||
return theElectronOccupancy;
|
||||
}
|
||||
@@ -202,7 +202,7 @@ inline void G4DynamicParticle::SetProperTime(G4double atime)
|
||||
theProperTime = atime;
|
||||
}
|
||||
|
||||
inline G4DecayProducts* G4DynamicParticle::GetPreAssignedDecayProducts()
|
||||
inline const G4DecayProducts* G4DynamicParticle::GetPreAssignedDecayProducts() const
|
||||
{
|
||||
return thePreAssignedDecayProducts;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user