Import Geant4 5.2.0 source tree
This commit is contained in:
@@ -32,7 +32,10 @@
|
||||
//
|
||||
// Creation date: 25.03.2003
|
||||
//
|
||||
// Modifications: 13.04.03 Change printout (V.Ivanchenko)
|
||||
// Modifications:
|
||||
//
|
||||
// 13.04.03 Change printout (V.Ivanchenko)
|
||||
// 04-06-03 Fix compilation warnings (V.Ivanchenko)
|
||||
//
|
||||
//
|
||||
// Class Description:
|
||||
@@ -203,7 +206,7 @@ G4VParticleChange* G4VMultipleScattering::PostStepDoIt(const G4Track& track,
|
||||
}
|
||||
*/
|
||||
|
||||
// G4cout << "PostStep: sth= " << sth << " trueLength= " << truestep << " tLast= " << truePathLength << G4endl;
|
||||
// G4cout << "PostStep: sth= " << sth << " trueLength= " << truestep << " tLast= " << truePathLength << G4endl;
|
||||
|
||||
if (latDisplasment) {
|
||||
|
||||
@@ -212,7 +215,7 @@ G4VParticleChange* G4VMultipleScattering::PostStepDoIt(const G4Track& track,
|
||||
G4double r = currentModel->SampleDisplacement();
|
||||
if (r > safety) r = safety;
|
||||
|
||||
// G4cout << "r= " << r << " safety= " << safety << G4endl;
|
||||
// G4cout << "r= " << r << " safety= " << safety << G4endl;
|
||||
|
||||
// sample direction of lateral displacement
|
||||
G4double phi = twopi*G4UniformRand();
|
||||
@@ -238,7 +241,7 @@ G4VParticleChange* G4VMultipleScattering::PostStepDoIt(const G4Track& track,
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
|
||||
|
||||
void G4VMultipleScattering::PrintInfoDefinition() const
|
||||
void G4VMultipleScattering::PrintInfoDefinition()
|
||||
{
|
||||
G4cout << G4endl << GetProcessName() << ": Model variant of multiple scattering " << G4endl;
|
||||
if (theLambdaTable) {
|
||||
|
||||
Reference in New Issue
Block a user