Import Geant4 10.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-12-09 12:35:28 +01:00
parent 4ec577e5c4
commit a3452e42ac
3514 changed files with 210500 additions and 89628 deletions
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4StoppingPhysics.cc 71041 2013-06-10 09:27:06Z gcosmo $
// $Id: G4StoppingPhysics.cc 99939 2016-10-12 08:08:23Z gcosmo $
//
//---------------------------------------------------------------------------
//
@@ -127,11 +127,12 @@ void G4StoppingPhysics::ConstructProcess() {
G4ParticleDefinition* particle = 0;
G4ProcessManager* pmanager = 0;
aParticleIterator->reset();
auto myParticleIterator=GetParticleIterator();
myParticleIterator->reset();
while ( (*aParticleIterator)() ) {
while ( (*myParticleIterator)() ) {
particle = aParticleIterator->value();
particle = myParticleIterator->value();
pmanager = particle->GetProcessManager();
if ( particle == G4MuonMinus::MuonMinus() ) {