Import Geant4 11.1.0.beta source tree
This commit is contained in:
@@ -138,7 +138,7 @@ G4double G4PolarizedAnnihilation::PostStepGetPhysicalInteractionLength(
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
|
||||
G4double G4PolarizedAnnihilation::ComputeSaturationFactor(const G4Track& track)
|
||||
{
|
||||
G4Material* aMaterial = track.GetMaterial();
|
||||
const G4Material* aMaterial = track.GetMaterial();
|
||||
G4VPhysicalVolume* aPVolume = track.GetVolume();
|
||||
G4LogicalVolume* aLVolume = aPVolume->GetLogicalVolume();
|
||||
|
||||
|
||||
@@ -202,7 +202,7 @@ G4double G4PolarizedCompton::ComputeSaturationFactor(const G4Track& aTrack)
|
||||
const G4ParticleMomentum GammaDirection0 =
|
||||
aDynamicGamma->GetMomentumDirection();
|
||||
|
||||
G4Material* aMaterial = aTrack.GetMaterial();
|
||||
const G4Material* aMaterial = aTrack.GetMaterial();
|
||||
G4VPhysicalVolume* aPVolume = aTrack.GetVolume();
|
||||
G4LogicalVolume* aLVolume = aPVolume->GetLogicalVolume();
|
||||
|
||||
|
||||
@@ -195,7 +195,7 @@ G4double G4PolarizedIonisation::PostStepGetPhysicalInteractionLength(
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
|
||||
G4double G4PolarizedIonisation::ComputeSaturationFactor(const G4Track& track)
|
||||
{
|
||||
G4Material* aMaterial = track.GetMaterial();
|
||||
const G4Material* aMaterial = track.GetMaterial();
|
||||
G4VPhysicalVolume* aPVolume = track.GetVolume();
|
||||
G4LogicalVolume* aLVolume = aPVolume->GetLogicalVolume();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user