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

#include <G4ElementData.hh>

Public 멤버 함수

 G4ElementData ()
 
 ~G4ElementData ()
 
void InitialiseForElement (G4int Z, G4PhysicsVector *v)
 
void InitialiseForElement (G4int Z, G4Physics2DVector *v)
 
void InitialiseForComponent (G4int Z, G4int nComponents=0)
 
void AddComponent (G4int Z, G4int id, G4PhysicsVector *v)
 
void SetName (const G4String &nam)
 
G4PhysicsVectorGetElementData (G4int Z)
 
G4Physics2DVectorGetElement2DData (G4int Z)
 
size_t GetNumberOfComponents (G4int Z)
 
G4int GetComponentID (G4int Z, size_t idx)
 
G4PhysicsVectorGetComponentDataByIndex (G4int Z, size_t idx)
 
G4PhysicsVectorGetComponentDataByID (G4int Z, G4int id)
 
G4double GetValueForElement (G4int Z, G4double kinEnergy)
 
G4double GetValueForComponent (G4int Z, size_t idx, G4double kinEnergy)
 

Private 멤버 함수

G4ElementDataoperator= (const G4ElementData &right)=delete
 
 G4ElementData (const G4ElementData &)=delete
 

Private 속성

G4PhysicsVectorelmData [maxNumElements]
 
G4Physics2DVectorelm2Data [maxNumElements]
 
std::vector< G4PhysicsVector * > compData [maxNumElements]
 
std::vector< G4intcompID [maxNumElements]
 
size_t compLength [maxNumElements]
 
G4String name
 

상세한 설명

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

생성자 & 소멸자 문서화

G4ElementData::G4ElementData ( )
explicit

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

다음을 참조함 : compLength, elm2Data, elmData, maxNumElements.

G4ElementData::~G4ElementData ( )

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

다음을 참조함 : compData, compLength, elm2Data, elmData, maxNumElements, n.

G4ElementData::G4ElementData ( const G4ElementData )
privatedelete

멤버 함수 문서화

void G4ElementData::AddComponent ( G4int  Z,
G4int  id,
G4PhysicsVector v 
)
G4PhysicsVector * G4ElementData::GetComponentDataByID ( G4int  Z,
G4int  id 
)
inline

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

다음을 참조함 : compData, compID, compLength, Z.

G4PhysicsVector * G4ElementData::GetComponentDataByIndex ( G4int  Z,
size_t  idx 
)
inline

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

다음을 참조함 : compData.

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

G4int G4ElementData::GetComponentID ( G4int  Z,
size_t  idx 
)
inline
G4Physics2DVector * G4ElementData::GetElement2DData ( G4int  Z)
inline
G4PhysicsVector * G4ElementData::GetElementData ( G4int  Z)
inline

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

다음을 참조함 : elmData, Z.

size_t G4ElementData::GetNumberOfComponents ( G4int  Z)
inline

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

다음을 참조함 : compLength, Z.

G4double G4ElementData::GetValueForComponent ( G4int  Z,
size_t  idx,
G4double  kinEnergy 
)
inline
G4double G4ElementData::GetValueForElement ( G4int  Z,
G4double  kinEnergy 
)
inline

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

다음을 참조함 : elmData, G4PhysicsVector::Value(), Z.

void G4ElementData::InitialiseForComponent ( G4int  Z,
G4int  nComponents = 0 
)
void G4ElementData::InitialiseForElement ( G4int  Z,
G4PhysicsVector v 
)

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

다음을 참조함 : elmData, FatalException, G4cout, G4endl, G4Exception(), maxNumElements, Z.

다음에 의해서 참조됨 : G4MuonVDNuclearModel::MakeSamplingTable(), G4MuPairProductionModel::MakeSamplingTables().

void G4ElementData::InitialiseForElement ( G4int  Z,
G4Physics2DVector v 
)

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

다음을 참조함 : elm2Data, FatalException, G4cout, G4endl, G4Exception(), maxNumElements, Z.

G4ElementData& G4ElementData::operator= ( const G4ElementData right)
privatedelete
void G4ElementData::SetName ( const G4String nam)
inline

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

멤버 데이타 문서화

std::vector<G4PhysicsVector*> G4ElementData::compData[maxNumElements]
private

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

다음에 의해서 참조됨 : AddComponent(), GetComponentDataByID(), GetComponentDataByIndex(), GetValueForComponent(), InitialiseForComponent(), ~G4ElementData().

std::vector<G4int> G4ElementData::compID[maxNumElements]
private

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

다음에 의해서 참조됨 : AddComponent(), GetComponentDataByID(), GetComponentID(), InitialiseForComponent().

size_t G4ElementData::compLength[maxNumElements]
private

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

다음에 의해서 참조됨 : AddComponent(), G4ElementData(), GetComponentDataByID(), GetNumberOfComponents(), InitialiseForComponent(), ~G4ElementData().

G4Physics2DVector* G4ElementData::elm2Data[maxNumElements]
private

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

다음에 의해서 참조됨 : G4ElementData(), GetElement2DData(), InitialiseForElement(), ~G4ElementData().

G4PhysicsVector* G4ElementData::elmData[maxNumElements]
private

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

다음에 의해서 참조됨 : G4ElementData(), GetElementData(), GetValueForElement(), InitialiseForElement(), ~G4ElementData().

G4String G4ElementData::name
private

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


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