#include <G4XPDGElastic.hh>
Public 멤버 함수 | |
G4XPDGElastic () | |
virtual | ~G4XPDGElastic () |
G4bool | operator== (const G4XPDGElastic &right) const |
G4bool | operator!= (const G4XPDGElastic &right) const |
virtual G4double | CrossSection (const G4KineticTrack &trk1, const G4KineticTrack &trk2) const |
virtual const G4CrossSectionVector * | GetComponents () const |
virtual G4String | Name () const |
virtual G4bool | IsValid (G4double e) const |
virtual G4double | LowLimit () const |
G4bool | operator== (const G4VCrossSectionSource &right) const |
G4bool | operator!= (const G4VCrossSectionSource &right) const |
virtual void | Print () const |
virtual void | PrintAll (const G4KineticTrack &trk1, const G4KineticTrack &trk2) const |
virtual G4double | HighLimit () const |
Protected 멤버 함수 | |
G4bool | InLimits (G4double e, G4double eLow, G4double eHigh) const |
const G4ParticleDefinition * | FindLightParticle (const G4KineticTrack &trk1, const G4KineticTrack &trk2) const |
G4double | FcrossX (G4double e, G4double e0, G4double sigma, G4double eParam, G4double power) const |
const G4ParticleDefinition * | FindKeyParticle (const G4KineticTrack &trk1, const G4KineticTrack &trk2) const |
Private 타입 | |
typedef std::map< G4pDefPair, std::vector< G4double > , std::less< G4pDefPair > > | PairDoubleMap |
Private 멤버 함수 | |
G4XPDGElastic (const G4XPDGElastic &right) | |
const G4XPDGElastic & | operator= (const G4XPDGElastic &right) |
Private 속성 | |
std::map< G4pDefPair, std::vector< G4double > , std::less< G4pDefPair > > | xMap |
정적 Private 속성 | |
static const G4double | _lowLimit = 5. * GeV |
static const G4double | _highLimit = DBL_MAX |
static const G4int | nPar = 7 |
static const G4double | pPiPlusPDGFit [7] = { 2., 200., 0., 11.4, -0.4, 0.079, 0. } |
static const G4double | pPiMinusPDGFit [7] = { 2., 360., 1.76, 11.2, -0.64, 0.043, 0. } |
static const G4double | pKPlusPDGFit [7] = { 2., 175., 5.0, 8.1, -1.8, 0.16, -1.3 } |
static const G4double | pKMinusPDGFit [7] = { 2., 175., 7.3, 0., 0., 0.29, -2.40 } |
static const G4double | ppPDGFit [7] = { 2., 2100., 11.9, 26.9, -1.21, 0.169, -1.85 } |
static const G4double | ppbarPDGFit [7] = { 5., 1730000., 10.2, 52.7, -1.16, 0.125, -1.28 } |
static const G4double | npbarPDGFit [7] = { 1.1, 5.55, 36.5, 0., 0., 0., -11.9 } |
G4XPDGElastic.hh 파일의 55 번째 라인에서 정의되었습니다.
|
private |
G4XPDGElastic.hh 파일의 100 번째 라인에서 정의되었습니다.
G4XPDGElastic::G4XPDGElastic | ( | ) |
G4XPDGElastic.cc 파일의 77 번째 라인에서 정의되었습니다.
다음을 참조함 : G4AntiProton::AntiProtonDefinition(), GeV, G4KaonMinus::KaonMinusDefinition(), G4KaonPlus::KaonPlusDefinition(), G4INCL::KMinus, G4INCL::KPlus, neutron, G4Neutron::NeutronDefinition(), G4InuclParticleNames::nn, nPar, npbarPDGFit, G4PionMinus::PionMinusDefinition(), G4PionPlus::PionPlusDefinition(), pKMinusPDGFit, pKPlusPDGFit, G4InuclParticleNames::pn, G4InuclParticleNames::pp, ppbarPDGFit, pPiMinusPDGFit, pPiPlusPDGFit, ppPDGFit, G4InuclParticleNames::proton, G4Proton::ProtonDefinition(), xMap.
|
virtual |
G4XPDGElastic.cc 파일의 140 번째 라인에서 정의되었습니다.
|
private |
|
virtual |
G4XPDGElastic.cc 파일의 156 번째 라인에서 정의되었습니다.
다음을 참조함 : G4cout, G4endl, G4Log(), G4KineticTrack::Get4Momentum(), G4KineticTrack::GetDefinition(), G4Pow::GetInstance(), G4ParticleDefinition::GetParticleName(), G4ParticleDefinition::GetPDGMass(), GeV, G4INCL::Math::max(), millibarn, G4Pow::powA(), xMap.
다음에 의해서 참조됨 : G4XMesonBaryonElastic::CrossSection().
|
protectedinherited |
G4VCrossSectionSource.cc 파일의 175 번째 라인에서 정의되었습니다.
다음을 참조함 : G4Pow::GetInstance(), G4INCL::Math::max(), G4Pow::powA(), result.
|
protectedinherited |
G4VCrossSectionSource.cc 파일의 51 번째 라인에서 정의되었습니다.
다음을 참조함 : G4KineticTrack::GetDefinition(), G4Neutron::Neutron(), G4Proton::Proton(), result.
다음에 의해서 참조됨 : G4XNNTotalLowE::CrossSection(), G4XNNElasticLowE::CrossSection().
|
protectedinherited |
G4VCrossSectionSource.cc 파일의 159 번째 라인에서 정의되었습니다.
다음을 참조함 : G4KineticTrack::GetDefinition(), G4ParticleDefinition::GetPDGMass().
다음에 의해서 참조됨 : G4XMesonBaryonElastic::CrossSection().
|
inlinevirtual |
G4XPDGElastic.hh 파일의 69 번째 라인에서 정의되었습니다.
|
virtualinherited |
G4XnpElasticLowE, G4XnpTotalLowE, G4XNNElasticLowE, G4XNNTotalLowE에서 재구현되었습니다.
G4VCrossSectionSource.cc 파일의 147 번째 라인에서 정의되었습니다.
다음을 참조함 : DBL_MAX.
다음에 의해서 참조됨 : G4CrossSectionPatch::CrossSection(), G4VCrossSectionSource::IsValid(), G4CrossSectionPatch::Transition().
|
protectedinherited |
G4VCrossSectionSource.cc 파일의 134 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4XAqmTotal::IsValid(), G4XNNElasticLowE::IsValid(), G4XAqmElastic::IsValid(), G4XAnnihilationChannel::IsValid(), G4XMesonBaryonElastic::IsValid(), G4XnpTotalLowE::IsValid(), G4XnpElasticLowE::IsValid(), G4XPDGTotal::IsValid(), IsValid().
G4VCrossSectionSource(으)로부터 재구현되었습니다.
G4XPDGElastic.cc 파일의 261 번째 라인에서 정의되었습니다.
다음을 참조함 : _highLimit, _lowLimit, G4VCrossSectionSource::InLimits().
|
inlinevirtual |
|
virtual |
G4XPDGElastic.cc 파일의 254 번째 라인에서 정의되었습니다.
|
inherited |
G4VCrossSectionSource.cc 파일의 81 번째 라인에서 정의되었습니다.
G4bool G4XPDGElastic::operator!= | ( | const G4XPDGElastic & | right | ) | const |
G4XPDGElastic.cc 파일의 150 번째 라인에서 정의되었습니다.
|
private |
|
inherited |
G4VCrossSectionSource.cc 파일의 75 번째 라인에서 정의되었습니다.
G4bool G4XPDGElastic::operator== | ( | const G4XPDGElastic & | right | ) | const |
G4XPDGElastic.cc 파일의 144 번째 라인에서 정의되었습니다.
G4XnpElasticLowE, G4XnpTotalLowE, G4XNNElasticLowE에서 재구현되었습니다.
G4VCrossSectionSource.cc 파일의 87 번째 라인에서 정의되었습니다.
다음을 참조함 : G4cout, G4endl, G4VCrossSectionSource::GetComponents(), G4VCrossSectionSource::Name(), G4VCrossSectionSource::Print().
다음에 의해서 참조됨 : G4VCrossSectionSource::Print(), G4XNNElasticLowE::Print(), G4VCollision::Print(), G4XnpTotalLowE::Print(), G4XnpElasticLowE::Print().
|
virtualinherited |
G4VCrossSectionSource.cc 파일의 108 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VCrossSectionSource::CrossSection(), G4cout, G4endl, G4KineticTrack::Get4Momentum(), G4VCrossSectionSource::GetComponents(), GeV, millibarn, G4VCrossSectionSource::Name(), G4VCrossSectionSource::PrintAll().
다음에 의해서 참조됨 : G4VCrossSectionSource::PrintAll().
G4XPDGElastic.hh 파일의 87 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : IsValid().
G4XPDGElastic.hh 파일의 86 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : IsValid(), LowLimit().
|
staticprivate |
G4XPDGElastic.hh 파일의 89 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4XPDGElastic().
|
staticprivate |
G4XPDGElastic.hh 파일의 96 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4XPDGElastic().
|
staticprivate |
G4XPDGElastic.hh 파일의 93 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4XPDGElastic().
|
staticprivate |
G4XPDGElastic.hh 파일의 92 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4XPDGElastic().
|
staticprivate |
G4XPDGElastic.hh 파일의 95 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4XPDGElastic().
|
staticprivate |
G4XPDGElastic.hh 파일의 91 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4XPDGElastic().
|
staticprivate |
G4XPDGElastic.hh 파일의 90 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4XPDGElastic().
|
staticprivate |
G4XPDGElastic.hh 파일의 94 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4XPDGElastic().
|
private |
G4XPDGElastic.hh 파일의 98 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : CrossSection(), G4XPDGElastic().