Import Geant4 1.0.0 source tree
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
// This code implementation is the intellectual property of
|
||||
// the RD44 GEANT4 collaboration.
|
||||
// the GEANT4 collaboration.
|
||||
//
|
||||
// By copying, distributing or modifying the Program (or any work
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4LowEnergyIonisation.icc,v 1.6 1999/07/06 13:21:19 aforti Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
// $Id: G4LowEnergyIonisation.icc,v 1.7.8.1 1999/12/07 20:50:20 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-01-00 $
|
||||
//
|
||||
//
|
||||
// ---------------------------------------------------------------
|
||||
@@ -15,14 +15,11 @@
|
||||
// For information related to this code contact:
|
||||
// CERN, IT Division, ASD group
|
||||
// ------------ G4LowEnergyIonisation physics process ------------
|
||||
// by Laszlo Urban, 20 March 1997
|
||||
// ***************************************************************
|
||||
// It is the first implementation of the NEW IONISATION PROCESS.
|
||||
// It calculates the ionisation of e+/e-.
|
||||
//
|
||||
// by Alessandra Forti , July 1999
|
||||
// ***************************************************************
|
||||
//
|
||||
// 24-11-97: correction on MeanFreePath for KinEnergy > HighestLimit
|
||||
//
|
||||
// 14/07/99: corrections by L. Urban
|
||||
// ---------------------------------------------------------------
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
|
||||
@@ -67,6 +64,7 @@ inline G4double G4LowEnergyIonisation::GetMeanFreePath(
|
||||
SIGMA += theAtomicNumDensityVector[iel]*Cs;
|
||||
}
|
||||
|
||||
|
||||
// mean free path = 1./macroscopic cross section
|
||||
MeanFreePath = SIGMA > DBL_MIN ? 1./SIGMA : DBL_MAX;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user