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

#include <G4SandiaTable.hh>

Public 멤버 함수

 G4SandiaTable (G4Material *)
 
 ~G4SandiaTable ()
 
void GetSandiaCofPerAtom (G4int Z, G4double energy, std::vector< G4double > &coeff) const
 
void GetSandiaCofWater (G4double energy, std::vector< G4double > &coeff) const
 
G4double GetWaterEnergyLimit () const
 
G4double GetWaterCofForMaterial (G4int, G4int) const
 
G4int GetMatNbOfIntervals () const
 
G4double GetSandiaCofForMaterial (G4int, G4int) const
 
G4double GetSandiaMatTable (G4int, G4int) const
 
const G4doubleGetSandiaCofForMaterial (G4double energy) const
 
G4double GetSandiaMatTablePAI (G4int, G4int) const
 
const G4doubleGetSandiaCofForMaterialPAI (G4double energy) const
 
void SetVerbose (G4int ver)
 
 G4SandiaTable (__void__ &)
 
 G4SandiaTable (G4int matIndex)
 
 G4SandiaTable ()
 
void Initialize (G4Material *)
 
G4int SandiaIntervals (G4int Z[], G4int el)
 
G4int SandiaMixing (G4int Z[], const G4double *fractionW, G4int el, G4int mi)
 
G4double GetPhotoAbsorpCof (G4int i, G4int j) const
 
G4int GetMaxInterval () const
 
G4bool GetLowerI1 ()
 
void SetLowerI1 (G4bool flag)
 

정적 Public 멤버 함수

static G4double GetZtoA (G4int Z)
 

Private 멤버 함수

void ComputeMatSandiaMatrix ()
 
void ComputeMatSandiaMatrixPAI ()
 
G4double GetSandiaPerAtom (G4int Z, G4int, G4int) const
 
void ComputeMatTable ()
 
void SandiaSwap (G4double **da, G4int i, G4int j)
 
void SandiaSort (G4double **da, G4int sz)
 
G4double ** GetPointerToCof ()
 
 G4SandiaTable (G4SandiaTable &)=delete
 
G4SandiaTableoperator= (const G4SandiaTable &right)=delete
 

Private 속성

std::vector< G4doublefSandiaCofPerAtom
 
G4MaterialfMaterial
 
G4int fMatNbOfIntervals
 
G4OrderedTablefMatSandiaMatrix
 
G4OrderedTablefMatSandiaMatrixPAI
 
G4double ** fPhotoAbsorptionCof
 
G4int fMaxInterval
 
G4int fVerbose
 
G4bool fLowerI1
 

정적 Private 속성

static G4int fCumulInterval [101] = {0}
 
static const G4double funitc [5]
 
static const G4double fSandiaTable [981][5]
 
static const G4int fNumberOfElements = 100
 
static const G4int fIntervalLimit = 100
 
static const G4int fNumberOfIntervals = 980
 
static const G4int fH2OlowerInt = 23
 

상세한 설명

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

생성자 & 소멸자 문서화

G4SandiaTable::G4SandiaTable ( G4Material material)
G4SandiaTable::~G4SandiaTable ( )

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

다음을 참조함 : G4OrderedTable::clearAndDestroy(), fMatSandiaMatrix, fMatSandiaMatrixPAI, fPhotoAbsorptionCof.

G4SandiaTable::G4SandiaTable ( __void__ &  )

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

다음을 참조함 : fLowerI1, fMatNbOfIntervals, fMaxInterval, fSandiaCofPerAtom, fVerbose.

G4SandiaTable::G4SandiaTable ( G4int  matIndex)
G4SandiaTable::G4SandiaTable ( )

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

다음을 참조함 : fLowerI1, fMaterial, fMatNbOfIntervals, fMatSandiaMatrix, fMatSandiaMatrixPAI, fMaxInterval, fPhotoAbsorptionCof, fSandiaCofPerAtom, fVerbose.

G4SandiaTable::G4SandiaTable ( G4SandiaTable )
privatedelete

멤버 함수 문서화

void G4SandiaTable::ComputeMatSandiaMatrix ( )
private
void G4SandiaTable::ComputeMatSandiaMatrixPAI ( )
private
void G4SandiaTable::ComputeMatTable ( )
private
G4bool G4SandiaTable::GetLowerI1 ( )
inline

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

다음을 참조함 : fLowerI1.

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

G4int G4SandiaTable::GetMatNbOfIntervals ( ) const

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

다음을 참조함 : fMatNbOfIntervals.

G4int G4SandiaTable::GetMaxInterval ( ) const

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

다음을 참조함 : fMaxInterval.

다음에 의해서 참조됨 : G4InitXscPAI::G4InitXscPAI(), G4PAIySection::Initialize(), G4PAIxSection::Initialize().

G4double G4SandiaTable::GetPhotoAbsorpCof ( G4int  i,
G4int  j 
) const

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

다음을 참조함 : fPhotoAbsorptionCof, funitc.

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

G4double ** G4SandiaTable::GetPointerToCof ( )
private

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

다음을 참조함 : ComputeMatTable(), fPhotoAbsorptionCof.

G4double G4SandiaTable::GetSandiaCofForMaterial ( G4int  interval,
G4int  j 
) const
const G4double * G4SandiaTable::GetSandiaCofForMaterial ( G4double  energy) const

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

다음을 참조함 : fMatNbOfIntervals, fMatSandiaMatrix.

const G4double* G4SandiaTable::GetSandiaCofForMaterialPAI ( G4double  energy) const
void G4SandiaTable::GetSandiaCofPerAtom ( G4int  Z,
G4double  energy,
std::vector< G4double > &  coeff 
) const

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

다음을 참조함 : CLHEP::amu, Emin, fCumulInterval, fNbOfIntervals, fSandiaTable, funitc, fZtoAratio, CLHEP::keV, Z.

다음에 의해서 참조됨 : G4PEEffectFluoModel::ComputeCrossSectionPerAtom(), ComputeMatSandiaMatrix().

void G4SandiaTable::GetSandiaCofWater ( G4double  energy,
std::vector< G4double > &  coeff 
) const

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

다음을 참조함 : fH2OlowerI1, fH2OlowerInt, funitc, CLHEP::keV.

다음에 의해서 참조됨 : G4LivermorePhotoElectricModel::CrossSectionPerVolume(), G4LivermorePolarizedPhotoElectricModel::CrossSectionPerVolume().

G4double G4SandiaTable::GetSandiaMatTable ( G4int  interval,
G4int  j 
) const

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

다음을 참조함 : fMatNbOfIntervals, fMatSandiaMatrix, funitc.

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

G4double G4SandiaTable::GetSandiaMatTablePAI ( G4int  interval,
G4int  j 
) const

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

다음을 참조함 : fMatSandiaMatrixPAI, fMaxInterval.

다음에 의해서 참조됨 : ComputeMatSandiaMatrixPAI(), G4PAIySection::Initialize(), G4PAIxSection::Initialize().

G4double G4SandiaTable::GetSandiaPerAtom ( G4int  Z,
G4int  interval,
G4int  j 
) const
private

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

다음을 참조함 : CLHEP::amu, fCumulInterval, fNbOfIntervals, fSandiaTable, funitc, fZtoAratio, CLHEP::keV, x, Z.

G4double G4SandiaTable::GetWaterCofForMaterial ( G4int  i,
G4int  j 
) const

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

다음을 참조함 : fH2OlowerI1, funitc.

G4double G4SandiaTable::GetWaterEnergyLimit ( ) const

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

다음을 참조함 : fH2OlowerI1, fH2OlowerInt, CLHEP::keV.

G4double G4SandiaTable::GetZtoA ( G4int  Z)
static

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

다음을 참조함 : fZtoAratio, Z.

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

void G4SandiaTable::Initialize ( G4Material mat)

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

다음을 참조함 : ComputeMatSandiaMatrixPAI(), fMaterial, mat.

G4SandiaTable& G4SandiaTable::operator= ( const G4SandiaTable right)
privatedelete
G4int G4SandiaTable::SandiaIntervals ( G4int  Z[],
G4int  el 
)

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

다음을 참조함 : c1, fIonizationPotentials, fMaxInterval, fNbOfIntervals, fPhotoAbsorptionCof, fSandiaTable, fVerbose, G4cout, G4endl, keV, SandiaSort().

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

G4int G4SandiaTable::SandiaMixing ( G4int  Z[],
const G4double fractionW,
G4int  el,
G4int  mi 
)

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

다음을 참조함 : fIonizationPotentials, fNbOfIntervals, fPhotoAbsorptionCof, fSandiaTable, fVerbose, G4cout, G4endl, keV.

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

void G4SandiaTable::SandiaSort ( G4double **  da,
G4int  sz 
)
private

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

다음을 참조함 : SandiaSwap().

다음에 의해서 참조됨 : ComputeMatTable(), SandiaIntervals().

void G4SandiaTable::SandiaSwap ( G4double **  da,
G4int  i,
G4int  j 
)
private

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

다음을 참조함 : tmp.

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

void G4SandiaTable::SetLowerI1 ( G4bool  flag)
inline

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

다음을 참조함 : fLowerI1.

void G4SandiaTable::SetVerbose ( G4int  ver)
inline

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

다음을 참조함 : fVerbose.

멤버 데이타 문서화

G4int G4SandiaTable::fCumulInterval = {0}
staticprivate

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

다음에 의해서 참조됨 : ComputeMatSandiaMatrix(), G4SandiaTable(), GetSandiaCofPerAtom(), GetSandiaPerAtom().

const G4int G4SandiaTable::fH2OlowerInt = 23
staticprivate

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

다음에 의해서 참조됨 : ComputeMatSandiaMatrixPAI(), GetSandiaCofWater(), GetWaterEnergyLimit().

const G4int G4SandiaTable::fIntervalLimit = 100
staticprivate

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

G4bool G4SandiaTable::fLowerI1
private

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

다음에 의해서 참조됨 : ComputeMatSandiaMatrixPAI(), G4SandiaTable(), GetLowerI1(), SetLowerI1().

G4Material* G4SandiaTable::fMaterial
private

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

다음에 의해서 참조됨 : ComputeMatSandiaMatrix(), ComputeMatSandiaMatrixPAI(), ComputeMatTable(), G4SandiaTable(), Initialize().

G4int G4SandiaTable::fMatNbOfIntervals
private

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

다음에 의해서 참조됨 : ComputeMatSandiaMatrix(), ComputeMatTable(), G4SandiaTable(), GetMatNbOfIntervals(), GetSandiaCofForMaterial(), GetSandiaMatTable().

G4OrderedTable* G4SandiaTable::fMatSandiaMatrix
private

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

다음에 의해서 참조됨 : ComputeMatSandiaMatrix(), ComputeMatTable(), G4SandiaTable(), GetSandiaCofForMaterial(), GetSandiaMatTable(), ~G4SandiaTable().

G4OrderedTable* G4SandiaTable::fMatSandiaMatrixPAI
private

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

다음에 의해서 참조됨 : ComputeMatSandiaMatrixPAI(), G4SandiaTable(), GetSandiaMatTablePAI(), ~G4SandiaTable().

G4int G4SandiaTable::fMaxInterval
private

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

다음에 의해서 참조됨 : ComputeMatSandiaMatrixPAI(), ComputeMatTable(), G4SandiaTable(), GetMaxInterval(), GetSandiaMatTablePAI(), SandiaIntervals().

const G4int G4SandiaTable::fNumberOfElements = 100
staticprivate

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

const G4int G4SandiaTable::fNumberOfIntervals = 980
staticprivate

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

G4double** G4SandiaTable::fPhotoAbsorptionCof
private

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

다음에 의해서 참조됨 : ComputeMatTable(), G4SandiaTable(), GetPhotoAbsorpCof(), GetPointerToCof(), SandiaIntervals(), SandiaMixing(), ~G4SandiaTable().

std::vector<G4double> G4SandiaTable::fSandiaCofPerAtom
private

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

다음에 의해서 참조됨 : ComputeMatSandiaMatrix(), G4SandiaTable().

const G4double G4SandiaTable::fSandiaTable
staticprivate
const G4double G4SandiaTable::funitc
staticprivate
G4int G4SandiaTable::fVerbose
private

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

다음에 의해서 참조됨 : ComputeMatSandiaMatrix(), ComputeMatSandiaMatrixPAI(), ComputeMatTable(), G4SandiaTable(), SandiaIntervals(), SandiaMixing(), SetVerbose().


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