Import Geant4 10.5.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2018-06-29 10:58:11 +02:00
parent fe81a77428
commit 6aa23be517
1581 changed files with 124288 additions and 83758 deletions
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4HadronStoppingProcess.cc 94351 2015-11-12 15:35:32Z gcosmo $
// $Id: G4HadronStoppingProcess.cc 109781 2018-05-09 08:10:16Z gcosmo $
//
//---------------------------------------------------------------------
//
@@ -212,7 +212,7 @@ G4VParticleChange* G4HadronStoppingProcess::AtRestDoIt(const G4Track& track,
resultNuc = model->ApplyYourself(thePro, *nucleus);
++reentryCount;
}
catch(G4HadronicException aR) {
catch(G4HadronicException & aR) {
G4ExceptionDescription ed;
ed << "Call for " << model->GetModelName() << G4endl;
ed << "Target element "<<elm->GetName()<<" Z= "
@@ -384,7 +384,7 @@ G4VParticleChange* G4MuonicAtomDecay::DecayIt(const G4Track& aTrack,
result = cmptr->ApplyYourself(theMuPro, nucleus); // muon and muonic atom nucleus
++reentryCount;
}
catch(G4HadronicException aR) {
catch(G4HadronicException & aR) {
G4ExceptionDescription ed;
ed << "Call for " << cmptr->GetModelName() << G4endl;
ed << " Z= "