Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Macros | Functions
G4INCLParticleTable.cc File Reference
#include "globals.hh"
#include "G4INCLParticleTable.hh"
#include "G4INCLNuclearMassTable.hh"
#include <algorithm>
#include <cmath>
#include <cctype>
#include <sstream>
#include "G4SystemOfUnits.hh"
#include "G4PhysicalConstants.hh"

Go to the source code of this file.

Namespaces

 G4INCL
 
 G4INCL::ParticleTable
 

Macros

#define INCLXX_IN_GEANT4_MODE   1
 
#define INCL_DEFAULT_SEPARATION_ENERGY   6.83
 

Functions

void G4INCL::ParticleTable::initialize (Config const *const theConfig=0)
 Initialize the particle table. More...
 
G4int G4INCL::ParticleTable::getIsospin (const ParticleType t)
 Get the isospin of a particle. More...
 
std::string G4INCL::ParticleTable::getShortName (const ParticleSpecies &s)
 Get the short INCL name of the particle. More...
 
std::string G4INCL::ParticleTable::getName (const ParticleSpecies &s)
 Get the native INCL name of the particle. More...
 
std::string G4INCL::ParticleTable::getName (const G4int A, const G4int Z)
 Get the native INCL name of the ion. More...
 
std::string G4INCL::ParticleTable::getShortName (const G4int A, const G4int Z)
 Get the short INCL name of the ion. More...
 
std::string G4INCL::ParticleTable::getName (const ParticleType t)
 Get the native INCL name of the particle. More...
 
std::string G4INCL::ParticleTable::getShortName (const ParticleType t)
 Get the short INCL name of the particle. More...
 
G4double G4INCL::ParticleTable::getINCLMass (const ParticleType t)
 Get INCL particle mass (in MeV/c^2) More...
 
G4double G4INCL::ParticleTable::getRealMass (const G4INCL::ParticleType t)
 Get particle mass (in MeV/c^2) More...
 
G4double G4INCL::ParticleTable::getRealMass (const G4int A, const G4int Z)
 Get nuclear mass (in MeV/c^2) More...
 
G4double G4INCL::ParticleTable::getINCLMass (const G4int A, const G4int Z)
 Get INCL nuclear mass (in MeV/c^2) More...
 
G4double G4INCL::ParticleTable::getTableQValue (const G4int A1, const G4int Z1, const G4int A2, const G4int Z2)
 Get Q-value (in MeV/c^2) More...
 
G4double G4INCL::ParticleTable::getTableQValue (const G4int A1, const G4int Z1, const G4int A2, const G4int Z2, const G4int A3, const G4int Z3)
 Get Q-value (in MeV/c^2) More...
 
G4double G4INCL::ParticleTable::getTableSpeciesMass (const ParticleSpecies &p)
 
G4int G4INCL::ParticleTable::getMassNumber (const ParticleType t)
 Get mass number from particle type. More...
 
G4int G4INCL::ParticleTable::getChargeNumber (const ParticleType t)
 Get charge number from particle type. More...
 
G4double G4INCL::ParticleTable::getNuclearRadius (const ParticleType t, const G4int A, const G4int Z)
 
G4double G4INCL::ParticleTable::getLargestNuclearRadius (const G4int A, const G4int Z)
 
G4double G4INCL::ParticleTable::getRadiusParameter (const ParticleType t, const G4int A, const G4int Z)
 
G4double G4INCL::ParticleTable::getMaximumNuclearRadius (const ParticleType t, const G4int A, const G4int Z)
 
G4double G4INCL::ParticleTable::getSurfaceDiffuseness (const ParticleType t, const G4int A, const G4int Z)
 
G4double G4INCL::ParticleTable::getMomentumRMS (const G4int A, const G4int Z)
 Return the RMS of the momentum distribution (light clusters) More...
 
G4double G4INCL::ParticleTable::getSeparationEnergyINCL (const ParticleType t, const G4int, const G4int)
 Return INCL's default separation energy. More...
 
G4double G4INCL::ParticleTable::getSeparationEnergyReal (const ParticleType t, const G4int A, const G4int Z)
 Return the real separation energy. More...
 
G4double G4INCL::ParticleTable::getSeparationEnergyRealForLight (const ParticleType t, const G4int A, const G4int Z)
 Return the real separation energy only for light nuclei. More...
 
G4double G4INCL::ParticleTable::getProtonSeparationEnergy ()
 Getter for protonSeparationEnergy. More...
 
G4double G4INCL::ParticleTable::getNeutronSeparationEnergy ()
 Getter for neutronSeparationEnergy. More...
 
void G4INCL::ParticleTable::setProtonSeparationEnergy (const G4double s)
 Setter for protonSeparationEnergy. More...
 
void G4INCL::ParticleTable::setNeutronSeparationEnergy (const G4double s)
 Setter for protonSeparationEnergy. More...
 
std::string G4INCL::ParticleTable::getElementName (const G4int Z)
 Get the name of the element from the atomic number. More...
 
std::string G4INCL::ParticleTable::getIUPACElementName (const G4int Z)
 Get the name of an unnamed element from the IUPAC convention. More...
 
G4int G4INCL::ParticleTable::parseElement (std::string pS)
 Get the name of the element from the atomic number. More...
 
G4int G4INCL::ParticleTable::parseIUPACElement (std::string const &pS)
 Parse a IUPAC element name. More...
 
IsotopicDistribution const & G4INCL::ParticleTable::getNaturalIsotopicDistribution (const G4int Z)
 
G4int G4INCL::ParticleTable::drawRandomNaturalIsotope (const G4int Z)
 
G4double G4INCL::ParticleTable::getFermiMomentumConstant (const G4int, const G4int)
 Return the constant value of the Fermi momentum. More...
 
G4double G4INCL::ParticleTable::getFermiMomentumConstantLight (const G4int A, const G4int Z)
 Return the constant value of the Fermi momentum - special for light. More...
 
G4double G4INCL::ParticleTable::getFermiMomentumMassDependent (const G4int A, const G4int)
 Return the value Fermi momentum from a fit. More...
 
G4double G4INCL::ParticleTable::getRPCorrelationCoefficient (const ParticleType t)
 Get the value of the r-p correlation coefficient. More...
 
G4double G4INCL::ParticleTable::getNeutronSkinThickness ()
 Get the value of the neutron skin thickness. More...
 
G4double G4INCL::ParticleTable::getNeutronSkinAdditionalDiffuseness ()
 Get the value of the additional neutron skin diffuseness. More...
 

Macro Definition Documentation

#define INCL_DEFAULT_SEPARATION_ENERGY   6.83

Definition at line 237 of file G4INCLParticleTable.cc.

#define INCLXX_IN_GEANT4_MODE   1

Definition at line 33 of file G4INCLParticleTable.cc.