#include <G4ExcitedLambdaConstructor.hh>
Public 타입 | |
enum | { NStates = 12 } |
enum | { NumberOfDecayModes = 7 } |
Public 멤버 함수 | |
G4ExcitedLambdaConstructor () | |
virtual | ~G4ExcitedLambdaConstructor () |
virtual void | Construct (G4int indexOfState=-1) |
Protected 멤버 함수 | |
virtual G4bool | Exist (G4int) |
virtual G4int | GetQuarkContents (G4int, G4int) |
virtual G4String | GetName (G4int iIso3, G4int iState) |
virtual G4String | GetMultipletName (G4int iState) |
virtual G4double | GetMass (G4int state, G4int iso) |
virtual G4double | GetWidth (G4int state, G4int iso) |
virtual G4int | GetiSpin (G4int iState) |
virtual G4int | GetiParity (G4int iState) |
virtual G4int | GetEncodingOffset (G4int iState) |
virtual G4DecayTable * | CreateDecayTable (const G4String &name, G4int iIso3, G4int iState, G4bool fAnti=false) |
virtual void | ConstructParticle (G4int indexOfState) |
virtual void | ConstructAntiParticle (G4int indexOfState) |
virtual G4double | GetCharge (G4int iIsoSpin3) |
virtual G4int | GetEncoding (G4int iIsoSpin3, G4int idxState) |
Protected 속성 | |
G4int | NumberOfStates |
G4int | iIsoSpin |
const G4String | type |
const G4int | iConjugation |
const G4int | iGParity |
const G4int | leptonNumber |
const G4int | baryonNumber |
Private 타입 | |
enum | { LambdaIsoSpin = 0 } |
enum | { NK =0, NKStar =1, SigmaPi =2, SigmaStarPi =3, LambdaGamma =4, LambdaEta =5, LambdaOmega =6 } |
Private 멤버 함수 | |
G4DecayTable * | AddNKMode (G4DecayTable *table, const G4String &name, G4double br, G4int iIso3, G4bool fAnti) |
G4DecayTable * | AddNKStarMode (G4DecayTable *table, const G4String &name, G4double br, G4int iIso3, G4bool fAnti) |
G4DecayTable * | AddSigmaPiMode (G4DecayTable *table, const G4String &name, G4double br, G4int iIso3, G4bool fAnti) |
G4DecayTable * | AddSigmaStarPiMode (G4DecayTable *table, const G4String &name, G4double br, G4int iIso3, G4bool fAnti) |
G4DecayTable * | AddLambdaGammaMode (G4DecayTable *table, const G4String &name, G4double br, G4int iIso3, G4bool fAnti) |
G4DecayTable * | AddLambdaEtaMode (G4DecayTable *table, const G4String &name, G4double br, G4int iIso3, G4bool fAnti) |
G4DecayTable * | AddLambdaOmegaMode (G4DecayTable *table, const G4String &name, G4double br, G4int iIso3, G4bool fAnti) |
정적 Private 속성 | |
static const char * | name [NStates] |
static const G4double | mass [NStates] |
static const G4double | width [NStates] |
static const G4int | iSpin [NStates] |
static const G4int | iParity [NStates] |
static const G4int | encodingOffset [NStates] |
static const G4double | bRatio [NStates][NumberOfDecayModes] |
G4ExcitedLambdaConstructor.hh 파일의 43 번째 라인에서 정의되었습니다.
anonymous enum |
열거형 멤버 | |
---|---|
NStates |
G4ExcitedLambdaConstructor.hh 파일의 84 번째 라인에서 정의되었습니다.
|
private |
열거형 멤버 | |
---|---|
LambdaIsoSpin |
G4ExcitedLambdaConstructor.hh 파일의 86 번째 라인에서 정의되었습니다.
anonymous enum |
열거형 멤버 | |
---|---|
NumberOfDecayModes |
G4ExcitedLambdaConstructor.hh 파일의 97 번째 라인에서 정의되었습니다.
|
private |
열거형 멤버 | |
---|---|
NK | |
NKStar | |
SigmaPi | |
SigmaStarPi | |
LambdaGamma | |
LambdaEta | |
LambdaOmega |
G4ExcitedLambdaConstructor.hh 파일의 99 번째 라인에서 정의되었습니다.
G4ExcitedLambdaConstructor::G4ExcitedLambdaConstructor | ( | ) |
G4ExcitedLambdaConstructor.cc 파일의 47 번째 라인에서 정의되었습니다.
|
virtual |
G4ExcitedLambdaConstructor.cc 파일의 53 번째 라인에서 정의되었습니다.
|
private |
G4ExcitedLambdaConstructor.cc 파일의 116 번째 라인에서 정의되었습니다.
다음을 참조함 : G4DecayTable::Insert(), G4InuclParticleNames::lambda.
다음에 의해서 참조됨 : CreateDecayTable().
|
private |
G4ExcitedLambdaConstructor.cc 파일의 98 번째 라인에서 정의되었습니다.
다음을 참조함 : G4DecayTable::Insert(), G4InuclParticleNames::lambda.
다음에 의해서 참조됨 : CreateDecayTable().
|
private |
G4ExcitedLambdaConstructor.cc 파일의 135 번째 라인에서 정의되었습니다.
다음을 참조함 : G4DecayTable::Insert(), G4InuclParticleNames::lambda.
다음에 의해서 참조됨 : CreateDecayTable().
|
private |
G4ExcitedLambdaConstructor.cc 파일의 154 번째 라인에서 정의되었습니다.
다음을 참조함 : G4DecayTable::Insert().
다음에 의해서 참조됨 : CreateDecayTable().
|
private |
G4ExcitedLambdaConstructor.cc 파일의 197 번째 라인에서 정의되었습니다.
다음을 참조함 : G4DecayTable::Insert().
다음에 의해서 참조됨 : CreateDecayTable().
|
private |
G4ExcitedLambdaConstructor.cc 파일의 240 번째 라인에서 정의되었습니다.
다음을 참조함 : G4DecayTable::Insert().
다음에 의해서 참조됨 : CreateDecayTable().
|
private |
G4ExcitedLambdaConstructor.cc 파일의 296 번째 라인에서 정의되었습니다.
다음을 참조함 : G4DecayTable::Insert().
다음에 의해서 참조됨 : CreateDecayTable().
G4ExcitedBaryonConstructor.cc 파일의 59 번째 라인에서 정의되었습니다.
다음을 참조함 : G4ExcitedBaryonConstructor::ConstructAntiParticle(), G4ExcitedBaryonConstructor::ConstructParticle(), G4cerr, G4endl, G4ParticleTable::GetParticleTable(), G4ExcitedBaryonConstructor::NumberOfStates.
다음에 의해서 참조됨 : G4ShortLivedConstructor::ConstructResonances().
|
protectedvirtualinherited |
G4ExcitedBaryonConstructor.cc 파일의 113 번째 라인에서 정의되었습니다.
다음을 참조함 : G4ExcitedBaryonConstructor::baryonNumber, G4ExcitedBaryonConstructor::CreateDecayTable(), G4ExcitedBaryonConstructor::Exist(), G4ExcitedBaryonConstructor::GetCharge(), G4ExcitedBaryonConstructor::GetEncoding(), G4ExcitedBaryonConstructor::GetiParity(), G4ExcitedBaryonConstructor::GetiSpin(), G4ExcitedBaryonConstructor::GetMass(), G4ExcitedBaryonConstructor::GetMultipletName(), G4ExcitedBaryonConstructor::GetName(), G4ExcitedBaryonConstructor::GetWidth(), G4ExcitedBaryonConstructor::iConjugation, G4ExcitedBaryonConstructor::iGParity, G4ExcitedBaryonConstructor::iIsoSpin, G4ExcitedBaryonConstructor::leptonNumber, G4ParticleDefinition::SetDecayTable(), G4ExcitedBaryonConstructor::type.
다음에 의해서 참조됨 : G4ExcitedBaryonConstructor::Construct().
G4ExcitedBaryonConstructor.cc 파일의 82 번째 라인에서 정의되었습니다.
다음을 참조함 : G4ExcitedBaryonConstructor::baryonNumber, G4ExcitedBaryonConstructor::CreateDecayTable(), G4ExcitedBaryonConstructor::Exist(), G4ExcitedBaryonConstructor::GetCharge(), G4ExcitedBaryonConstructor::GetEncoding(), G4ExcitedBaryonConstructor::GetiParity(), G4ExcitedBaryonConstructor::GetiSpin(), G4ExcitedBaryonConstructor::GetMass(), G4ExcitedBaryonConstructor::GetMultipletName(), G4ExcitedBaryonConstructor::GetName(), G4ExcitedBaryonConstructor::GetWidth(), G4ExcitedBaryonConstructor::iConjugation, G4ExcitedBaryonConstructor::iGParity, G4ExcitedBaryonConstructor::iIsoSpin, G4ExcitedBaryonConstructor::leptonNumber, G4ParticleDefinition::SetDecayTable(), G4ExcitedBaryonConstructor::type.
다음에 의해서 참조됨 : G4ExcitedBaryonConstructor::Construct().
|
protectedvirtual |
G4ExcitedBaryonConstructor를 구현.
G4ExcitedLambdaConstructor.cc 파일의 57 번째 라인에서 정의되었습니다.
다음을 참조함 : AddLambdaEtaMode(), AddLambdaGammaMode(), AddLambdaOmegaMode(), AddNKMode(), AddNKStarMode(), AddSigmaPiMode(), AddSigmaStarPiMode(), bRatio, LambdaEta, LambdaGamma, LambdaOmega, NK, NKStar, SigmaPi, SigmaStarPi.
G4ExcitedBaryonConstructor를 구현.
G4ExcitedLambdaConstructor.hh 파일의 53 번째 라인에서 정의되었습니다.
G4ExcitedBaryonConstructor.cc 파일의 149 번째 라인에서 정의되었습니다.
다음을 참조함 : eplus, G4ExcitedBaryonConstructor::GetQuarkContents().
다음에 의해서 참조됨 : G4ExcitedBaryonConstructor::ConstructAntiParticle(), G4ExcitedBaryonConstructor::ConstructParticle().
|
protectedvirtualinherited |
G4ExcitedDeltaConstructor, G4ExcitedNucleonConstructor에서 재구현되었습니다.
G4ExcitedBaryonConstructor.cc 파일의 163 번째 라인에서 정의되었습니다.
다음을 참조함 : G4ExcitedBaryonConstructor::GetEncodingOffset(), G4ExcitedBaryonConstructor::GetiSpin(), G4ExcitedBaryonConstructor::GetQuarkContents().
다음에 의해서 참조됨 : G4ExcitedBaryonConstructor::ConstructAntiParticle(), G4ExcitedBaryonConstructor::ConstructParticle(), G4ExcitedDeltaConstructor::GetEncoding(), G4ExcitedNucleonConstructor::GetEncoding().
G4ExcitedBaryonConstructor를 구현.
G4ExcitedLambdaConstructor.hh 파일의 130 번째 라인에서 정의되었습니다.
다음을 참조함 : encodingOffset.
G4ExcitedBaryonConstructor를 구현.
G4ExcitedLambdaConstructor.hh 파일의 124 번째 라인에서 정의되었습니다.
다음을 참조함 : iParity.
G4ExcitedBaryonConstructor를 구현.
G4ExcitedLambdaConstructor.hh 파일의 118 번째 라인에서 정의되었습니다.
다음을 참조함 : iSpin.
G4ExcitedBaryonConstructor를 구현.
G4ExcitedLambdaConstructor.hh 파일의 106 번째 라인에서 정의되었습니다.
다음을 참조함 : mass.
G4ExcitedBaryonConstructor를 구현.
G4ExcitedLambdaConstructor.hh 파일의 153 번째 라인에서 정의되었습니다.
G4ExcitedBaryonConstructor를 구현.
G4ExcitedLambdaConstructor.hh 파일의 159 번째 라인에서 정의되었습니다.
G4ExcitedBaryonConstructor를 구현.
G4ExcitedLambdaConstructor.hh 파일의 136 번째 라인에서 정의되었습니다.
G4ExcitedBaryonConstructor를 구현.
G4ExcitedLambdaConstructor.hh 파일의 112 번째 라인에서 정의되었습니다.
다음을 참조함 : width.
|
protectedinherited |
G4ExcitedBaryonConstructor.hh 파일의 71 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4ExcitedBaryonConstructor::ConstructAntiParticle(), G4ExcitedBaryonConstructor::ConstructParticle().
|
staticprivate |
G4ExcitedLambdaConstructor.hh 파일의 102 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : CreateDecayTable().
|
staticprivate |
G4ExcitedLambdaConstructor.hh 파일의 94 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetEncodingOffset().
|
protectedinherited |
G4ExcitedBaryonConstructor.hh 파일의 68 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4ExcitedBaryonConstructor::ConstructAntiParticle(), G4ExcitedBaryonConstructor::ConstructParticle().
|
protectedinherited |
G4ExcitedBaryonConstructor.hh 파일의 69 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4ExcitedBaryonConstructor::ConstructAntiParticle(), G4ExcitedBaryonConstructor::ConstructParticle().
|
protectedinherited |
G4ExcitedBaryonConstructor.hh 파일의 65 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4ExcitedBaryonConstructor::ConstructAntiParticle(), G4ExcitedBaryonConstructor::ConstructParticle().
|
staticprivate |
G4ExcitedLambdaConstructor.hh 파일의 93 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetiParity().
|
staticprivate |
G4ExcitedLambdaConstructor.hh 파일의 92 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetiSpin().
|
protectedinherited |
G4ExcitedBaryonConstructor.hh 파일의 70 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4ExcitedBaryonConstructor::ConstructAntiParticle(), G4ExcitedBaryonConstructor::ConstructParticle().
|
staticprivate |
|
staticprivate |
G4ExcitedLambdaConstructor.hh 파일의 89 번째 라인에서 정의되었습니다.
|
protectedinherited |
G4ExcitedBaryonConstructor.hh 파일의 64 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4ExcitedBaryonConstructor::Construct().
|
protectedinherited |
G4ExcitedBaryonConstructor.hh 파일의 67 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4ExcitedBaryonConstructor::ConstructAntiParticle(), G4ExcitedBaryonConstructor::ConstructParticle().
|
staticprivate |