Import Geant4 9.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:15:05 +02:00
parent b79225fb37
commit 74cad5e589
3877 changed files with 234205 additions and 167127 deletions
@@ -130,8 +130,8 @@ G4int XrayFluoDataSet::FindBinLocation(G4double energy) const
}
void XrayFluoDataSet::LoadData(const G4String& fileName)
{
G4bool XrayFluoDataSet::LoadData(const G4String& fileName) {
// Build the complete string identifying the file with the data set
@@ -198,6 +198,7 @@ void XrayFluoDataSet::LoadData(const G4String& fileName)
} while (a != -2); // end of file
file.close();
return true;
}
void XrayFluoDataSet::PrintData() const
{
@@ -216,15 +217,3 @@ void XrayFluoDataSet::PrintData() const