Import Geant4 10.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 12:08:39 +02:00
parent 286caacf06
commit c9b32a6c0a
5770 changed files with 1050949 additions and 367105 deletions
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4empCrossSection.hh 66241 2012-12-13 18:34:42Z gunter $
// $Id: G4empCrossSection.hh 83410 2014-08-21 15:17:53Z gcosmo $
//
//
//
@@ -45,7 +45,9 @@
#include "globals.hh"
#include "G4VhShellCrossSection.hh"
#include "G4PaulKxsModel.hh"
#include "G4OrlicLiXsModel.hh"
class G4empCrossSection : public G4VhShellCrossSection
@@ -81,6 +83,7 @@ public:
private:
G4double totalCS;
G4int flag; // Flag to select Li XS set (orlic or other)
G4PaulKxsModel* paulShellK;
G4OrlicLiXsModel* orlicShellLi;