타입정의 | |
typedef G4double(* | NuclearMassFn )(const G4int, const G4int) |
typedef G4double(* | ParticleMassFn )(const ParticleType) |
typedef G4double(* | SeparationEnergyFn )(const ParticleType, const G4int, const G4int) |
typedef G4double(* | FermiMomentumFn )(const G4int, const G4int) |
함수 | |
void | initialize (Config const *const theConfig=0) |
Initialize the particle table. 더 자세히 ... | |
G4int | getIsospin (const ParticleType t) |
Get the isospin of a particle. 더 자세히 ... | |
std::string | getName (const ParticleType t) |
Get the native INCL name of the particle. 더 자세히 ... | |
std::string | getShortName (const ParticleType t) |
Get the short INCL name of the particle. 더 자세히 ... | |
std::string | getName (const ParticleSpecies &s) |
Get the native INCL name of the particle. 더 자세히 ... | |
std::string | getShortName (const ParticleSpecies &s) |
Get the short INCL name of the particle. 더 자세히 ... | |
std::string | getName (const G4int A, const G4int Z) |
Get the native INCL name of the ion. 더 자세히 ... | |
std::string | getShortName (const G4int A, const G4int Z) |
Get the short INCL name of the ion. 더 자세히 ... | |
G4double | getINCLMass (const G4int A, const G4int Z) |
Get INCL nuclear mass (in MeV/c^2) 더 자세히 ... | |
G4double | getINCLMass (const ParticleType t) |
Get INCL particle mass (in MeV/c^2) 더 자세히 ... | |
G4double | getRealMass (const G4INCL::ParticleType t) |
Get particle mass (in MeV/c^2) 더 자세히 ... | |
G4double | getRealMass (const G4int A, const G4int Z) |
Get nuclear mass (in MeV/c^2) 더 자세히 ... | |
G4double | getTableQValue (const G4int A1, const G4int Z1, const G4int A2, const G4int Z2) |
Get Q-value (in MeV/c^2) 더 자세히 ... | |
G4double | 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) 더 자세히 ... | |
G4double | getTableSpeciesMass (const ParticleSpecies &p) |
G4int | getMassNumber (const ParticleType t) |
Get mass number from particle type. 더 자세히 ... | |
G4int | getChargeNumber (const ParticleType t) |
Get charge number from particle type. 더 자세히 ... | |
G4int | getStrangenessNumber (const ParticleType t) |
Get strangeness number from particle type. 더 자세히 ... | |
G4double | getNuclearRadius (const ParticleType t, const G4int A, const G4int Z) |
G4double | getLargestNuclearRadius (const G4int A, const G4int Z) |
G4double | getRadiusParameter (const ParticleType t, const G4int A, const G4int Z) |
G4double | getMaximumNuclearRadius (const ParticleType t, const G4int A, const G4int Z) |
G4double | getSurfaceDiffuseness (const ParticleType t, const G4int A, const G4int Z) |
G4double | getMomentumRMS (const G4int A, const G4int Z) |
Return the RMS of the momentum distribution (light clusters) 더 자세히 ... | |
G4double | getSeparationEnergyINCL (const ParticleType t, const G4int, const G4int) |
Return INCL's default separation energy. 더 자세히 ... | |
G4double | getSeparationEnergyReal (const ParticleType t, const G4int A, const G4int Z) |
Return the real separation energy. 더 자세히 ... | |
G4double | getSeparationEnergyRealForLight (const ParticleType t, const G4int A, const G4int Z) |
Return the real separation energy only for light nuclei. 더 자세히 ... | |
G4double | getProtonSeparationEnergy () |
Getter for protonSeparationEnergy. 더 자세히 ... | |
G4double | getNeutronSeparationEnergy () |
Getter for neutronSeparationEnergy. 더 자세히 ... | |
void | setProtonSeparationEnergy (const G4double s) |
Setter for protonSeparationEnergy. 더 자세히 ... | |
void | setNeutronSeparationEnergy (const G4double s) |
Setter for protonSeparationEnergy. 더 자세히 ... | |
std::string | getElementName (const G4int Z) |
Get the name of the element from the atomic number. 더 자세히 ... | |
std::string | getIUPACElementName (const G4int Z) |
Get the name of an unnamed element from the IUPAC convention. 더 자세히 ... | |
G4int | parseElement (std::string pS) |
Get the name of the element from the atomic number. 더 자세히 ... | |
G4int | parseIUPACElement (std::string const &pS) |
Parse a IUPAC element name. 더 자세히 ... | |
IsotopicDistribution const & | getNaturalIsotopicDistribution (const G4int Z) |
G4int | drawRandomNaturalIsotope (const G4int Z) |
G4double | getFermiMomentumConstant (const G4int, const G4int) |
Return the constant value of the Fermi momentum. 더 자세히 ... | |
G4double | getFermiMomentumConstantLight (const G4int A, const G4int Z) |
Return the constant value of the Fermi momentum - special for light. 더 자세히 ... | |
G4double | getFermiMomentumMassDependent (const G4int A, const G4int) |
Return the value Fermi momentum from a fit. 더 자세히 ... | |
G4double | getRPCorrelationCoefficient (const ParticleType t) |
Get the value of the r-p correlation coefficient. 더 자세히 ... | |
G4double | getNeutronSkin () |
Get the thickness of the neutron skin. 더 자세히 ... | |
G4double | getNeutronHalo () |
Get the size of the neutron halo. 더 자세히 ... | |
ParticleType | getPionType (const G4int isosp) |
Get the type of pion. 더 자세히 ... | |
ParticleType | getNucleonType (const G4int isosp) |
Get the type of nucleon. 더 자세히 ... | |
ParticleType | getDeltaType (const G4int isosp) |
Get the type of delta. 더 자세히 ... | |
ParticleType | getSigmaType (const G4int isosp) |
Get the type of sigma. 더 자세히 ... | |
ParticleType | getKaonType (const G4int isosp) |
Get the type of kaon. 더 자세히 ... | |
ParticleType | getAntiKaonType (const G4int isosp) |
Get the type of antikaon. 더 자세히 ... | |
G4double | getWidth (const ParticleType t) |
Get particle width (in s) 더 자세히 ... | |
G4INCLParticleTable.hh 파일의 229 번째 라인에서 정의되었습니다.
G4INCLParticleTable.hh 파일의 216 번째 라인에서 정의되었습니다.
typedef G4double(* G4INCL::ParticleTable::ParticleMassFn)(const ParticleType) |
G4INCLParticleTable.hh 파일의 217 번째 라인에서 정의되었습니다.
typedef G4double(* G4INCL::ParticleTable::SeparationEnergyFn)(const ParticleType, const G4int, const G4int) |
G4INCLParticleTable.hh 파일의 224 번째 라인에서 정의되었습니다.
G4INCLParticleTable.cc 파일의 1126 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4INCL::INCL::prepareReaction().
ParticleType G4INCL::ParticleTable::getAntiKaonType | ( | const G4int | isosp | ) |
Get the type of antikaon.
G4INCLParticleTable.cc 파일의 1231 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::KMinus, G4INCL::KZeroBar.
다음에 의해서 참조됨 : G4INCL::NDeltaToNNKKbChannel::fillFinalState(), G4INCL::NpiToNKKbChannel::fillFinalState(), G4INCL::NpiToMissingStrangenessChannel::fillFinalState(), G4INCL::NNToMissingStrangenessChannel::fillFinalState(), G4INCL::NKbToNKbpiChannel::fillFinalState(), G4INCL::NKbToNKb2piChannel::fillFinalState().
G4int G4INCL::ParticleTable::getChargeNumber | ( | const ParticleType | t | ) |
Get charge number from particle type.
G4INCLParticleTable.cc 파일의 846 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::DeltaMinus, G4INCL::DeltaPlus, G4INCL::DeltaPlusPlus, G4INCL::DeltaZero, G4INCL::Eta, G4INCL::EtaPrime, G4INCL::KLong, G4INCL::KMinus, G4INCL::KPlus, G4INCL::KShort, G4INCL::KZero, G4INCL::KZeroBar, G4INCL::Lambda, G4INCL::Neutron, G4INCL::Omega, G4INCL::Photon, G4INCL::PiMinus, G4INCL::PiPlus, G4INCL::PiZero, G4INCL::Proton, G4INCL::SigmaMinus, G4INCL::SigmaPlus, G4INCL::SigmaZero.
ParticleType G4INCL::ParticleTable::getDeltaType | ( | const G4int | isosp | ) |
Get the type of delta.
G4INCLParticleTable.cc 파일의 1191 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::DeltaMinus, G4INCL::DeltaPlus, G4INCL::DeltaPlusPlus, G4INCL::DeltaZero.
다음에 의해서 참조됨 : G4INCL::NDeltaToDeltaLKChannel::fillFinalState(), G4INCL::NDeltaToDeltaSKChannel::fillFinalState().
std::string G4INCL::ParticleTable::getElementName | ( | const G4int | Z | ) |
Get the name of the element from the atomic number.
G4INCLParticleTable.cc 파일의 1077 번째 라인에서 정의되었습니다.
다음을 참조함 : getIUPACElementName(), INCL_WARN, Z.
다음에 의해서 참조됨 : getName(), getShortName().
Return the constant value of the Fermi momentum.
G4INCLParticleTable.cc 파일의 1130 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : getFermiMomentumConstantLight(), initialize().
Return the constant value of the Fermi momentum - special for light.
This function should always return PhysicalConstants::Pf for heavy nuclei, and values from the momentumRMS table for light nuclei.
A | mass number |
Z | charge number |
G4INCLParticleTable.cc 파일의 1134 번째 라인에서 정의되었습니다.
다음을 참조함 : A(), clusterTableASize, clusterTableZSize, getFermiMomentumConstant(), G4INCL::Math::sqrtFiveThirds, Z.
다음에 의해서 참조됨 : initialize().
Return the value Fermi momentum from a fit.
This function returns a fitted Fermi momentum, based on data from Moniz et al., Phys. Rev. Lett. 26 (1971) 445. The fitted functional form is
\[ p_F(A)=\alpha-\beta\cdot e^{(-A\cdot\gamma)} \]
with \(\alpha=259.416\) MeV/ \(c\), \(\beta=152.824\) MeV/ \(c\) and \(\gamma=9.5157\cdot10^{-2}\).
A | mass number |
G4INCLParticleTable.cc 파일의 1143 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : initialize().
Get INCL nuclear mass (in MeV/c^2)
G4INCLParticleTable.cc 파일의 779 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::Neutron, G4INCL::PiMinus, G4INCL::PiPlus, G4INCL::Proton, Z.
다음에 의해서 참조됨 : G4INCL::CrossSectionsMultiPionsAndResonances::etaNToPiN(), G4INCL::NNToMissingStrangenessChannel::fillFinalState(), G4INCL::NpiToMissingStrangenessChannel::fillFinalState(), G4INCL::StrangeAbsorbtionChannel::fillFinalState(), G4INCL::SigmaZeroDecayChannel::fillFinalState(), G4INCL::PionResonanceDecayChannel::fillFinalState(), G4INCL::DeltaDecayChannel::fillFinalState(), G4INCL::Particle::getEmissionQValueCorrection(), G4INCL::Particle::getINCLMass(), G4INCL::Particle::getTransferQValueCorrection(), G4INCL::NuclearPotential::NuclearPotentialIsospin::initialize(), G4INCL::NuclearPotential::NuclearPotentialConstant::initialize(), initialize(), G4INCL::CrossSectionsMultiPionsAndResonances::omegaNToPiN().
G4double G4INCL::ParticleTable::getINCLMass | ( | const ParticleType | t | ) |
Get INCL particle mass (in MeV/c^2)
G4INCLParticleTable.cc 파일의 658 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::Eta, G4INCL::EtaPrime, INCL_ERROR, G4INCL::KLong, G4INCL::KMinus, G4INCL::KPlus, G4INCL::KShort, G4INCL::KZero, G4INCL::KZeroBar, G4INCL::Lambda, G4INCL::Neutron, G4INCL::Omega, G4INCL::Photon, G4INCL::PiMinus, G4INCL::PiPlus, G4INCL::PiZero, G4INCL::Proton, G4INCL::SigmaMinus, G4INCL::SigmaPlus, G4INCL::SigmaZero.
G4int G4INCL::ParticleTable::getIsospin | ( | const ParticleType | t | ) |
Get the isospin of a particle.
G4INCLParticleTable.cc 파일의 471 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::DeltaMinus, G4INCL::DeltaPlus, G4INCL::DeltaPlusPlus, G4INCL::DeltaZero, G4INCL::Eta, G4INCL::EtaPrime, INCL_ERROR, G4INCL::KLong, G4INCL::KMinus, G4INCL::KPlus, G4INCL::KShort, G4INCL::KZero, G4INCL::KZeroBar, G4INCL::Lambda, G4INCL::Neutron, G4INCL::Omega, G4INCL::Photon, G4INCL::PiMinus, G4INCL::PiPlus, G4INCL::PiZero, G4INCL::Proton, G4INCL::SigmaMinus, G4INCL::SigmaPlus, G4INCL::SigmaZero.
다음에 의해서 참조됨 : G4INCL::CrossSectionsINCL46::elasticNNLegacy(), G4INCL::EtaNToPiPiNChannel::fillFinalState(), G4INCL::NDeltaToDeltaLKChannel::fillFinalState(), G4INCL::NDeltaToDeltaSKChannel::fillFinalState(), G4INCL::PiNElasticChannel::fillFinalState(), G4INCL::NDeltaToNLKChannel::fillFinalState(), G4INCL::NDeltaToNNKKbChannel::fillFinalState(), G4INCL::NDeltaToNSKChannel::fillFinalState(), G4INCL::NSToNLChannel::fillFinalState(), G4INCL::NKbToL2piChannel::fillFinalState(), G4INCL::NKbToLpiChannel::fillFinalState(), G4INCL::NKbToNKb2piChannel::fillFinalState(), G4INCL::NpiToNKKbChannel::fillFinalState(), G4INCL::NKbToNKbpiChannel::fillFinalState(), G4INCL::NKbToS2piChannel::fillFinalState(), G4INCL::NKbToSpiChannel::fillFinalState(), G4INCL::NKToNK2piChannel::fillFinalState(), G4INCL::NKToNKpiChannel::fillFinalState(), G4INCL::NLToNSChannel::fillFinalState(), G4INCL::NNEtaToMultiPionsChannel::fillFinalState(), G4INCL::NNToNNOmegaChannel::fillFinalState(), G4INCL::NNOmegaToMultiPionsChannel::fillFinalState(), G4INCL::NNToMissingStrangenessChannel::fillFinalState(), G4INCL::NNToMultiPionsChannel::fillFinalState(), G4INCL::NNToNLK2piChannel::fillFinalState(), G4INCL::NNToNLKChannel::fillFinalState(), G4INCL::NNToNLKpiChannel::fillFinalState(), G4INCL::NNToNNEtaChannel::fillFinalState(), G4INCL::NNToNNKKbChannel::fillFinalState(), G4INCL::NNToNSK2piChannel::fillFinalState(), G4INCL::NNToNSKChannel::fillFinalState(), G4INCL::NNToNSKpiChannel::fillFinalState(), G4INCL::NpiToLK2piChannel::fillFinalState(), G4INCL::NpiToLKChannel::fillFinalState(), G4INCL::NpiToLKpiChannel::fillFinalState(), G4INCL::NpiToMissingStrangenessChannel::fillFinalState(), G4INCL::NpiToSK2piChannel::fillFinalState(), G4INCL::NpiToSKChannel::fillFinalState(), G4INCL::NpiToSKpiChannel::fillFinalState(), G4INCL::NSToNSChannel::fillFinalState(), G4INCL::OmegaNToPiPiNChannel::fillFinalState(), G4INCL::PiNToEtaChannel::fillFinalState(), G4INCL::PiNToMultiPionsChannel::fillFinalState(), G4INCL::PiNToOmegaChannel::fillFinalState(), G4INCL::NDeltaEtaProductionChannel::fillFinalState(), G4INCL::NDeltaOmegaProductionChannel::fillFinalState(), G4INCL::DeltaProductionChannel::fillFinalState(), G4INCL::ElasticChannel::fillFinalState(), G4INCL::Nucleus::insertParticle(), G4INCL::CrossSectionsStrangeness::NDeltaToDeltaLK(), G4INCL::CrossSectionsStrangeness::NDeltaToDeltaSK(), G4INCL::CrossSectionsStrangeness::NDeltaToNLK(), G4INCL::CrossSectionsINCL46::NDeltaToNN(), G4INCL::CrossSectionsMultiPions::NDeltaToNN(), G4INCL::CrossSectionsStrangeness::NDeltaToNNKKb(), G4INCL::CrossSectionsStrangeness::NDeltaToNSK(), G4INCL::CrossSectionsStrangeness::NKbToL2pi(), G4INCL::CrossSectionsStrangeness::NKbToLpi(), G4INCL::CrossSectionsStrangeness::NKbToNKb(), G4INCL::CrossSectionsStrangeness::NKbToNKb2pi(), G4INCL::CrossSectionsStrangeness::NKbToNKbpi(), G4INCL::CrossSectionsStrangeness::NKbToS2pi(), G4INCL::CrossSectionsStrangeness::NKbToSpi(), G4INCL::CrossSectionsStrangeness::NKToNK(), G4INCL::CrossSectionsStrangeness::NKToNK2pi(), G4INCL::CrossSectionsStrangeness::NKToNKpi(), G4INCL::CrossSectionsMultiPions::NNElastic(), G4INCL::CrossSectionsMultiPions::NNOnePi(), G4INCL::CrossSectionsMultiPions::NNOnePiOrDelta(), G4INCL::CrossSectionsMultiPions::NNThreePi(), G4INCL::CrossSectionsStrangeness::NNToMissingStrangeness(), G4INCL::CrossSectionsINCL46::NNToNDelta(), G4INCL::CrossSectionsMultiPions::NNToNDelta(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNDeltaEta(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNDeltaOmega(), G4INCL::CrossSectionsStrangeness::NNToNLK2pi(), G4INCL::CrossSectionsStrangeness::NNToNLKpi(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNEta(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNEtaExclu(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNEtaFourPi(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNEtaOnePi(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNEtaOnePiOrDelta(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNEtaThreePi(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNEtaTwoPi(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNEtaxPi(), G4INCL::CrossSectionsStrangeness::NNToNNKKb(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNOmega(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNOmegaExclu(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNOmegaFourPi(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNOmegaOnePi(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNOmegaOnePiOrDelta(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNOmegaThreePi(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNOmegaTwoPi(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNOmegaxPi(), G4INCL::CrossSectionsStrangeness::NNToNSK2pi(), G4INCL::CrossSectionsStrangeness::NNToNSKpi(), G4INCL::CrossSectionsMultiPions::NNTot(), G4INCL::CrossSectionsMultiPions::NNTwoPi(), G4INCL::CrossSectionsStrangeness::NpiToLK(), G4INCL::CrossSectionsStrangeness::NpiToLK2pi(), G4INCL::CrossSectionsStrangeness::NpiToLKpi(), G4INCL::CrossSectionsStrangeness::NpiToSK(), G4INCL::CrossSectionsStrangeness::NpiToSK2pi(), G4INCL::CrossSectionsStrangeness::NpiToSKpi(), G4INCL::CrossSectionsStrangeness::NSToNL(), G4INCL::CrossSectionsStrangeness::NSToNS(), G4INCL::CrossSectionsMultiPions::piNIne(), G4INCL::CrossSectionsMultiPions::piNOnePi(), G4INCL::CrossSectionsINCL46::piNToDelta(), G4INCL::CrossSectionsMultiPions::piNToDelta(), G4INCL::CrossSectionsMultiPionsAndResonances::piNToEtaN(), G4INCL::CrossSectionsMultiPionsAndResonances::piNToOmegaN(), G4INCL::CrossSectionsMultiPions::piNTot(), G4INCL::CrossSectionsMultiPions::piNTwoPi().
std::string G4INCL::ParticleTable::getIUPACElementName | ( | const G4int | Z | ) |
Get the name of an unnamed element from the IUPAC convention.
G4INCLParticleTable.cc 파일의 1087 번째 라인에서 정의되었습니다.
다음을 참조함 : Z.
다음에 의해서 참조됨 : getElementName().
ParticleType G4INCL::ParticleTable::getKaonType | ( | const G4int | isosp | ) |
Get the type of kaon.
G4INCLParticleTable.cc 파일의 1221 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::KPlus, G4INCL::KZero.
다음에 의해서 참조됨 : G4INCL::NDeltaToDeltaLKChannel::fillFinalState(), G4INCL::NpiToSKpiChannel::fillFinalState(), G4INCL::NpiToSKChannel::fillFinalState(), G4INCL::NpiToSK2piChannel::fillFinalState(), G4INCL::NpiToNKKbChannel::fillFinalState(), G4INCL::NpiToMissingStrangenessChannel::fillFinalState(), G4INCL::NpiToLKpiChannel::fillFinalState(), G4INCL::NpiToLK2piChannel::fillFinalState(), G4INCL::NNToMissingStrangenessChannel::fillFinalState(), G4INCL::NKToNKpiChannel::fillFinalState(), G4INCL::NKToNK2piChannel::fillFinalState(), G4INCL::NDeltaToNSKChannel::fillFinalState(), G4INCL::NDeltaToNNKKbChannel::fillFinalState(), G4INCL::NDeltaToNLKChannel::fillFinalState(), G4INCL::NDeltaToDeltaSKChannel::fillFinalState().
G4INCLParticleTable.cc 파일의 954 번째 라인에서 정의되었습니다.
다음을 참조함 : getNuclearRadius(), G4INCL::Math::max(), G4INCL::Neutron, G4INCL::Proton.
다음에 의해서 참조됨 : G4INCL::CoulombNonRelativistic::getCoulombRadius(), G4INCL::CoulombNone::maxImpactParameter(), G4INCL::CoulombNonRelativistic::maxImpactParameter(), G4INCL::StandardPropagationModel::shootComposite().
G4int G4INCL::ParticleTable::getMassNumber | ( | const ParticleType | t | ) |
Get mass number from particle type.
G4INCLParticleTable.cc 파일의 811 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::DeltaMinus, G4INCL::DeltaPlus, G4INCL::DeltaPlusPlus, G4INCL::DeltaZero, G4INCL::Eta, G4INCL::EtaPrime, G4INCL::KLong, G4INCL::KMinus, G4INCL::KPlus, G4INCL::KShort, G4INCL::KZero, G4INCL::KZeroBar, G4INCL::Lambda, G4INCL::Neutron, G4INCL::Omega, G4INCL::Photon, G4INCL::PiMinus, G4INCL::PiPlus, G4INCL::PiZero, G4INCL::Proton, G4INCL::SigmaMinus, G4INCL::SigmaPlus, G4INCL::SigmaZero.
G4double G4INCL::ParticleTable::getMaximumNuclearRadius | ( | const ParticleType | t, |
const G4int | A, | ||
const G4int | Z | ||
) |
G4INCLParticleTable.cc 파일의 996 번째 라인에서 정의되었습니다.
다음을 참조함 : getNuclearRadius(), getSurfaceDiffuseness(), INCL_ERROR.
다음에 의해서 참조됨 : G4INCL::NuclearDensityFactory::createRCDFTable(), G4INCL::NuclearDensityFactory::createRPCorrelationTable(), G4INCL::INCL::initUniverseRadius().
Return the RMS of the momentum distribution (light clusters)
G4INCLParticleTable.cc 파일의 1033 번째 라인에서 정의되었습니다.
다음을 참조함 : getFermiMomentum, G4INCL::Math::sqrtThreeFifths.
다음에 의해서 참조됨 : G4INCL::NuclearDensityFactory::createPCDFTable().
std::string G4INCL::ParticleTable::getName | ( | const ParticleType | t | ) |
Get the native INCL name of the particle.
G4INCLParticleTable.cc 파일의 552 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::Composite, G4INCL::DeltaMinus, G4INCL::DeltaPlus, G4INCL::DeltaPlusPlus, G4INCL::DeltaZero, G4INCL::Eta, G4INCL::EtaPrime, G4INCL::KLong, G4INCL::KMinus, G4INCL::KPlus, G4INCL::KShort, G4INCL::KZero, G4INCL::KZeroBar, G4INCL::Lambda, G4INCL::Neutron, G4INCL::Omega, G4INCL::Photon, G4INCL::PiMinus, G4INCL::PiPlus, G4INCL::PiZero, G4INCL::Proton, G4INCL::SigmaMinus, G4INCL::SigmaPlus, G4INCL::SigmaZero.
다음에 의해서 참조됨 : G4INCL::Particle::dump(), getName(), G4INCL::Cluster::print(), G4INCL::Particle::print(), G4INCL::Config::summary().
std::string G4INCL::ParticleTable::getName | ( | const ParticleSpecies & | s | ) |
Get the native INCL name of the particle.
G4INCLParticleTable.cc 파일의 531 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::Composite, getName(), G4INCL::ParticleSpecies::theA, G4INCL::ParticleSpecies::theType, G4INCL::ParticleSpecies::theZ.
Get the native INCL name of the ion.
G4INCLParticleTable.cc 파일의 538 번째 라인에서 정의되었습니다.
다음을 참조함 : A(), getElementName().
IsotopicDistribution const & G4INCL::ParticleTable::getNaturalIsotopicDistribution | ( | const G4int | Z | ) |
G4INCLParticleTable.cc 파일의 1122 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4INCL::INCL::initUniverseRadius().
G4double G4INCL::ParticleTable::getNeutronHalo | ( | ) |
Get the size of the neutron halo.
G4INCLParticleTable.cc 파일의 1158 번째 라인에서 정의되었습니다.
G4double G4INCL::ParticleTable::getNeutronSeparationEnergy | ( | ) |
Getter for neutronSeparationEnergy.
G4INCLParticleTable.cc 파일의 1071 번째 라인에서 정의되었습니다.
G4double G4INCL::ParticleTable::getNeutronSkin | ( | ) |
Get the thickness of the neutron skin.
G4INCLParticleTable.cc 파일의 1156 번째 라인에서 정의되었습니다.
G4double G4INCL::ParticleTable::getNuclearRadius | ( | const ParticleType | t, |
const G4int | A, | ||
const G4int | Z | ||
) |
G4INCLParticleTable.cc 파일의 926 번째 라인에서 정의되었습니다.
다음을 참조함 : A(), getRadiusParameter(), getSurfaceDiffuseness(), INCL_DEBUG, INCL_ERROR, Z.
다음에 의해서 참조됨 : G4INCL::PauliStandard::getBlockingProbability(), getLargestNuclearRadius(), getMaximumNuclearRadius(), G4INCL::NuclearDensity::getTransmissionRadius(), G4INCL::INCL::initMaxInteractionDistance().
ParticleType G4INCL::ParticleTable::getNucleonType | ( | const G4int | isosp | ) |
Get the type of nucleon.
G4INCLParticleTable.cc 파일의 1181 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::Neutron, G4INCL::Proton.
다음에 의해서 참조됨 : G4INCL::EtaNToPiPiNChannel::fillFinalState(), G4INCL::PiNToMultiPionsChannel::fillFinalState(), G4INCL::PiNElasticChannel::fillFinalState(), G4INCL::OmegaNToPiPiNChannel::fillFinalState(), G4INCL::NSToNSChannel::fillFinalState(), G4INCL::NSToNLChannel::fillFinalState(), G4INCL::NpiToNKKbChannel::fillFinalState(), G4INCL::NpiToMissingStrangenessChannel::fillFinalState(), G4INCL::NNToNNOmegaChannel::fillFinalState(), G4INCL::NNToNNEtaChannel::fillFinalState(), G4INCL::NNToMultiPionsChannel::fillFinalState(), G4INCL::NNToMissingStrangenessChannel::fillFinalState(), G4INCL::NNOmegaToMultiPionsChannel::fillFinalState(), G4INCL::NNEtaToMultiPionsChannel::fillFinalState(), G4INCL::NLToNSChannel::fillFinalState(), G4INCL::NKToNKpiChannel::fillFinalState(), G4INCL::NKToNK2piChannel::fillFinalState(), G4INCL::NKbToNKbpiChannel::fillFinalState(), G4INCL::NKbToNKb2piChannel::fillFinalState(), G4INCL::NDeltaToNSKChannel::fillFinalState(), G4INCL::NDeltaToNNKKbChannel::fillFinalState(), G4INCL::NDeltaToNLKChannel::fillFinalState().
ParticleType G4INCL::ParticleTable::getPionType | ( | const G4int | isosp | ) |
Get the type of pion.
G4INCLParticleTable.cc 파일의 1168 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::PiMinus, G4INCL::PiPlus, G4INCL::PiZero.
다음에 의해서 참조됨 : G4INCL::NKbToL2piChannel::fillFinalState(), G4INCL::PiNToMultiPionsChannel::fillFinalState(), G4INCL::PiNElasticChannel::fillFinalState(), G4INCL::NpiToSKpiChannel::fillFinalState(), G4INCL::NpiToSK2piChannel::fillFinalState(), G4INCL::NpiToMissingStrangenessChannel::fillFinalState(), G4INCL::NpiToLKpiChannel::fillFinalState(), G4INCL::NpiToLK2piChannel::fillFinalState(), G4INCL::NNToMultiPionsChannel::fillFinalState(), G4INCL::NNToMissingStrangenessChannel::fillFinalState(), G4INCL::NNOmegaToMultiPionsChannel::fillFinalState(), G4INCL::NNEtaToMultiPionsChannel::fillFinalState(), G4INCL::NKToNKpiChannel::fillFinalState(), G4INCL::NKToNK2piChannel::fillFinalState(), G4INCL::NKbToSpiChannel::fillFinalState(), G4INCL::NKbToS2piChannel::fillFinalState(), G4INCL::NKbToNKbpiChannel::fillFinalState(), G4INCL::NKbToNKb2piChannel::fillFinalState(), G4INCL::NKbToLpiChannel::fillFinalState().
G4double G4INCL::ParticleTable::getProtonSeparationEnergy | ( | ) |
Getter for protonSeparationEnergy.
G4INCLParticleTable.cc 파일의 1069 번째 라인에서 정의되었습니다.
G4double G4INCL::ParticleTable::getRadiusParameter | ( | const ParticleType | t, |
const G4int | A, | ||
const G4int | Z | ||
) |
G4INCLParticleTable.cc 파일의 958 번째 라인에서 정의되었습니다.
다음을 참조함 : A(), G4INCL::HFB::getRadiusParameterHFB(), getRPCorrelationCoefficient(), INCL_DEBUG, INCL_ERROR, G4INCL::Neutron, Z.
다음에 의해서 참조됨 : G4INCL::NuclearDensityFactory::createRCDFTable(), G4INCL::NuclearDensityFactory::createRPCorrelationTable(), getNuclearRadius().
G4double G4INCL::ParticleTable::getRealMass | ( | const G4INCL::ParticleType | t | ) |
Get particle mass (in MeV/c^2)
G4INCLParticleTable.cc 파일의 703 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::Eta, G4INCL::EtaPrime, INCL_ERROR, G4INCL::KLong, G4INCL::KMinus, G4INCL::KPlus, G4INCL::KShort, G4INCL::KZero, G4INCL::KZeroBar, G4INCL::Lambda, G4INCL::Neutron, G4INCL::Omega, G4INCL::Photon, G4INCL::PiMinus, G4INCL::PiPlus, G4INCL::PiZero, G4INCL::Proton, G4INCL::SigmaMinus, G4INCL::SigmaPlus, G4INCL::SigmaZero.
다음에 의해서 참조됨 : G4INCL::EventInfo::fillInverseKinematics(), G4INCL::ClusteringModelIntercomparison::findClusterStartingFrom(), getRealMass(), G4INCL::Particle::getRealMass(), initialize(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNEtaExcluIso(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNEtaIso(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNOmegaExcluIso(), G4INCL::CrossSectionsMultiPionsAndResonances::piMinuspToEtaN(), G4INCL::CrossSectionsMultiPionsAndResonances::piMinuspToOmegaN().
Get nuclear mass (in MeV/c^2)
G4INCLParticleTable.cc 파일의 758 번째 라인에서 정의되었습니다.
다음을 참조함 : getRealMass(), MeV, G4INCL::Neutron, G4INCL::PiMinus, G4INCL::PiPlus, G4INCL::Proton, Z.
G4double G4INCL::ParticleTable::getRPCorrelationCoefficient | ( | const ParticleType | t | ) |
Get the value of the r-p correlation coefficient.
t | the type of the particle (Proton or Neutron) |
G4INCLParticleTable.cc 파일의 1151 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : getRadiusParameter(), getSurfaceDiffuseness(), G4INCL::ParticleSampler::ParticleSampler().
G4double G4INCL::ParticleTable::getSeparationEnergyINCL | ( | const ParticleType | t, |
const G4int | , | ||
const G4int | |||
) |
Return INCL's default separation energy.
G4INCLParticleTable.cc 파일의 1038 번째 라인에서 정의되었습니다.
다음을 참조함 : INCL_ERROR, G4INCL::Neutron, G4INCL::Proton.
다음에 의해서 참조됨 : getSeparationEnergyRealForLight(), initialize().
G4double G4INCL::ParticleTable::getSeparationEnergyReal | ( | const ParticleType | t, |
const G4int | A, | ||
const G4int | Z | ||
) |
Return the real separation energy.
G4INCLParticleTable.cc 파일의 1049 번째 라인에서 정의되었습니다.
다음을 참조함 : A(), getTableMass, getTableParticleMass, INCL_ERROR, G4INCL::Neutron, G4INCL::Proton, Z.
다음에 의해서 참조됨 : getSeparationEnergyRealForLight(), initialize().
G4double G4INCL::ParticleTable::getSeparationEnergyRealForLight | ( | const ParticleType | t, |
const G4int | A, | ||
const G4int | Z | ||
) |
Return the real separation energy only for light nuclei.
G4INCLParticleTable.cc 파일의 1061 번째 라인에서 정의되었습니다.
다음을 참조함 : clusterTableASize, clusterTableZSize, getSeparationEnergyINCL(), getSeparationEnergyReal().
다음에 의해서 참조됨 : initialize().
std::string G4INCL::ParticleTable::getShortName | ( | const ParticleType | t | ) |
Get the short INCL name of the particle.
G4INCLParticleTable.cc 파일의 605 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::Composite, G4INCL::DeltaMinus, G4INCL::DeltaPlus, G4INCL::DeltaPlusPlus, G4INCL::DeltaZero, G4INCL::Eta, G4INCL::EtaPrime, G4INCL::KLong, G4INCL::KMinus, G4INCL::KPlus, G4INCL::KShort, G4INCL::KZero, G4INCL::KZeroBar, G4INCL::Lambda, G4INCL::Neutron, G4INCL::Omega, G4INCL::Photon, G4INCL::PiMinus, G4INCL::PiPlus, G4INCL::PiZero, G4INCL::Proton, G4INCL::SigmaMinus, G4INCL::SigmaPlus, G4INCL::SigmaZero.
다음에 의해서 참조됨 : G4INCL::CoulombNonRelativistic::getCoulombRadius(), getShortName().
std::string G4INCL::ParticleTable::getShortName | ( | const ParticleSpecies & | s | ) |
Get the short INCL name of the particle.
G4INCLParticleTable.cc 파일의 524 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::Composite, getShortName(), G4INCL::ParticleSpecies::theA, G4INCL::ParticleSpecies::theType, G4INCL::ParticleSpecies::theZ.
Get the short INCL name of the ion.
G4INCLParticleTable.cc 파일의 544 번째 라인에서 정의되었습니다.
다음을 참조함 : A(), getElementName().
ParticleType G4INCL::ParticleTable::getSigmaType | ( | const G4int | isosp | ) |
Get the type of sigma.
G4INCLParticleTable.cc 파일의 1208 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::SigmaMinus, G4INCL::SigmaPlus, G4INCL::SigmaZero.
다음에 의해서 참조됨 : G4INCL::NDeltaToDeltaSKChannel::fillFinalState(), G4INCL::NSToNSChannel::fillFinalState(), G4INCL::NpiToSKpiChannel::fillFinalState(), G4INCL::NpiToSKChannel::fillFinalState(), G4INCL::NpiToSK2piChannel::fillFinalState(), G4INCL::NpiToMissingStrangenessChannel::fillFinalState(), G4INCL::NNToMissingStrangenessChannel::fillFinalState(), G4INCL::NLToNSChannel::fillFinalState(), G4INCL::NKbToSpiChannel::fillFinalState(), G4INCL::NKbToS2piChannel::fillFinalState(), G4INCL::NDeltaToNSKChannel::fillFinalState().
G4int G4INCL::ParticleTable::getStrangenessNumber | ( | const ParticleType | t | ) |
Get strangeness number from particle type.
G4INCLParticleTable.cc 파일의 885 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::DeltaMinus, G4INCL::DeltaPlus, G4INCL::DeltaPlusPlus, G4INCL::DeltaZero, G4INCL::Eta, G4INCL::EtaPrime, G4INCL::KLong, G4INCL::KMinus, G4INCL::KPlus, G4INCL::KShort, G4INCL::KZero, G4INCL::KZeroBar, G4INCL::Lambda, G4INCL::Neutron, G4INCL::Omega, G4INCL::Photon, G4INCL::PiMinus, G4INCL::PiPlus, G4INCL::PiZero, G4INCL::Proton, G4INCL::SigmaMinus, G4INCL::SigmaPlus, G4INCL::SigmaZero.
G4double G4INCL::ParticleTable::getSurfaceDiffuseness | ( | const ParticleType | t, |
const G4int | A, | ||
const G4int | Z | ||
) |
G4INCLParticleTable.cc 파일의 1010 번째 라인에서 정의되었습니다.
다음을 참조함 : a, getRPCorrelationCoefficient(), G4INCL::HFB::getSurfaceDiffusenessHFB(), INCL_ERROR, G4INCL::Neutron.
다음에 의해서 참조됨 : G4INCL::NuclearDensityFactory::createRCDFTable(), G4INCL::NuclearDensityFactory::createRPCorrelationTable(), getMaximumNuclearRadius(), getNuclearRadius().
G4double G4INCL::ParticleTable::getTableQValue | ( | const G4int | A1, |
const G4int | Z1, | ||
const G4int | A2, | ||
const G4int | Z2 | ||
) |
Get Q-value (in MeV/c^2)
Uses the getTableMass function to compute the Q-value for the following reaction:
\[ (A_1,Z_1) + (A_2, Z_2) --> (A_1+A_2,Z_1+Z_2) \]
G4INCLParticleTable.cc 파일의 796 번째 라인에서 정의되었습니다.
다음을 참조함 : getTableMass.
다음에 의해서 참조됨 : G4INCL::Particle::getEmissionQValueCorrection(), G4INCL::Particle::getTransferQValueCorrection().
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)
Uses the getTableMass function to compute the Q-value for the following reaction:
\[ (A_1,Z_1) + (A_2, Z_2) --> (A_3,Z_3) + (A1+A2-A3,Z1+Z2-Z3) \]
G4INCLParticleTable.cc 파일의 800 번째 라인에서 정의되었습니다.
다음을 참조함 : getTableMass.
G4double G4INCL::ParticleTable::getTableSpeciesMass | ( | const ParticleSpecies & | p | ) |
G4INCLParticleTable.cc 파일의 804 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::Composite, getTableMass, getTableParticleMass, G4INCL::ParticleSpecies::theA, G4INCL::ParticleSpecies::theType, G4INCL::ParticleSpecies::theZ.
다음에 의해서 참조됨 : G4INCL::CoulombNonRelativistic::minimumDistance().
G4double G4INCL::ParticleTable::getWidth | ( | const ParticleType | t | ) |
Get particle width (in s)
G4INCLParticleTable.cc 파일의 1241 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::Eta, G4INCL::EtaPrime, INCL_ERROR, G4INCL::KLong, G4INCL::KMinus, G4INCL::KPlus, G4INCL::KShort, G4INCL::Omega, G4INCL::PiMinus, G4INCL::PiPlus, G4INCL::PiZero, G4INCL::SigmaMinus, G4INCL::SigmaPlus, G4INCL::SigmaZero.
다음에 의해서 참조됨 : G4INCL::SigmaZeroDecayChannel::computeDecayTime(), G4INCL::Nucleus::decayOutgoingPionResonances(), G4INCL::Nucleus::decayOutgoingSigmaZero().
void G4INCL::ParticleTable::initialize | ( | Config const *const | theConfig = 0 | ) |
Initialize the particle table.
G4INCLParticleTable.cc 파일의 335 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::ConstantFermiMomentum, G4INCL::ConstantLightFermiMomentum, effectiveDeltaMass, effectiveDeltaWidth, G4ParticleTable::FindParticle(), getFermiMomentum, G4INCL::Config::getFermiMomentum(), getFermiMomentumConstant(), getFermiMomentumConstantLight(), getFermiMomentumMassDependent(), G4INCL::Config::getFermiMomentumType(), getINCLMass(), G4INCL::Config::getINCLXXDataFilePath(), G4ParticleTable::GetIonTable(), G4INCL::Config::getNeutronHalo(), G4INCL::Config::getNeutronSkin(), G4ParticleTable::GetParticleTable(), G4ParticleDefinition::GetPDGMass(), getRealMass(), G4INCL::Config::getRPCorrelationCoefficient(), getSeparationEnergy, getSeparationEnergyINCL(), getSeparationEnergyReal(), getSeparationEnergyRealForLight(), G4INCL::Config::getSeparationEnergyType(), getTableMass, getTableParticleMass, G4INCL::Config::getUseRealMasses(), INCL_FATAL, G4INCL::INCLSeparationEnergy, G4INCL::Clustering::initialize(), G4INCL::MassDependentFermiMomentum, MeV, minDeltaMass, minDeltaMass2, minDeltaMassRndm, G4INCL::Neutron, G4INCL::PhysicalConstants::Pf, G4INCL::Proton, G4INCL::RealForLightSeparationEnergy, G4INCL::RealSeparationEnergy, G4INCL::UnknownParticle.
다음에 의해서 참조됨 : G4INCL::INCL::INCL().
G4int G4INCL::ParticleTable::parseElement | ( | std::string | pS | ) |
Get the name of the element from the atomic number.
G4INCLParticleTable.cc 파일의 1096 번째 라인에서 정의되었습니다.
다음을 참조함 : parseIUPACElement().
다음에 의해서 참조됨 : G4INCL::ParticleSpecies::parseElement().
G4int G4INCL::ParticleTable::parseIUPACElement | ( | std::string const & | pS | ) |
Parse a IUPAC element name.
Note: this function is UGLY. Look at it at your own peril.
pS | a normalised string (lowercase) |
G4INCLParticleTable.cc 파일의 1108 번째 라인에서 정의되었습니다.
다음을 참조함 : Z.
다음에 의해서 참조됨 : G4INCL::ParticleSpecies::parseElement(), parseElement(), G4INCL::ParticleSpecies::parseIUPACElement().
Setter for protonSeparationEnergy.
G4INCLParticleTable.cc 파일의 1075 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4INCL::Nucleus::Nucleus().
Setter for protonSeparationEnergy.
G4INCLParticleTable.cc 파일의 1073 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4INCL::Nucleus::Nucleus().
const G4int G4INCL::ParticleTable::clusterTableASize = maxClusterMass+1 |
G4INCLParticleTable.hh 파일의 66 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : getFermiMomentumConstantLight(), getSeparationEnergyRealForLight().
const G4int G4INCL::ParticleTable::clusterTableZSize = maxClusterCharge+1 |
G4INCLParticleTable.hh 파일의 65 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : getFermiMomentumConstantLight(), getSeparationEnergyRealForLight().
const G4double G4INCL::ParticleTable::effectiveAntiKaonMass = 497.614 |
G4INCLParticleTable.hh 파일의 76 번째 라인에서 정의되었습니다.
const G4double G4INCL::ParticleTable::effectiveDeltaMass = 1232.0 |
G4INCLParticleTable.hh 파일의 70 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : initialize(), G4INCL::NDeltaToDeltaSKChannel::sampleDeltaMass(), G4INCL::NDeltaToDeltaLKChannel::sampleDeltaMass(), G4INCL::NDeltaEtaProductionChannel::sampleDeltaMass(), G4INCL::DeltaProductionChannel::sampleDeltaMass(), G4INCL::NDeltaOmegaProductionChannel::sampleDeltaMass().
const G4double G4INCL::ParticleTable::effectiveDeltaWidth = 130.0 |
G4INCLParticleTable.hh 파일의 71 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : initialize(), G4INCL::NDeltaToDeltaSKChannel::sampleDeltaMass(), G4INCL::NDeltaToDeltaLKChannel::sampleDeltaMass(), G4INCL::NDeltaEtaProductionChannel::sampleDeltaMass(), G4INCL::DeltaProductionChannel::sampleDeltaMass(), G4INCL::NDeltaOmegaProductionChannel::sampleDeltaMass().
const G4double G4INCL::ParticleTable::effectiveEtaMass = 547.862 |
G4INCLParticleTable.hh 파일의 77 번째 라인에서 정의되었습니다.
const G4double G4INCL::ParticleTable::effectiveEtaPrimeMass = 957.78 |
G4INCLParticleTable.hh 파일의 79 번째 라인에서 정의되었습니다.
const G4double G4INCL::ParticleTable::effectiveKaonMass = 497.614 |
G4INCLParticleTable.hh 파일의 75 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4INCL::NDeltaToDeltaLKChannel::sampleDeltaMass(), G4INCL::NDeltaToDeltaSKChannel::sampleDeltaMass().
const G4double G4INCL::ParticleTable::effectiveLambdaMass = 1115.683 |
G4INCLParticleTable.hh 파일의 73 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4INCL::Nucleus::getConservationBalance(), G4INCL::NDeltaToDeltaLKChannel::sampleDeltaMass().
const G4double G4INCL::ParticleTable::effectiveNucleonMass = 938.2796 |
G4INCLParticleTable.hh 파일의 68 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4INCL::DeltaDecayChannel::computeDecayTime(), G4INCL::Nucleus::computeTotalEnergy(), G4INCL::CrossSectionsINCL46::elasticNNLegacy(), G4INCL::BystrickyEvaluator< N >::eval(), G4INCL::DeltaProductionChannel::fillFinalState(), G4INCL::ElasticChannel::fillFinalState(), G4INCL::Nucleus::getConservationBalance(), G4INCL::CrossSectionsINCL46::NDeltaToNN(), G4INCL::CrossSectionsMultiPions::NDeltaToNN(), G4INCL::CrossSectionsMultiPions::NNElastic(), G4INCL::CrossSectionsMultiPions::NNElasticFixed(), G4INCL::CrossSectionsMultiPions::NNOnePiOrDelta(), G4INCL::CrossSectionsMultiPions::NNThreePi(), G4INCL::CrossSectionsINCL46::NNToNDelta(), G4INCL::CrossSectionsMultiPions::NNTotFixed(), G4INCL::CrossSectionsMultiPions::NNTwoPi(), G4INCL::DeltaProductionChannel::sampleDeltaMass(), G4INCL::NDeltaOmegaProductionChannel::sampleDeltaMass(), G4INCL::NDeltaEtaProductionChannel::sampleDeltaMass().
const G4double G4INCL::ParticleTable::effectiveNucleonMass2 = 8.8036860777616e5 |
const G4double G4INCL::ParticleTable::effectiveOmegaMass = 782.65 |
G4INCLParticleTable.hh 파일의 78 번째 라인에서 정의되었습니다.
const G4double G4INCL::ParticleTable::effectivePhotonMass = 0.0 |
G4INCLParticleTable.hh 파일의 80 번째 라인에서 정의되었습니다.
const G4double G4INCL::ParticleTable::effectivePionMass = 138.0 |
G4INCLParticleTable.hh 파일의 72 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4INCL::DeltaDecayChannel::computeDecayTime(), G4INCL::CrossSectionsINCL46::NNToNDelta().
const G4double G4INCL::ParticleTable::effectiveSigmaMass = 1197.45 |
G4INCLParticleTable.hh 파일의 74 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4INCL::NDeltaToDeltaSKChannel::sampleDeltaMass().
G4ThreadLocal FermiMomentumFn G4INCL::ParticleTable::getFermiMomentum = NULL |
G4ThreadLocal SeparationEnergyFn G4INCL::ParticleTable::getSeparationEnergy = NULL |
Static pointer to the separation-energy function.
G4INCLParticleTable.cc 파일의 1165 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4INCL::NuclearPotential::NuclearPotentialIsospin::initialize(), G4INCL::NuclearPotential::NuclearPotentialConstant::initialize(), initialize().
G4ThreadLocal NuclearMassFn G4INCL::ParticleTable::getTableMass = NULL |
Static pointer to the mass function for nuclei.
G4INCLParticleTable.cc 파일의 1163 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4INCL::ProjectileRemnant::addAllDynamicalSpectators(), G4INCL::ProjectileRemnant::addDynamicalSpectator(), G4INCL::ProjectileRemnant::addMostDynamicalSpectators(), G4INCL::Nucleus::computeRecoilKinematics(), G4INCL::ParticleEntryChannel::fillFinalState(), G4INCL::Nucleus::finalizeProjectileRemnant(), G4INCL::KinematicsUtils::gammaFromKineticEnergy(), G4INCL::Nucleus::getConservationBalance(), G4INCL::Particle::getEmissionQValueCorrection(), getSeparationEnergyReal(), G4INCL::Particle::getTableMass(), getTableQValue(), getTableSpeciesMass(), initialize(), G4INCL::INCL::makeCompoundNucleus(), G4INCL::INCL::RecoilCMFunctor::scaleParticleCMMomenta(), G4INCL::INCL::RecoilFunctor::scaleParticleEnergies(), G4INCL::StandardPropagationModel::shootComposite(), G4INCL::StandardPropagationModel::shootParticle().
G4ThreadLocal ParticleMassFn G4INCL::ParticleTable::getTableParticleMass = NULL |
Static pointer to the mass function for particles.
G4INCLParticleTable.cc 파일의 1164 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4INCL::KinematicsUtils::gammaFromKineticEnergy(), getSeparationEnergyReal(), G4INCL::Particle::getTableMass(), getTableSpeciesMass(), initialize(), G4INCL::StandardPropagationModel::shootParticle().
const G4int G4INCL::ParticleTable::maxClusterCharge = 8 |
G4INCLParticleTable.hh 파일의 63 번째 라인에서 정의되었습니다.
const G4int G4INCL::ParticleTable::maxClusterMass = 12 |
G4INCLParticleTable.hh 파일의 62 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4INCL::ClusteringModelIntercomparison::ClusteringModelIntercomparison().
G4ThreadLocal G4double G4INCL::ParticleTable::minDeltaMass = 0. |
G4INCLParticleTable.cc 파일의 1160 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4INCL::InteractionAvatar::enforceEnergyConservation(), initialize(), G4INCL::InteractionAvatar::postInteraction(), G4INCL::NDeltaToDeltaSKChannel::sampleDeltaMass(), G4INCL::NDeltaToDeltaLKChannel::sampleDeltaMass(), G4INCL::NDeltaEtaProductionChannel::sampleDeltaMass(), G4INCL::DeltaProductionChannel::sampleDeltaMass(), G4INCL::NDeltaOmegaProductionChannel::sampleDeltaMass(), G4INCL::InteractionAvatar::ViolationEEnergyFunctor::setParticleEnergy().
G4ThreadLocal G4double G4INCL::ParticleTable::minDeltaMass2 = 0. |
G4INCLParticleTable.cc 파일의 1161 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : initialize(), G4INCL::InteractionAvatar::ViolationEEnergyFunctor::setParticleEnergy().
G4ThreadLocal G4double G4INCL::ParticleTable::minDeltaMassRndm = 0. |
G4INCLParticleTable.cc 파일의 1162 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : initialize(), G4INCL::NDeltaToDeltaSKChannel::sampleDeltaMass(), G4INCL::NDeltaToDeltaLKChannel::sampleDeltaMass(), G4INCL::NDeltaEtaProductionChannel::sampleDeltaMass(), G4INCL::DeltaProductionChannel::sampleDeltaMass(), G4INCL::NDeltaOmegaProductionChannel::sampleDeltaMass().