|
Geant4-11
|
#include "globals.hh"#include "G4INCLHFB.hh"#include "G4INCLParticleTable.hh"#include "G4INCLGlobals.hh"#include "G4Threading.hh"#include <algorithm>#include <istream>Go to the source code of this file.
Namespaces | |
| namespace | G4INCL |
| namespace | G4INCL::anonymous_namespace{G4INCLHFB.cc} |
| namespace | G4INCL::HFB |
Macros | |
| #define | INCLXX_IN_GEANT4_MODE 1 |
Functions | |
| void | G4INCL::anonymous_namespace{G4INCLHFB.cc}::cleanTable () |
| G4double | G4INCL::HFB::getRadiusParameterHFB (const ParticleType t, const G4int A, const G4int Z) |
| Get the radius and diffuseness parameters from HFB calculations. More... | |
| G4double | G4INCL::HFB::getSurfaceDiffusenessHFB (const ParticleType t, const G4int A, const G4int Z) |
| void | G4INCL::HFB::initialize () |
Variables | |
| G4ThreadLocal G4double | G4INCL::anonymous_namespace{G4INCLHFB.cc}::diffusenessN [TableZSize][TableASize] |
| G4ThreadLocal G4double | G4INCL::anonymous_namespace{G4INCLHFB.cc}::diffusenessP [TableZSize][TableASize] |
| G4ThreadLocal G4double | G4INCL::anonymous_namespace{G4INCLHFB.cc}::radiusN [TableZSize][TableASize] |
| G4ThreadLocal G4double | G4INCL::anonymous_namespace{G4INCLHFB.cc}::radiusP [TableZSize][TableASize] |
| #define INCLXX_IN_GEANT4_MODE 1 |
Definition at line 34 of file G4INCLHFB.cc.