Problem 827 - GetAtomicNumber and GetAtomicMass do not work for G4Ions
Summary: GetAtomicNumber and GetAtomicMass do not work for G4Ions
Status: RESOLVED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: particles (show other problems)
Version: other
Hardware: PC Other
: P2 critical
Assignee: asai
URL:
Depends on:
Blocks:
 
Reported: 2006-01-02 15:12 CET by asai
Modified: 2006-01-02 15:13 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
Description asai 2006-01-02 15:12:04 CET
Methods GetAtomicNumber() and GetAtomicMass() defined in G4ParticleDefinition.hh
are not virtual so that the proper implementations of these methods in G4Ions.cc
are never invoked.
Comment 1 asai 2006-01-02 15:13:59 CET
Fix has been committed to CVS. It should be released shortly.