Import Geant4 9.0.0 source tree
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4ParticleDefinition.icc,v 1.11 2006/06/29 19:24:04 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-08-02 $
|
||||
// $Id: G4ParticleDefinition.icc,v 1.12 2007/03/11 07:17:35 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
//
|
||||
|
||||
inline
|
||||
@@ -105,6 +105,7 @@ inline
|
||||
return content;
|
||||
}
|
||||
|
||||
|
||||
inline
|
||||
void G4ParticleDefinition::SetParticleSubType(const G4String& subtype)
|
||||
{
|
||||
@@ -147,3 +148,10 @@ inline
|
||||
return theAtomicMass;
|
||||
}
|
||||
|
||||
inline
|
||||
void G4ParticleDefinition::SetPDGMagneticMoment(G4double magneticMoment)
|
||||
{
|
||||
thePDGMagneticMoment = magneticMoment;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user