Import Geant4 10.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2017-12-08 12:52:30 +01:00
parent 98e455a940
commit fc6af9e721
2166 changed files with 276760 additions and 100873 deletions
+3 -3
View File
@@ -74,11 +74,11 @@ G4OpMieHG::PostStepDoIt(const G4Track& aTrack, const G4Step& aStep)
aMaterial->GetMaterialPropertiesTable();
G4double forward_g =
aMaterialPropertyTable->GetConstProperty("MIEHG_FORWARD");
aMaterialPropertyTable->GetConstProperty(kMIEHG_FORWARD);
G4double backward_g =
aMaterialPropertyTable->GetConstProperty("MIEHG_BACKWARD");
aMaterialPropertyTable->GetConstProperty(kMIEHG_BACKWARD);
G4double ForwardRatio =
aMaterialPropertyTable->GetConstProperty("MIEHG_FORWARD_RATIO");
aMaterialPropertyTable->GetConstProperty(kMIEHG_FORWARD_RATIO);
if (verboseLevel>0) {
G4cout << "MIE Scattering Photon!" << G4endl;