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

#include <G4NucleiPropertiesTableAME12.hh>

Public 타입

enum  { nEntries = 3353, MaxA = 295, ZMax = 120 }
 

Public 멤버 함수

 ~G4NucleiPropertiesTableAME12 ()
 

Private 멤버 함수

 G4NucleiPropertiesTableAME12 ()
 

정적 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
 

상세한 설명

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

멤버 열거형 문서화

anonymous enum
열거형 멤버
nEntries 
MaxA 
ZMax 

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

생성자 & 소멸자 문서화

G4NucleiPropertiesTableAME12::G4NucleiPropertiesTableAME12 ( )
private

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

G4NucleiPropertiesTableAME12::~G4NucleiPropertiesTableAME12 ( )
inline

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

멤버 함수 문서화

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

G4int G4NucleiPropertiesTableAME12::MinZ ( G4int  A)
staticprivate

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

다음을 참조함 : indexArray, shortTable.

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

friend class G4NucleiProperties
friend

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

멤버 데이타 문서화

const G4double G4NucleiPropertiesTableAME12::BetaEnergy
staticprivate

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

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

G4ThreadLocal G4double G4NucleiPropertiesTableAME12::electronMass
staticprivate

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

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

const G4int G4NucleiPropertiesTableAME12::indexArray
staticprivate

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

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

G4ThreadLocal G4bool G4NucleiPropertiesTableAME12::isIntialized = false
staticprivate

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

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

const G4double G4NucleiPropertiesTableAME12::MassExcess
staticprivate

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

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

const G4int G4NucleiPropertiesTableAME12::shortTable
staticprivate

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

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


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