Problem 395 - GDR and HEN in G4PhotoNuclearCrossSection are not set and crash
Summary: GDR and HEN in G4PhotoNuclearCrossSection are not set and crash
Status: RESOLVED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: processes/hadronic/cross_sections (show other problems)
Version: 4.1
Hardware: PC Linux
: P2 normal
Assignee: fwj
URL:
Depends on:
Blocks:
 
Reported: 2002-07-31 00:48 CEST by akiya.miyamoto
Modified: 2002-08-06 08:25 CEST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
Description akiya.miyamoto 2002-07-31 00:48:35 CEST
G4PhotoNuclearCrossSection crashes at line number 102 becasue GDR is not set.
To fix this problem, insert following two lines at line number 133.

  	GDR.push_back(lastGDR);
	HEN.push_back(lastHEN);
Comment 1 Gabriele Cosmo 2002-08-06 08:25:59 CEST
Problem fixed in patch-01, as reported in problem report #390.