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
+4 -4
View File
@@ -124,13 +124,13 @@ G4VParticleChange* G4OpWLS::PostStepDoIt(const G4Track& aTrack,
}
// Retrieve the WLS Integral for this material
// new G4PhysicsOrderedFreeVector allocated to hold CII's
// new G4PhysicsFreeVector allocated to hold CII's
G4double primaryEnergy = aTrack.GetDynamicParticle()->GetKineticEnergy();
G4double WLSTime = 0.;
G4PhysicsOrderedFreeVector* WLSIntegral = nullptr;
G4PhysicsFreeVector* WLSIntegral = nullptr;
WLSTime = MPT->GetConstProperty(kWLSTIMECONSTANT);
WLSIntegral = (G4PhysicsOrderedFreeVector*) ((*theIntegralTable)(
WLSIntegral = (G4PhysicsFreeVector*) ((*theIntegralTable)(
aTrack.GetMaterial()->GetIndex()));
// Max WLS Integral
@@ -242,7 +242,7 @@ void G4OpWLS::BuildPhysicsTable(const G4ParticleDefinition&)
// loop for materials
for(G4int i = 0; i < numOfMaterials; ++i)
{
G4PhysicsOrderedFreeVector* physVector = new G4PhysicsOrderedFreeVector();
G4PhysicsFreeVector* physVector = new G4PhysicsFreeVector();
// Retrieve vector of WLS wavelength intensity for
// the material from the material's optical properties table.