Problem 827

Summary: GetAtomicNumber and GetAtomicMass do not work for G4Ions
Product: Geant4 Reporter: asai
Component: particlesAssignee: asai
Status: RESOLVED FIXED    
Severity: critical    
Priority: P2    
Version: other   
Hardware: PC   
OS: Other   

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.