Import Geant4 0.1.0 source tree
This commit is contained in:
@@ -27,6 +27,8 @@ void G4NeutronHPInelasticCompFS::InitGammas(G4double AR, G4double ZR)
|
||||
void G4NeutronHPInelasticCompFS::Init (G4double A, G4double Z, G4String & dirName, G4String & aFSType)
|
||||
{
|
||||
gammaPath = "/Inelastic/Gammas/";
|
||||
if(!getenv("NeutronHPCrossSections"))
|
||||
G4Exception("Please setenv NeutronHPCrossSections to point to the neutron cross-section files.");
|
||||
G4String tBase = getenv("NeutronHPCrossSections");
|
||||
gammaPath = tBase+gammaPath;
|
||||
G4String tString = dirName;
|
||||
|
||||
Reference in New Issue
Block a user