Import Geant4 9.5.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:46:55 +02:00
parent 89a9605df1
commit b1eb5424d2
10957 changed files with 888481 additions and 160139 deletions
@@ -157,8 +157,10 @@ G4bool XrayFluoDataSet::LoadData(const G4String& fileName)
if (! (lsdp->is_open()) )
{
G4String excep = "XrayFluoDataSet - data file: " + dirFile + " not found";
G4Exception(excep);
G4ExceptionDescription execp;
execp << "XrayFluoDataSet - data file: " + dirFile + " not found"<<G4endl;
G4Exception("XrayFluoDataSet::LoadData()","example-xray_fluorescence01",
FatalException, execp);
}
G4double a = 0;
G4int k = 1;