Import Geant4 9.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:16:48 +02:00
parent 75c7fd177d
commit a8e9364cea
6592 changed files with 84274 additions and 69292 deletions
@@ -23,8 +23,8 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4MultipleScattering71.hh,v 1.4 2006/06/29 19:50:38 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// $Id: G4MultipleScattering71.hh,v 1.5 2007/05/22 17:34:36 vnivanch Exp $
// GEANT4 tag $Name: geant4-09-00 $
//
//
//------------- G4MultipleScattering71 physics process --------------------------
@@ -57,8 +57,8 @@
//
//------------------------------------------------------------------------------
//
// $Id: G4MultipleScattering71.hh,v 1.4 2006/06/29 19:50:38 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// $Id: G4MultipleScattering71.hh,v 1.5 2007/05/22 17:34:36 vnivanch Exp $
// GEANT4 tag $Name: geant4-09-00 $
// class description
//
@@ -225,7 +225,8 @@ inline G4VParticleChange* G4MultipleScattering71::PostStepDoIt(const G4Track& tr
const G4Step& step)
{
fParticleChange.Initialize(track);
model->SampleSecondaries(CurrentMaterialCutsCouple(),track.GetDynamicParticle(),
std::vector<G4DynamicParticle*>* p = 0;
model->SampleSecondaries(p, CurrentMaterialCutsCouple(),track.GetDynamicParticle(),
step.GetStepLength(),step.GetPostStepPoint()->GetSafety());
return &fParticleChange;
}