Problem 1641

Summary: charge and dynamicMass for an ion
Product: Geant4 Reporter: michel.maire
Component: particlesAssignee: kurasige
Status: RESOLVED REMIND    
Severity: trivial CC: Vladimir.Ivantchenko
Priority: P5    
Version: 10.0   
Hardware: All   
OS: All   

Description michel.maire 2014-06-19 16:52:38 CEST

    
Comment 1 michel.maire 2014-06-19 17:00:21 CEST
For an ion, dynamicalMass includes mass of electrons, according the charge state of the ion.
Method G4DynamicParticle::SetCharge() allows to change the charge of the ion. But, I believe, the dynamicalMass is not updated after this change.
Comment 2 kurasige 2014-06-20 02:00:07 CEST
As you pointed out, G4DynamicParticle::SetCharge() does not take into account mass. I expected that processes which set electric charge of ions should take care of both mass and electrons (together with binding energy if necessary)