Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
Public 멤버 함수 | Private 속성 | 모든 멤버 목록
G4IsotopeProperty 클래스 참조

#include <G4IsotopeProperty.hh>

Public 멤버 함수

 G4IsotopeProperty ()
 
 G4IsotopeProperty (const G4IsotopeProperty &right)
 
G4IsotopePropertyoperator= (G4IsotopeProperty &right)
 
G4int operator== (const G4IsotopeProperty &right) const
 
G4int operator!= (const G4IsotopeProperty &right) const
 
virtual ~G4IsotopeProperty ()
 
G4int GetAtomicNumber () const
 
void SetAtomicNumber (G4int Z)
 
G4int GetAtomicMass () const
 
void SetAtomicMass (G4int A)
 
G4int GetiSpin () const
 
void SetiSpin (G4int J)
 
G4double GetMagneticMoment () const
 
void SetMagneticMoment (G4double M)
 
G4double GetEnergy () const
 
void SetEnergy (G4double E)
 
G4int GetIsomerLevel () const
 
void SetIsomerLevel (G4int level)
 
G4Ions::G4FloatLevelBase GetFloatLevelBase () const
 
void SetFloatLevelBase (G4Ions::G4FloatLevelBase flb)
 
void SetFloatLevelBase (G4int flbIndex)
 
G4double GetLifeTime () const
 
void SetLifeTime (G4double T)
 
G4DecayTableGetDecayTable () const
 
void SetDecayTable (G4DecayTable *table)
 
void DumpInfo () const
 

Private 속성

G4int fAtomicNumber
 
G4int fAtomicMass
 
G4int fISpin
 
G4double fEnergy
 
G4double fLifeTime
 
G4DecayTablefDecayTable
 
G4double fMagneticMoment
 
G4int fIsomerLevel
 
G4Ions::G4FloatLevelBase fFloatLevelBase
 

상세한 설명

G4IsotopeProperty.hh 파일의 45 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

G4IsotopeProperty::G4IsotopeProperty ( )

G4IsotopeProperty.cc 파일의 48 번째 라인에서 정의되었습니다.

G4IsotopeProperty::G4IsotopeProperty ( const G4IsotopeProperty right)

G4IsotopeProperty.cc 파일의 64 번째 라인에서 정의되었습니다.

다음을 참조함 : fAtomicMass, fAtomicNumber, fDecayTable, fEnergy, fFloatLevelBase, fIsomerLevel, fISpin, fLifeTime, fMagneticMoment.

G4IsotopeProperty::~G4IsotopeProperty ( )
virtual

G4IsotopeProperty.cc 파일의 59 번째 라인에서 정의되었습니다.

다음을 참조함 : fDecayTable.

멤버 함수 문서화

void G4IsotopeProperty::DumpInfo ( ) const
G4int G4IsotopeProperty::GetAtomicMass ( ) const
inline
G4int G4IsotopeProperty::GetAtomicNumber ( ) const
inline
G4DecayTable * G4IsotopeProperty::GetDecayTable ( ) const
inline

G4IsotopeProperty.hh 파일의 205 번째 라인에서 정의되었습니다.

다음을 참조함 : fDecayTable.

다음에 의해서 참조됨 : G4IonTable::CreateIon().

G4double G4IsotopeProperty::GetEnergy ( ) const
inline
G4Ions::G4FloatLevelBase G4IsotopeProperty::GetFloatLevelBase ( ) const
inline

G4IsotopeProperty.hh 파일의 217 번째 라인에서 정의되었습니다.

다음을 참조함 : fFloatLevelBase.

G4int G4IsotopeProperty::GetIsomerLevel ( ) const
inline

G4IsotopeProperty.hh 파일의 182 번째 라인에서 정의되었습니다.

다음을 참조함 : fIsomerLevel.

다음에 의해서 참조됨 : G4IonTable::CreateIon(), G4IsotopeMagneticMomentTable::FindIsotope(), G4IsotopeMagneticMomentTable::GetIsotopeByIsoLvl().

G4int G4IsotopeProperty::GetiSpin ( ) const
inline

G4IsotopeProperty.hh 파일의 146 번째 라인에서 정의되었습니다.

다음을 참조함 : fISpin.

다음에 의해서 참조됨 : G4IonTable::CreateIon().

G4double G4IsotopeProperty::GetLifeTime ( ) const
inline

G4IsotopeProperty.hh 파일의 193 번째 라인에서 정의되었습니다.

다음을 참조함 : fLifeTime.

다음에 의해서 참조됨 : G4IonTable::CreateIon(), G4IonTable::GetLifeTime().

G4double G4IsotopeProperty::GetMagneticMoment ( ) const
inline

G4IsotopeProperty.hh 파일의 158 번째 라인에서 정의되었습니다.

다음을 참조함 : fMagneticMoment.

다음에 의해서 참조됨 : G4IonTable::CreateIon().

G4int G4IsotopeProperty::operator!= ( const G4IsotopeProperty right) const

G4IsotopeProperty.cc 파일의 112 번째 라인에서 정의되었습니다.

다음을 참조함 : right.

G4IsotopeProperty & G4IsotopeProperty::operator= ( G4IsotopeProperty right)

G4IsotopeProperty.cc 파일의 79 번째 라인에서 정의되었습니다.

다음을 참조함 : fAtomicMass, fAtomicNumber, fDecayTable, fEnergy, fFloatLevelBase, fIsomerLevel, fISpin, fLifeTime, fMagneticMoment.

G4int G4IsotopeProperty::operator== ( const G4IsotopeProperty right) const

G4IsotopeProperty.cc 파일의 98 번째 라인에서 정의되었습니다.

다음을 참조함 : fAtomicMass, fAtomicNumber, fEnergy, fFloatLevelBase, fIsomerLevel, fISpin, fLifeTime, fMagneticMoment.

void G4IsotopeProperty::SetAtomicMass ( G4int  A)
inline

G4IsotopeProperty.hh 파일의 140 번째 라인에서 정의되었습니다.

다음을 참조함 : A(), fAtomicMass.

다음에 의해서 참조됨 : G4NuclideTable::AddState(), G4IsotopeMagneticMomentTable::G4IsotopeMagneticMomentTable(), G4NuclideTable::GenerateNuclide().

void G4IsotopeProperty::SetAtomicNumber ( G4int  Z)
inline

G4IsotopeProperty.hh 파일의 128 번째 라인에서 정의되었습니다.

다음을 참조함 : fAtomicNumber, Z.

다음에 의해서 참조됨 : G4NuclideTable::AddState(), G4IsotopeMagneticMomentTable::G4IsotopeMagneticMomentTable(), G4NuclideTable::GenerateNuclide().

void G4IsotopeProperty::SetDecayTable ( G4DecayTable table)
inline

G4IsotopeProperty.hh 파일의 211 번째 라인에서 정의되었습니다.

다음을 참조함 : fDecayTable.

다음에 의해서 참조됨 : G4NuclideTable::AddState(), G4NuclideTable::GenerateNuclide().

void G4IsotopeProperty::SetEnergy ( G4double  E)
inline

G4IsotopeProperty.hh 파일의 176 번째 라인에서 정의되었습니다.

다음을 참조함 : E, fEnergy.

다음에 의해서 참조됨 : G4NuclideTable::AddState(), G4IsotopeMagneticMomentTable::G4IsotopeMagneticMomentTable(), G4NuclideTable::GenerateNuclide().

void G4IsotopeProperty::SetFloatLevelBase ( G4Ions::G4FloatLevelBase  flb)
inline

G4IsotopeProperty.hh 파일의 223 번째 라인에서 정의되었습니다.

다음을 참조함 : fFloatLevelBase.

다음에 의해서 참조됨 : G4NuclideTable::AddState(), G4NuclideTable::GenerateNuclide().

void G4IsotopeProperty::SetFloatLevelBase ( G4int  flbIndex)
inline

G4IsotopeProperty.hh 파일의 229 번째 라인에서 정의되었습니다.

다음을 참조함 : fFloatLevelBase, G4Ions::FloatLevelBase().

void G4IsotopeProperty::SetIsomerLevel ( G4int  level)
inline

G4IsotopeProperty.hh 파일의 187 번째 라인에서 정의되었습니다.

다음을 참조함 : fIsomerLevel.

다음에 의해서 참조됨 : G4NuclideTable::AddState(), G4IsotopeMagneticMomentTable::G4IsotopeMagneticMomentTable(), G4NuclideTable::GenerateNuclide().

void G4IsotopeProperty::SetiSpin ( G4int  J)
inline

G4IsotopeProperty.hh 파일의 152 번째 라인에서 정의되었습니다.

다음을 참조함 : fISpin.

다음에 의해서 참조됨 : G4NuclideTable::AddState(), G4IsotopeMagneticMomentTable::G4IsotopeMagneticMomentTable(), G4NuclideTable::GenerateNuclide().

void G4IsotopeProperty::SetLifeTime ( G4double  T)
inline

G4IsotopeProperty.hh 파일의 199 번째 라인에서 정의되었습니다.

다음을 참조함 : fLifeTime.

다음에 의해서 참조됨 : G4NuclideTable::AddState(), G4NuclideTable::GenerateNuclide().

void G4IsotopeProperty::SetMagneticMoment ( G4double  M)
inline

G4IsotopeProperty.hh 파일의 164 번째 라인에서 정의되었습니다.

다음을 참조함 : fMagneticMoment.

다음에 의해서 참조됨 : G4NuclideTable::AddState(), G4IsotopeMagneticMomentTable::G4IsotopeMagneticMomentTable(), G4NuclideTable::GenerateNuclide().

멤버 데이타 문서화

G4int G4IsotopeProperty::fAtomicMass
private

G4IsotopeProperty.hh 파일의 111 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : DumpInfo(), G4IsotopeProperty(), GetAtomicMass(), operator=(), operator==(), SetAtomicMass().

G4int G4IsotopeProperty::fAtomicNumber
private

G4IsotopeProperty.hh 파일의 110 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : DumpInfo(), G4IsotopeProperty(), GetAtomicNumber(), operator=(), operator==(), SetAtomicNumber().

G4DecayTable* G4IsotopeProperty::fDecayTable
private

G4IsotopeProperty.hh 파일의 115 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : DumpInfo(), G4IsotopeProperty(), GetDecayTable(), operator=(), SetDecayTable(), ~G4IsotopeProperty().

G4double G4IsotopeProperty::fEnergy
private

G4IsotopeProperty.hh 파일의 113 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : DumpInfo(), G4IsotopeProperty(), GetEnergy(), operator=(), operator==(), SetEnergy().

G4Ions::G4FloatLevelBase G4IsotopeProperty::fFloatLevelBase
private

G4IsotopeProperty.hh 파일의 118 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : DumpInfo(), G4IsotopeProperty(), GetFloatLevelBase(), operator=(), operator==(), SetFloatLevelBase().

G4int G4IsotopeProperty::fIsomerLevel
private

G4IsotopeProperty.hh 파일의 117 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : DumpInfo(), G4IsotopeProperty(), GetIsomerLevel(), operator=(), operator==(), SetIsomerLevel().

G4int G4IsotopeProperty::fISpin
private

G4IsotopeProperty.hh 파일의 112 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : DumpInfo(), G4IsotopeProperty(), GetiSpin(), operator=(), operator==(), SetiSpin().

G4double G4IsotopeProperty::fLifeTime
private

G4IsotopeProperty.hh 파일의 114 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : DumpInfo(), G4IsotopeProperty(), GetLifeTime(), operator=(), operator==(), SetLifeTime().

G4double G4IsotopeProperty::fMagneticMoment
private

G4IsotopeProperty.hh 파일의 116 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : DumpInfo(), G4IsotopeProperty(), GetMagneticMoment(), operator=(), operator==(), SetMagneticMoment().


이 클래스에 대한 문서화 페이지는 다음의 파일들로부터 생성되었습니다.: