Import Geant4 9.5.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:46:55 +02:00
parent 89a9605df1
commit b1eb5424d2
10957 changed files with 888481 additions and 160139 deletions
@@ -23,8 +23,8 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4ionIonisation.cc,v 1.72 2010/10/26 10:42:04 vnivanch Exp $
// GEANT4 tag $Name: geant4-09-04 $
// $Id: G4ionIonisation.cc,v 1.72 2010-10-26 10:42:04 vnivanch Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
//
// -------------------------------------------------------------------
//
@@ -86,10 +86,8 @@ G4ionIonisation::G4ionIonisation(const G4String& name)
stopDataActive(true)
{
SetLinearLossLimit(0.02);
SetStepFunction(0.1, 0.1*mm);
SetIntegral(true);
SetStepFunction(0.1, 0.01*mm);
SetProcessSubType(fIonisation);
// SetVerboseLevel(1);
corr = G4LossTableManager::Instance()->EmCorrections();
eth = 2*MeV;
}
@@ -128,7 +126,6 @@ void G4ionIonisation::InitialiseEnergyLossProcess(
if(!isInitialised) {
theParticle = part;
//G4String pname = part->GetParticleName();
// define base particle
const G4ParticleDefinition* theBaseParticle = 0;