Problem 586 - wrong exitation energy
Summary: wrong exitation energy
Status: RESOLVED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: processes/hadronic/models (show other problems)
Version: 5.2
Hardware: PC Linux
: P2 normal
Assignee: Hans-Peter.Wellisch
URL:
Depends on:
Blocks:
 
Reported: 2004-02-18 10:22 CET by etenko
Modified: 2004-04-20 07:04 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
Description etenko 2004-02-18 10:22:11 CET
Simulation of the slow neutrons absorption by scintillator containing Cadmium
or Gadolinium shows systematic arrears of the exitation energy (~150 keV for Cd
and ~ 300 keV for Gd). This is due to different type of the total energy
calculation for neutron + target and for residual neucleus in NeutronHPCapture
model. For target the method GetIonMass(A,Z) is used and for neucleus the method
G4NucleiProperties::GetNuclearMass(A,Z). Last one takes into account the correction
1.433e-5*MeV*pow(Z,2.39) for the residual neuclear mass, which gives exactly the
values pointed before. May be the method G4NucleiProperties::GetNuclearMass(A,Z)
should be used in both cases?
Sincerely Yours Alexander Etenko
Comment 1 Hans-Peter.Wellisch 2004-03-04 07:30:59 CET
ok. I'll have a look. Thank yuo for reporting this.

Many greetings,

Hans-Peter.
Comment 2 Hans-Peter.Wellisch 2004-04-20 07:04:59 CEST
should work in geant4 6.1.

Many greetings,

Hans-Peter.