Import Geant4 11.2.0 source tree
This commit is contained in:
@@ -76,17 +76,17 @@ G4ParticleHPElasticFS::G4ParticleHPElasticFS()
|
||||
frameFlag = 0;
|
||||
}
|
||||
|
||||
void G4ParticleHPElasticFS::Init(G4double A, G4double Z, G4int M, G4String& dirName, G4String&,
|
||||
void G4ParticleHPElasticFS::Init(G4double A, G4double Z, G4int M,
|
||||
G4String& dirName, G4String&,
|
||||
G4ParticleDefinition*)
|
||||
{
|
||||
G4String tString = "/FS";
|
||||
G4bool dbool;
|
||||
G4bool dbool = true;
|
||||
SetA_Z(A, Z, M);
|
||||
G4ParticleHPDataUsed aFile =
|
||||
theNames.GetName(static_cast<G4int>(A), static_cast<G4int>(Z), M, dirName, tString, dbool);
|
||||
theNames.GetName(theBaseA, theBaseZ, M, dirName, tString, dbool);
|
||||
G4String filename = aFile.GetName();
|
||||
SetAZMs(A, Z, M, aFile);
|
||||
// theBaseA = aFile.GetA();
|
||||
// theBaseZ = aFile.GetZ();
|
||||
SetAZMs(aFile);
|
||||
if (!dbool) {
|
||||
hasAnyData = false;
|
||||
hasFSData = false;
|
||||
|
||||
Reference in New Issue
Block a user