Import Geant4 11.0.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2021-06-25 16:12:29 +02:00
parent c968e26a39
commit 6399a014b6
4200 changed files with 207479 additions and 237366 deletions
@@ -91,7 +91,7 @@ class G4OpRayleigh : public G4VDiscreteProcess
/// Calculates the mean free paths for a material as a function of
/// photon energy
G4PhysicsOrderedFreeVector* CalculateRayleighMeanFreePaths(
G4PhysicsFreeVector* CalculateRayleighMeanFreePaths(
const G4Material* material) const;
size_t idx_rslength = 0;
@@ -111,7 +111,7 @@ inline void G4OpRayleigh::DumpPhysicsTable() const
{
for(size_t i = 0; i < thePhysicsTable->entries(); ++i)
{
((G4PhysicsOrderedFreeVector*) (*thePhysicsTable)[i])->DumpValues();
((G4PhysicsFreeVector*) (*thePhysicsTable)[i])->DumpValues();
}
}