Import Geant4 9.5.0 source tree
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user