Status: RESOLVED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: materials (show other problems)
Version: other
Hardware: PC Other
: P2 normal
Assignee: Hans-Peter.Wellisch
URL:
Depends on:
Blocks:
 
Reported: 2002-07-19 03:44 CEST by Gennady.Vasilyev
Modified: 2002-11-18 08:10 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 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.