Import Geant4 10.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2017-12-08 12:52:30 +01:00
parent 98e455a940
commit fc6af9e721
2166 changed files with 276760 additions and 100873 deletions
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4PAIModel.cc 96934 2016-05-18 09:10:41Z gcosmo $
// $Id: G4PAIModel.cc 106217 2017-09-21 00:03:23Z gcosmo $
//
// -------------------------------------------------------------------
//
@@ -90,6 +90,7 @@ G4PAIModel::G4PAIModel(const G4ParticleDefinition* p, const G4String& nam)
// default generator
SetAngularDistribution(new G4DeltaAngle());
fLowestTcut = 12.5*CLHEP::eV;
}
////////////////////////////////////////////////////////////////////////////
@@ -201,6 +202,14 @@ void G4PAIModel::InitialiseLocal(const G4ParticleDefinition* p,
//////////////////////////////////////////////////////////////////////////////
G4double G4PAIModel::MinEnergyCut(const G4ParticleDefinition*,
const G4MaterialCutsCouple*)
{
return fLowestTcut;
}
//////////////////////////////////////////////////////////////////////////////
G4double G4PAIModel::ComputeDEDXPerVolume(const G4Material*,
const G4ParticleDefinition* p,
G4double kineticEnergy,