#include <G4DataQuestionaire.hh>
Definition at line 36 of file G4DataQuestionaire.hh.
Definition at line 39 of file G4DataQuestionaire.hh.
49 if(!getenv(
"G4LEDATA") )
51 desc <<
"Low energy electromagnetic data are needed."<<G4endl
52 <<
"This is a NEW requirement for standard EM physics since geant4 9.5."<<G4endl
53 <<
"Please set the environmental variable G4LEDATA"<<G4endl
54 <<
"to point to your G4EMLOW directory. "<<G4endl
55 <<
"Note: EMLOW6.23 or above is needed for Bremsstrahlung data."<<G4endl
56 <<
"Data are available from the Geant4 download page."<<G4endl<<
G4endl;
59 for(
G4int i=0; i<9; ++i)
75 if(!getenv(
"G4LEVELGAMMADATA") )
77 desc <<
"Photon-evaporation data are needed."<<G4endl
78 <<
"Please set the environmental variable G4LEVELGAMMADATA"<<G4endl
79 <<
"to point to your PhotonEvaporation directory."<<G4endl
80 <<
"Data are available from the Geant4 download page."<<G4endl<<
G4endl;
85 if(!getenv(
"G4NEUTRONHPDATA") )
87 desc <<
"G4NDL are needed."<<G4endl
88 <<
"Please set the environmental variable G4NEUTRONHPDATA"<<G4endl
89 <<
"to point to your G4NDL directory."<<G4endl
90 <<
"Data are available from the Geant4 download page."<<G4endl<<
G4endl;
95 if(!getenv(
"G4LENDDATA") )
97 desc <<
"Data files for Low Energy Nuclear Data (LEND) are needed."<<G4endl
98 <<
"Please set the environmental variable G4LENDDATA"<<G4endl
99 <<
"to point to the directory containing these LEND data."<<G4endl
100 <<
"Data files for Low Energy Nuclear Data (LEND) are available from" <<
101 " ftp://gdo-nuclear.ucllnl.org/pub/."<<G4endl<<
G4endl;
106 if(!getenv(
"G4RADIOACTIVEDATA") )
108 desc <<
"Radioactive decay data are needed."<<G4endl
109 <<
"Please set the environmental variable G4RADIOACTIVEDATA"<<G4endl
110 <<
"to point to your RadiativeDecay directory."<<G4endl
111 <<
"Data are available from the Geant4 download page."<<G4endl<<
G4endl;
116 if(!getenv(
"G4LEDATA") )
118 desc <<
"Low energy electromagnetic data are needed."<<G4endl
119 <<
"Please set the environmental variable G4LEDATA"<<G4endl
120 <<
"to point to your G4EMLOW directory."<<G4endl
121 <<
"Data are available from the Geant4 download page."<<G4endl<<
G4endl;
138 if(!getenv(
"G4NEUTRONXSDATA") )
140 desc <<
"G4NEUTRONXS are needed."<<G4endl
141 <<
"Please set the environmental variable G4NEUTRONXSDATA"<<G4endl
142 <<
"to point to your G4NEUTRONXS directory."<<G4endl
143 <<
"Data are available from the Geant4 download page."<<G4endl<<
G4endl;
148 if(!getenv(
"G4ABLADATA") )
150 desc <<
"ABLA data are needed."<<G4endl
151 <<
"Please set the environmental variable G4ABLADATA"<<G4endl
152 <<
"to point to your ABLA data directory."<<G4endl
153 <<
"Data are available from the Geant4 download page."<<G4endl<<
G4endl;
164 "data type requested is not known to the system");
170 desc <<
"*** Fatal error: Missing mandatory data for this simulation engine ***"<<
G4endl;
std::ostringstream G4ExceptionDescription
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
G4DataQuestionaire::~G4DataQuestionaire |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: