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

#include <G4NucleiPropertiesTableAME03.hh>

Public 타입

enum  { nEntries = 3179, MaxA = 293, ZMax = 120 }
 

Public 멤버 함수

 ~G4NucleiPropertiesTableAME03 ()
 

Private 멤버 함수

 G4NucleiPropertiesTableAME03 ()
 

정적 Private 멤버 함수

static G4double GetMassExcess (G4int Z, G4int A)
 
static G4double GetAtomicMass (G4int Z, G4int A)
 
static G4double GetNuclearMass (G4int Z, G4int A)
 
static G4double GetBindingEnergy (G4int Z, G4int A)
 
static G4double GetBetaDecayEnergy (G4int Z, G4int A)
 
static G4bool IsInTable (G4int Z, G4int A)
 
static G4int MaxZ (G4int A)
 
static G4int MinZ (G4int A)
 
static G4int GetIndex (G4int Z, G4int A)
 

정적 Private 속성

static const G4double MassExcess [nEntries]
 
static const G4double BetaEnergy [nEntries]
 
static const G4int indexArray [2][nEntries]
 
static const G4int shortTable [MaxA+1]
 
static G4ThreadLocal G4double electronMass [ZMax]
 
static G4ThreadLocal G4bool isIntialized = false
 

Friends

class G4NucleiProperties
 

상세한 설명

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

멤버 열거형 문서화

anonymous enum
열거형 멤버
nEntries 
MaxA 
ZMax 

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

생성자 & 소멸자 문서화

G4NucleiPropertiesTableAME03::G4NucleiPropertiesTableAME03 ( )
private

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

G4NucleiPropertiesTableAME03::~G4NucleiPropertiesTableAME03 ( )
inline

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

멤버 함수 문서화

G4double G4NucleiPropertiesTableAME03::GetAtomicMass ( G4int  Z,
G4int  A 
)
staticprivate

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

다음을 참조함 : CLHEP::amu_c2, GetIndex(), keV, MassExcess.

다음에 의해서 참조됨 : G4NucleiProperties::GetAtomicMass(), GetNuclearMass().

G4double G4NucleiPropertiesTableAME03::GetBetaDecayEnergy ( G4int  Z,
G4int  A 
)
staticprivate

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

다음을 참조함 : BetaEnergy, GetIndex(), keV.

G4double G4NucleiPropertiesTableAME03::GetBindingEnergy ( G4int  Z,
G4int  A 
)
staticprivate

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

다음을 참조함 : GetIndex(), keV, MassExcess.

다음에 의해서 참조됨 : G4NucleiProperties::GetBindingEnergy().

G4int G4NucleiPropertiesTableAME03::GetIndex ( G4int  Z,
G4int  A 
)
staticprivate

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

다음을 참조함 : A(), EventMustBeAborted, G4Exception(), indexArray, MaxA, shortTable.

다음에 의해서 참조됨 : GetAtomicMass(), GetBetaDecayEnergy(), GetBindingEnergy(), GetMassExcess(), IsInTable().

G4double G4NucleiPropertiesTableAME03::GetMassExcess ( G4int  Z,
G4int  A 
)
staticprivate

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

다음을 참조함 : GetIndex(), keV, MassExcess.

다음에 의해서 참조됨 : G4NucleiProperties::AtomicMass(), G4NucleiProperties::GetMassExcess().

G4double G4NucleiPropertiesTableAME03::GetNuclearMass ( G4int  Z,
G4int  A 
)
staticprivate

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

다음을 참조함 : e, CLHEP::electron_mass_c2, electronMass, eV, GetAtomicMass(), isIntialized, Z, ZMax.

다음에 의해서 참조됨 : G4NucleiProperties::GetNuclearMass().

G4bool G4NucleiPropertiesTableAME03::IsInTable ( G4int  Z,
G4int  A 
)
staticprivate
G4int G4NucleiPropertiesTableAME03::MaxZ ( G4int  A)
staticprivate

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

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

G4int G4NucleiPropertiesTableAME03::MinZ ( G4int  A)
staticprivate

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

다음을 참조함 : indexArray, shortTable.

Friend, 그리고 관련된 함수 문서화

friend class G4NucleiProperties
friend

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

멤버 데이타 문서화

const G4double G4NucleiPropertiesTableAME03::BetaEnergy
staticprivate

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

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

G4ThreadLocal G4double G4NucleiPropertiesTableAME03::electronMass
staticprivate

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

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

const G4int G4NucleiPropertiesTableAME03::indexArray
staticprivate

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

다음에 의해서 참조됨 : GetIndex(), MaxZ(), MinZ().

G4ThreadLocal G4bool G4NucleiPropertiesTableAME03::isIntialized = false
staticprivate

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

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

const G4double G4NucleiPropertiesTableAME03::MassExcess
staticprivate

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

다음에 의해서 참조됨 : GetAtomicMass(), GetBindingEnergy(), GetMassExcess().

const G4int G4NucleiPropertiesTableAME03::shortTable
staticprivate

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

다음에 의해서 참조됨 : GetIndex(), MaxZ(), MinZ().


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