Import Geant4 9.0.0 source tree
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4StepPoint.icc,v 1.12 2006/10/31 10:01:43 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-08-02 $
|
||||
// $Id: G4StepPoint.icc,v 1.13 2007/03/11 07:19:06 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
//
|
||||
//
|
||||
|
||||
@@ -185,6 +185,15 @@
|
||||
inline void G4StepPoint::SetCharge(G4double value)
|
||||
{ fCharge = value; }
|
||||
|
||||
inline G4double G4StepPoint::GetMagneticMoment() const
|
||||
{
|
||||
return fMagneticMoment;
|
||||
}
|
||||
inline void G4StepPoint::SetMagneticMoment(G4double value)
|
||||
{
|
||||
fMagneticMoment = value;
|
||||
}
|
||||
|
||||
inline G4Material* G4StepPoint::GetMaterial() const
|
||||
{ return fpMaterial; }
|
||||
inline void G4StepPoint::SetMaterial(G4Material* material)
|
||||
|
||||
Reference in New Issue
Block a user