Import Geant4 10.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-12-09 12:35:28 +01:00
parent 4ec577e5c4
commit a3452e42ac
3514 changed files with 210500 additions and 89628 deletions
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4DynamicParticle.icc 72152 2013-07-11 12:49:58Z gcosmo $
// $Id: G4DynamicParticle.icc 98352 2016-07-08 08:21:00Z gcosmo $
//
//
// ------------------------------------------------------------
@@ -33,7 +33,6 @@
// History: first implementation, based on object model of
// 17 AUg. 1999 H.Kurashige
// ------------------------------------------------------------
extern G4PART_DLL G4ThreadLocal G4Allocator<G4DynamicParticle> *pDynamicParticleAllocator;
// ------------------------
@@ -145,11 +144,6 @@ inline void G4DynamicParticle::SetMagneticMoment(G4double magneticMoment)
theDynamicalMagneticMoment = magneticMoment;
}
inline void G4DynamicParticle::SetMass(G4double newMass)
{
theDynamicalMass = newMass;
}
inline const G4ThreeVector& G4DynamicParticle::GetMomentumDirection() const
{
return theMomentumDirection;