Problem 325

Summary: G4Material::GetZ() and G4Material::GetA() not defined for Mixtures
Product: Geant4 Reporter: mazini
Component: materialsAssignee: Michel.Maire
Status: RESOLVED INVALID    
Severity: critical    
Priority: P2    
Version: 3.2   
Hardware: PC   
OS: Linux   

Description mazini 2001-11-28 10:13:21 CET
G4Material::GetZ() is not defined to return the Z of a G4Material if it's a
mixture (NumberOfElements > 1). Instead a G4Exception is applied!
This Problem happened when using G4NeutronIsotopeProduction (in GetIsotope
method).
The same problem exist in G4Material::GetA().