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
@@ -715,10 +715,11 @@ G4CoupledTransportation::AlongStepDoIt( const G4Track& track,
// Another (sometimes better way) is to use a user-limit maximum Step size
// to alleviate this problem ..
// Add smooth curved trajectories to particle-change
// Introduce smooth curved trajectories to particle-change
//
// fParticleChange.SetPointerToVectorOfAuxiliaryPoints
// (fFieldPropagator->GimmeTrajectoryVectorAndForgetIt() );
fParticleChange.SetPointerToVectorOfAuxiliaryPoints
(fFieldPropagator->GimmeTrajectoryVectorAndForgetIt() );
return &fParticleChange ;
}