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

#include <G4ParticleHPLegendreStore.hh>

Public 멤버 함수

 G4ParticleHPLegendreStore (G4int n)
 
 ~G4ParticleHPLegendreStore ()
 
void Init (G4int i, G4double e, G4int n)
 
void SetNPoints (G4int n)
 
void SetEnergy (G4int i, G4double energy)
 
void SetTemperature (G4int i, G4double temp)
 
void SetCoeff (G4int i, G4int l, G4double coeff)
 
void SetCoeff (G4int i, G4ParticleHPLegendreTable *theTable)
 
G4double GetCoeff (G4int i, G4int l)
 
G4double GetEnergy (G4int i)
 
G4double GetTemperature (G4int i)
 
G4int GetNumberOfPoly (G4int i)
 
G4double SampleDiscreteTwoBody (G4double anEnergy)
 
G4double SampleElastic (G4double anEnergy)
 
G4double Sample (G4double energy)
 
G4double SampleMax (G4double energy)
 
G4double Integrate (G4int k, G4double costh)
 
void InitInterpolation (std::istream &aDataFile)
 
void SetManager (G4InterpolationManager &aManager)
 

Private 속성

G4int nEnergy
 
G4ParticleHPLegendreTabletheCoeff
 
G4InterpolationManager theManager
 

상세한 설명

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

생성자 & 소멸자 문서화

G4ParticleHPLegendreStore::G4ParticleHPLegendreStore ( G4int  n)
inline

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

다음을 참조함 : n, nEnergy, theCoeff.

G4ParticleHPLegendreStore::~G4ParticleHPLegendreStore ( )
inline

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

다음을 참조함 : theCoeff.

멤버 함수 문서화

G4double G4ParticleHPLegendreStore::GetCoeff ( G4int  i,
G4int  l 
)
inline

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

다음을 참조함 : G4ParticleHPLegendreTable::GetCoeff(), theCoeff.

다음에 의해서 참조됨 : SampleDiscreteTwoBody(), SampleElastic(), SampleMax().

G4double G4ParticleHPLegendreStore::GetEnergy ( G4int  i)
inline

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

다음을 참조함 : G4ParticleHPLegendreTable::GetEnergy(), theCoeff.

다음에 의해서 참조됨 : Sample(), SampleDiscreteTwoBody(), SampleElastic(), SampleMax().

G4int G4ParticleHPLegendreStore::GetNumberOfPoly ( G4int  i)
inline

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

다음을 참조함 : G4ParticleHPLegendreTable::GetNumberOfPoly(), theCoeff.

G4double G4ParticleHPLegendreStore::GetTemperature ( G4int  i)
inline

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

다음을 참조함 : G4ParticleHPLegendreTable::GetTemperature(), theCoeff.

void G4ParticleHPLegendreStore::Init ( G4int  i,
G4double  e,
G4int  n 
)
inline

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

다음을 참조함 : G4ParticleHPLegendreTable::Init(), theCoeff.

다음에 의해서 참조됨 : G4ParticleHPElasticFS::Init(), G4ParticleHPAngular::Init(), G4ParticleHPContAngularPar::Sample().

void G4ParticleHPLegendreStore::InitInterpolation ( std::istream &  aDataFile)
inline

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

다음을 참조함 : G4InterpolationManager::Init(), theManager.

다음에 의해서 참조됨 : G4ParticleHPElasticFS::Init(), G4ParticleHPAngular::Init().

G4double G4ParticleHPLegendreStore::Integrate ( G4int  k,
G4double  costh 
)

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

다음을 참조함 : G4ParticleHPLegendreTable::GetCoeff(), G4ParticleHPLegendreTable::GetNumberOfPoly(), G4ParticleHPFastLegendre::Integrate(), result, theCoeff.

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

G4double G4ParticleHPLegendreStore::Sample ( G4double  energy)
G4double G4ParticleHPLegendreStore::SampleDiscreteTwoBody ( G4double  anEnergy)
G4double G4ParticleHPLegendreStore::SampleElastic ( G4double  anEnergy)
G4double G4ParticleHPLegendreStore::SampleMax ( G4double  energy)
void G4ParticleHPLegendreStore::SetCoeff ( G4int  i,
G4int  l,
G4double  coeff 
)
inline
void G4ParticleHPLegendreStore::SetCoeff ( G4int  i,
G4ParticleHPLegendreTable theTable 
)
inline

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

다음을 참조함 : nEnergy, theCoeff.

void G4ParticleHPLegendreStore::SetEnergy ( G4int  i,
G4double  energy 
)
inline

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

다음을 참조함 : G4ParticleHPLegendreTable::SetEnergy(), theCoeff.

void G4ParticleHPLegendreStore::SetManager ( G4InterpolationManager aManager)
inline

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

다음을 참조함 : theManager.

다음에 의해서 참조됨 : G4ParticleHPDiscreteTwoBody::Sample(), G4ParticleHPContAngularPar::Sample().

void G4ParticleHPLegendreStore::SetNPoints ( G4int  n)
inline

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

다음을 참조함 : n, nEnergy.

void G4ParticleHPLegendreStore::SetTemperature ( G4int  i,
G4double  temp 
)
inline

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

다음을 참조함 : G4ParticleHPLegendreTable::SetTemperature(), theCoeff.

다음에 의해서 참조됨 : G4ParticleHPElasticFS::Init(), G4ParticleHPAngular::Init().

멤버 데이타 문서화

G4int G4ParticleHPLegendreStore::nEnergy
private

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

다음에 의해서 참조됨 : G4ParticleHPLegendreStore(), Sample(), SampleDiscreteTwoBody(), SampleElastic(), SampleMax(), SetCoeff(), SetNPoints().

G4ParticleHPLegendreTable* G4ParticleHPLegendreStore::theCoeff
private
G4InterpolationManager G4ParticleHPLegendreStore::theManager
private

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

다음에 의해서 참조됨 : InitInterpolation(), Sample(), SampleDiscreteTwoBody(), SampleElastic(), SampleMax(), SetManager().


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