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
@@ -30,7 +30,7 @@
// Sylvie Leray, CEA
// Joseph Cugnon, University of Liege
//
// INCL++ revision: v5.0_rc3
// INCL++ revision: v5.1.8
//
#define INCLXX_IN_GEANT4_MODE 1
@@ -41,8 +41,8 @@
*
* Provides a constant nuclear potential (V0).
*
* Created on: 17 January 2011
* Author: Davide Mancusi
* \date 17 January 2011
* \author Davide Mancusi
*/
#ifndef G4INCLNUCLEARPOTENTIALCONSTANT_HH
@@ -57,8 +57,7 @@ namespace G4INCL {
class NuclearPotentialConstant : public INuclearPotential {
public:
NuclearPotentialConstant(NuclearDensity *density, G4bool pionPotential);
NuclearPotentialConstant(NuclearDensity *density, G4bool pionPotential, G4double nucleon, G4double delta);
NuclearPotentialConstant(const G4int A, const G4int Z, const G4bool pionPotential);
virtual ~NuclearPotentialConstant();
G4double getNucleonPotential() const { return vNucleon; }