Import Geant4 9.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 17:01:34 +02:00
parent b1eb5424d2
commit e2d2f9810a
10384 changed files with 698580 additions and 628834 deletions
@@ -23,8 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4teoCrossSection.hh,v 1.7 2011-01-03 19:35:11 vnivanch Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
// $Id$
//
//
//
@@ -33,6 +32,7 @@
// 21 Apr 2008 ALF 1st implementation
// 29 Apr 2009 ALF Updated Desing for Integration
// 15 Mar 2011 ALF introduced the usage of G4AtomicShellEnumerator
// 09 Mar 2012 LP Changed signature of methods
//
// -------------------------------------------------------------------
@@ -51,6 +51,7 @@
class G4VecpssrKModel;
class G4VecpssrLiModel;
class G4VecpssrMiModel;
class G4teoCrossSection : public G4VhShellCrossSection
{
@@ -64,16 +65,18 @@ public:
G4double incidentEnergy,
G4double mass,
G4double deltaEnergy = 0,
G4bool testFlag = false) const;
const G4Material* mat=0);
G4double CrossSection(G4int Z, G4AtomicShellEnumerator shell,
G4double incidentEnergy,
G4double mass) const;
G4double mass,
const G4Material* mat);
std::vector<G4double> Probabilities(G4int Z,
G4double incidentEnergy,
G4double mass,
G4double deltaEnergy = 0) const;
G4double deltaEnergy = 0,
const G4Material* mat=0);
void SetTotalCS(G4double);
@@ -84,6 +87,7 @@ private:
G4VecpssrKModel* ecpssrShellK;
G4VecpssrLiModel* ecpssrShellLi;
G4VecpssrMiModel* ecpssrShellMi;
G4teoCrossSection(const G4teoCrossSection&);