Problem 1641 - charge and dynamicMass for an ion
Summary: charge and dynamicMass for an ion
Status: RESOLVED REMIND
Alias: None
Product: Geant4
Classification: Unclassified
Component: particles (show other problems)
Version: 10.0
Hardware: All All
: P5 trivial
Assignee: kurasige
URL:
Depends on:
Blocks:
 
Reported: 2014-06-19 16:52 CEST by michel.maire
Modified: 2014-07-28 01:58 CEST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
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)