| Summary: | charge and dynamicMass for an ion | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | michel.maire |
| Component: | particles | Assignee: | 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
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. 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) |