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

#include <G4RDeIonisationCrossSectionHandler.hh>

G4RDeIonisationCrossSectionHandler에 대한 상속 다이어그램 :
G4RDVCrossSectionHandler

Public 멤버 함수

 G4RDeIonisationCrossSectionHandler (const G4RDVEnergySpectrum *spec, G4RDVDataSetAlgorithm *alg, G4double emin, G4double emax, G4int nbin)
 
 ~G4RDeIonisationCrossSectionHandler ()
 
void Initialise (G4RDVDataSetAlgorithm *interpolation=0, G4double minE=250 *CLHEP::eV, G4double maxE=100 *CLHEP::GeV, G4int numberOfBins=200, G4double unitE=CLHEP::MeV, G4double unitData=CLHEP::barn, G4int minZ=1, G4int maxZ=99)
 
G4int SelectRandomAtom (const G4MaterialCutsCouple *couple, G4double e) const
 
const G4ElementSelectRandomElement (const G4MaterialCutsCouple *material, G4double e) const
 
G4int SelectRandomShell (G4int Z, G4double e) const
 
G4RDVEMDataSetBuildMeanFreePathForMaterials (const G4DataVector *energyCuts=0)
 
G4double FindValue (G4int Z, G4double e) const
 
G4double FindValue (G4int Z, G4double e, G4int shellIndex) const
 
G4double ValueForMaterial (const G4Material *material, G4double e) const
 
void LoadData (const G4String &dataFile)
 
void LoadShellData (const G4String &dataFile)
 
void PrintData () const
 
void Clear ()
 

Protected 멤버 함수

std::vector< G4RDVEMDataSet * > * BuildCrossSectionsForMaterials (const G4DataVector &energyVector, const G4DataVector *energyCuts)
 
G4int NumberOfComponents (G4int Z) const
 
void ActiveElements ()
 
virtual G4RDVDataSetAlgorithmCreateInterpolation ()
 
const G4RDVDataSetAlgorithmGetInterpolation () const
 

Private 멤버 함수

G4RDeIonisationCrossSectionHandleroperator= (const G4RDeIonisationCrossSectionHandler &right)
 
 G4RDeIonisationCrossSectionHandler (const G4RDeIonisationCrossSectionHandler &)
 

Private 속성

const G4RDVEnergySpectrumtheParam
 
G4RDVDataSetAlgorithminterp
 

상세한 설명

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

생성자 & 소멸자 문서화

G4RDeIonisationCrossSectionHandler::G4RDeIonisationCrossSectionHandler ( const G4RDVEnergySpectrum spec,
G4RDVDataSetAlgorithm alg,
G4double  emin,
G4double  emax,
G4int  nbin 
)

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

다음을 참조함 : G4RDVCrossSectionHandler::Initialise(), interp.

G4RDeIonisationCrossSectionHandler::~G4RDeIonisationCrossSectionHandler ( )

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

다음을 참조함 : interp.

G4RDeIonisationCrossSectionHandler::G4RDeIonisationCrossSectionHandler ( const G4RDeIonisationCrossSectionHandler )
private

멤버 함수 문서화

void G4RDVCrossSectionHandler::ActiveElements ( )
protectedinherited
std::vector< G4RDVEMDataSet * > * G4RDeIonisationCrossSectionHandler::BuildCrossSectionsForMaterials ( const G4DataVector energyVector,
const G4DataVector energyCuts 
)
protectedvirtual
G4RDVEMDataSet * G4RDVCrossSectionHandler::BuildMeanFreePathForMaterials ( const G4DataVector energyCuts = 0)
inherited
void G4RDVCrossSectionHandler::Clear ( )
inherited
G4RDVDataSetAlgorithm * G4RDVCrossSectionHandler::CreateInterpolation ( )
protectedvirtualinherited
G4double G4RDVCrossSectionHandler::FindValue ( G4int  Z,
G4double  e 
) const
inherited
G4double G4RDVCrossSectionHandler::FindValue ( G4int  Z,
G4double  e,
G4int  shellIndex 
) const
inherited
const G4RDVDataSetAlgorithm* G4RDVCrossSectionHandler::GetInterpolation ( ) const
inlineprotectedinherited

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

다음을 참조함 : G4RDVCrossSectionHandler::interpolation.

void G4RDVCrossSectionHandler::Initialise ( G4RDVDataSetAlgorithm interpolation = 0,
G4double  minE = 250*CLHEP::eV,
G4double  maxE = 100*CLHEP::GeV,
G4int  numberOfBins = 200,
G4double  unitE = CLHEP::MeV,
G4double  unitData = CLHEP::barn,
G4int  minZ = 1,
G4int  maxZ = 99 
)
inherited
void G4RDVCrossSectionHandler::LoadData ( const G4String dataFile)
inherited
void G4RDVCrossSectionHandler::LoadShellData ( const G4String dataFile)
inherited
G4int G4RDVCrossSectionHandler::NumberOfComponents ( G4int  Z) const
protectedinherited

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

다음을 참조함 : G4RDVCrossSectionHandler::dataMap, G4cout, G4endl, n, G4RDVEMDataSet::NumberOfComponents(), pos.

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

G4RDeIonisationCrossSectionHandler& G4RDeIonisationCrossSectionHandler::operator= ( const G4RDeIonisationCrossSectionHandler right)
private
void G4RDVCrossSectionHandler::PrintData ( void  ) const
inherited
G4int G4RDVCrossSectionHandler::SelectRandomAtom ( const G4MaterialCutsCouple couple,
G4double  e 
) const
inherited
const G4Element * G4RDVCrossSectionHandler::SelectRandomElement ( const G4MaterialCutsCouple material,
G4double  e 
) const
inherited
G4int G4RDVCrossSectionHandler::SelectRandomShell ( G4int  Z,
G4double  e 
) const
inherited
G4double G4RDVCrossSectionHandler::ValueForMaterial ( const G4Material material,
G4double  e 
) const
inherited

멤버 데이타 문서화

G4RDVDataSetAlgorithm* G4RDeIonisationCrossSectionHandler::interp
private
const G4RDVEnergySpectrum* G4RDeIonisationCrossSectionHandler::theParam
private

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

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


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