Problem 1631 - After following the process of installation of Geant4 ,Data of process are not readable by Geant4.
Summary: After following the process of installation of Geant4 ,Data of process are n...
Status: CLOSED INVALID
Alias: None
Product: Geant4
Classification: Unclassified
Component: cmake (show other problems)
Version: 10.0
Hardware: Other Linux
: P5 normal
Assignee: Ben Morgan
URL:
Depends on:
Blocks:
 
Reported: 2014-05-27 12:29 CEST by Mayank Rajput
Modified: 2014-08-26 12:57 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 Mayank Rajput 2014-05-27 12:29:36 CEST
I have installed the Geant4.10 on Ubuntu 12.04 .I followed all the instructions but still, I am getting the following error while running a given example.

 
"Low energy electromagnetic data are needed. 
This is a NEW requirement for standard EM physics since geant4 9.5. 
Please set the environmental variable G4LEDATA 
to point to your G4EMLOW directory. 
Note: EMLOW6.23 or above is needed for Bremsstrahlung data. 
Data are available from the Geant4 download page. 

Photon-evaporation data are needed. 
Please set the environmental variable G4LEVELGAMMADATA 
to point to your PhotonEvaporation directory. 
Data are available from the Geant4 download page. 

G4NEUTRONXS are needed. 
Please set the environmental variable G4NEUTRONXSDATA 
to point to your G4NEUTRONXS directory. 
Data are available from the Geant4 download page. 

*** Fatal error: Missing mandatory data for this simulation engine *** 

*** Fatal Exception *** core dump *** 
-------- EEEE -------- G4Exception-END --------- EEEE ------- 


*** G4Exception: Aborting execution *** 
Aborted (core dumped) "
Comment 1 Ben Morgan 2014-05-28 10:29:46 CEST
Are the listed variables (G4LEDATA, G4LEVELGAMMADATA and G4NEUTRONXSDATA) set in the environment? If not, then the relevant shell script (geant4.sh for general running, geant4make.sh if you are building applications using Geant4's GNUmake system) needs to be sourced. I think the errors indicate that the variables are not set, but it's worth double checking.
Comment 2 Ben Morgan 2014-08-26 12:57:00 CEST
Closing bugs with no update to requested information