Import Geant4 11.2.2 source tree
This commit is contained in:
@@ -735,7 +735,8 @@ G4DiffuseElastic::SampleThetaCMS(const G4ParticleDefinition* particle,
|
||||
G4double momentum, G4double A)
|
||||
{
|
||||
G4int i, iMax = 100;
|
||||
G4double norm, result, theta1, theta2, thetaMax, sum = 0.;
|
||||
G4double norm, theta1, theta2, thetaMax;
|
||||
G4double result = 0., sum = 0.;
|
||||
|
||||
fParticle = particle;
|
||||
fWaveVector = momentum/hbarc;
|
||||
|
||||
@@ -724,7 +724,8 @@ G4NuclNuclDiffuseElastic::SampleThetaCMS(const G4ParticleDefinition* particle,
|
||||
G4double momentum, G4double A)
|
||||
{
|
||||
G4int i, iMax = 100;
|
||||
G4double norm, result, theta1, theta2, thetaMax, sum = 0.;
|
||||
G4double norm, theta1, theta2, thetaMax;
|
||||
G4double result = 0., sum = 0.;
|
||||
|
||||
fParticle = particle;
|
||||
fWaveVector = momentum/hbarc;
|
||||
|
||||
Reference in New Issue
Block a user