Problem 393

Summary:
Product: Geant4 Reporter: Gennady.Vasilyev
Component: materialsAssignee: Hans-Peter.Wellisch
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: other   
Hardware: PC   
OS: Other   

Description Gennady.Vasilyev 2002-07-19 03:44:45 CEST
Hi,
I have received loop at replacement in my DetectorConstruction of the following
text:
   a = 1.01*g/mole;
   G4Element* H  = new G4Element(name="Hydrogen",symbol="H" , z= 1., a);

 on
    G4Isotope* H1 =  new G4Isotope(name="H1", iz=1, in=1, a=1.007825*g/mole);
    G4Element* H  = new G4Element(name="Hydrogen",symbol="H",ncomponents=1);
    H->AddIsotope(H1, abundance= 1);
Gennady Vasilyev.
Comment 1 Michel.Maire 2002-07-31 07:22:59 CEST
need more informations. where the loop come ?
In electromagnetic tests every things look ok.
Comment 2 Hans-Peter.Wellisch 2002-11-18 08:10:59 CET
This is sadly true, when you use pre-compound model for nucleon inelastic
reactions. In 5.0 we will released a kinetic cascade, that will do the pion
production.

Many greetings,

Hans-Peter.