Geant4
10.03.p03
|
Abstract interface to the nuclear potential. More...
#include "globals.hh"
#include "G4INCLINuclearPotential.hh"
#include "G4INCLNuclearPotentialEnergyIsospinSmooth.hh"
#include "G4INCLNuclearPotentialEnergyIsospin.hh"
#include "G4INCLNuclearPotentialIsospin.hh"
#include "G4INCLNuclearPotentialConstant.hh"
Go to the source code of this file.
Namespaces | |
G4INCL | |
G4INCL::NuclearPotential | |
Macros | |
#define | INCLXX_IN_GEANT4_MODE 1 |
Functions | |
INuclearPotential const * | G4INCL::NuclearPotential::createPotential (const PotentialType type, const G4int theA, const G4int theZ, const G4bool pionPotential) |
Create an INuclearPotential object. More... | |
void | G4INCL::NuclearPotential::clearCache () |
Clear the INuclearPotential cache. More... | |
Abstract interface to the nuclear potential.
NuclearPotential-like classes should provide access to the value of the potential of a particle in a particular context. For example, an instance of a NuclearPotential class should be associated to every nucleus.
Definition in file G4INCLINuclearPotential.cc.
#define INCLXX_IN_GEANT4_MODE 1 |
Definition at line 34 of file G4INCLINuclearPotential.cc.