Import Geant4 3.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:10:37 +02:00
parent 137e303ecc
commit 36c080dca6
3464 changed files with 119310 additions and 52696 deletions
@@ -1,19 +1,33 @@
// This code implementation is the intellectual property of
// 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.
// ********************************************************************
// * DISCLAIMER *
// * *
// * The following disclaimer summarizes all the specific disclaimers *
// * of contributors to this software. The specific disclaimers,which *
// * govern, are listed with their locations in: *
// * http://cern.ch/geant4/license *
// * *
// * Neither the authors of this software system, nor their employing *
// * institutes,nor the agencies providing financial support for this *
// * work make any representation or warranty, express or implied, *
// * regarding this software system or assume any liability for its *
// * use. *
// * *
// * This code implementation is the intellectual property of 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.hh,v 1.17 2001/02/05 17:45:16 gcosmo Exp $
// GEANT4 tag $Name: geant4-03-01 $
//
// $Id: G4LowEnergyIonisation.hh,v 1.20.2.2 2001/06/28 20:19:23 gunter Exp $
// GEANT4 tag $Name: $
//
//
// ------------------------------------------------------------
// GEANT 4 class header file
//
// For information related to this code contact:
// CERN, IT Division, ASD group
// --- G4LowEnergyIonisation physics process for electrons
// by Alessandra Forti July 1999
// ************************************************************
@@ -83,6 +97,7 @@ public:
const G4int subshellindex,
const G4double KineticEnergy,
const G4double Tcut) ;
void SetLowEnergyLimit(G4double val) {if(val > 0.0) lEnergyLimit = val;};
private:
@@ -91,6 +106,9 @@ public:
G4double ComputeCrossSectionWithCut(const G4double AtomIndex,
const G4double IncEnergy,
const G4double CutEnergy);
G4double ComputeMicroscopicCrossSection(const G4double AtomIndex,
const G4double IncEnergy,
const G4double CutEnergy);
void BuildLossTable(const G4ParticleDefinition& aParticleType);
void BuildShellCrossSectionTable();
@@ -129,19 +147,23 @@ private:
allAtomTable* theFluorTransitionTable;
allAtomTable* theSamplingCoeffTable;
G4SecondLevel* theBindingEnergyTable;
G4DataVector thePrimShVec;
G4DataVector* ZNumVec;
G4DataVector* ZNumVecFluor;
G4LowEnergyUtilities util;
G4PhysicsTable* theMeanFreePathTable;
G4double LowestKineticEnergy;
G4double HighestKineticEnergy;
G4int TotBin;
G4double CutForLowEnergySecondaryPhotons;
G4double CutForLowEnergySecondaryElectrons;
G4double MeanFreePath;
G4PhysicsTable* theMeanFreePathTable;
G4double lowestKineticEnergy;
G4double highestKineticEnergy;
G4int TotBin;
G4LowEnergyUtilities util;
G4DataVector thePrimShVec;
G4double lEnergyLimit;
};
#include "G4LowEnergyIonisation.icc"