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

#include <G4ParticleHPThermalScatteringData.hh>

G4ParticleHPThermalScatteringData에 대한 상속 다이어그램 :
G4VCrossSectionDataSet

Public 멤버 함수

 G4ParticleHPThermalScatteringData ()
 
 ~G4ParticleHPThermalScatteringData ()
 
G4bool IsIsoApplicable (const G4DynamicParticle *, G4int, G4int, const G4Element *, const G4Material *)
 
G4double GetIsoCrossSection (const G4DynamicParticle *, G4int, G4int, const G4Isotope *, const G4Element *, const G4Material *)
 
G4bool IsApplicable (const G4DynamicParticle *, const G4Element *)
 
G4double GetCrossSection (const G4DynamicParticle *, const G4Element *, const G4Material *)
 
G4double GetInelasticCrossSection (const G4DynamicParticle *, const G4Element *, const G4Material *)
 
G4double GetCoherentCrossSection (const G4DynamicParticle *, const G4Element *, const G4Material *)
 
G4double GetIncoherentCrossSection (const G4DynamicParticle *, const G4Element *, const G4Material *)
 
void BuildPhysicsTable (const G4ParticleDefinition &)
 
void DumpPhysicsTable (const G4ParticleDefinition &)
 
void AddUserThermalScatteringFile (G4String, G4String)
 
virtual void CrossSectionDescription (std::ostream &) const
 
virtual G4bool IsElementApplicable (const G4DynamicParticle *, G4int Z, const G4Material *mat=0)
 
G4double ComputeCrossSection (const G4DynamicParticle *, const G4Element *, const G4Material *mat=nullptr)
 
virtual G4double GetElementCrossSection (const G4DynamicParticle *, G4int Z, const G4Material *mat=nullptr)
 
virtual const G4IsotopeSelectIsotope (const G4Element *, G4double kinEnergy)
 
virtual G4int GetVerboseLevel () const
 
virtual void SetVerboseLevel (G4int value)
 
G4double GetMinKinEnergy () const
 
void SetMinKinEnergy (G4double value)
 
G4double GetMaxKinEnergy () const
 
void SetMaxKinEnergy (G4double value)
 
bool ForAllAtomsAndEnergies () const
 
void SetForAllAtomsAndEnergies (G4bool val)
 
const G4StringGetName () const
 

Protected 멤버 함수

void SetName (const G4String &)
 

Protected 속성

G4int verboseLevel
 

Private 멤버 함수

G4double GetX (const G4DynamicParticle *, G4double aT, std::map< G4double, G4ParticleHPVector * > *)
 
void clearCurrentXSData ()
 
std::map< G4double,
G4ParticleHPVector * > * 
readData (G4String)
 
G4int getTS_ID (const G4Material *, const G4Element *)
 

Private 속성

G4double emax
 
std::map< G4int, std::map
< G4double, G4ParticleHPVector * > * > * 
coherent
 
std::map< G4int, std::map
< G4double, G4ParticleHPVector * > * > * 
incoherent
 
std::map< G4int, std::map
< G4double, G4ParticleHPVector * > * > * 
inelastic
 
std::vector< G4intindexOfThermalElement
 
G4ParticleHPThermalScatteringNamesnames
 
G4double ke_cache
 
G4double xs_cache
 
const G4Elementelement_cache
 
const G4Materialmaterial_cache
 
std::map< std::pair< const
G4Material *, const G4Element * >
, G4int
dic
 

상세한 설명

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

생성자 & 소멸자 문서화

G4ParticleHPThermalScatteringData::G4ParticleHPThermalScatteringData ( )
G4ParticleHPThermalScatteringData::~G4ParticleHPThermalScatteringData ( )

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

다음을 참조함 : clearCurrentXSData(), names.

멤버 함수 문서화

void G4ParticleHPThermalScatteringData::AddUserThermalScatteringFile ( G4String  nameG4Element,
G4String  filename 
)

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

다음을 참조함 : G4ParticleHPThermalScatteringNames::AddThermalElement(), names.

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

void G4ParticleHPThermalScatteringData::BuildPhysicsTable ( const G4ParticleDefinition aP)
virtual
void G4ParticleHPThermalScatteringData::clearCurrentXSData ( )
private

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

다음을 참조함 : coherent, incoherent, inelastic.

다음에 의해서 참조됨 : BuildPhysicsTable(), ~G4ParticleHPThermalScatteringData().

G4double G4VCrossSectionDataSet::ComputeCrossSection ( const G4DynamicParticle part,
const G4Element elm,
const G4Material mat = nullptr 
)
inherited
void G4ParticleHPThermalScatteringData::CrossSectionDescription ( std::ostream &  outFile) const
virtual

G4VCrossSectionDataSet(으)로부터 재구현되었습니다.

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

void G4ParticleHPThermalScatteringData::DumpPhysicsTable ( const G4ParticleDefinition aP)
virtual

G4VCrossSectionDataSet(으)로부터 재구현되었습니다.

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

다음을 참조함 : G4Neutron::Neutron().

bool G4VCrossSectionDataSet::ForAllAtomsAndEnergies ( ) const
inlineinherited

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

다음을 참조함 : G4VCrossSectionDataSet::isForAllAtomsAndEnergies.

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

G4double G4ParticleHPThermalScatteringData::GetCoherentCrossSection ( const G4DynamicParticle aP,
const G4Element anE,
const G4Material aM 
)

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

다음을 참조함 : coherent, G4Material::GetTemperature(), getTS_ID(), GetX(), result.

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

G4double G4ParticleHPThermalScatteringData::GetCrossSection ( const G4DynamicParticle aP,
const G4Element anE,
const G4Material aM 
)

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

다음을 참조함 : coherent, G4Material::GetTemperature(), getTS_ID(), GetX(), incoherent, inelastic, result.

다음에 의해서 참조됨 : G4ParticleHPThermalScattering::ApplyYourself(), GetIsoCrossSection().

G4double G4VCrossSectionDataSet::GetElementCrossSection ( const G4DynamicParticle dynPart,
G4int  Z,
const G4Material mat = nullptr 
)
virtualinherited
G4double G4ParticleHPThermalScatteringData::GetIncoherentCrossSection ( const G4DynamicParticle aP,
const G4Element anE,
const G4Material aM 
)

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

다음을 참조함 : G4Material::GetTemperature(), getTS_ID(), GetX(), incoherent, result.

G4double G4ParticleHPThermalScatteringData::GetInelasticCrossSection ( const G4DynamicParticle aP,
const G4Element anE,
const G4Material aM 
)

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

다음을 참조함 : G4Material::GetTemperature(), getTS_ID(), GetX(), inelastic, result.

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

G4double G4ParticleHPThermalScatteringData::GetIsoCrossSection ( const G4DynamicParticle dp,
G4int  ,
G4int  ,
const G4Isotope ,
const G4Element element,
const G4Material material 
)
virtual

G4VCrossSectionDataSet(으)로부터 재구현되었습니다.

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

다음을 참조함 : element_cache, GetCrossSection(), G4DynamicParticle::GetKineticEnergy(), ke_cache, material_cache, xs_cache.

G4double G4VCrossSectionDataSet::GetMaxKinEnergy ( ) const
inlineinherited
G4double G4VCrossSectionDataSet::GetMinKinEnergy ( ) const
inlineinherited
const G4String & G4VCrossSectionDataSet::GetName ( void  ) const
inlineinherited
G4int G4ParticleHPThermalScatteringData::getTS_ID ( const G4Material material,
const G4Element element 
)
private

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

다음을 참조함 : dic, result.

다음에 의해서 참조됨 : GetCoherentCrossSection(), GetCrossSection(), GetIncoherentCrossSection(), GetInelasticCrossSection().

G4int G4VCrossSectionDataSet::GetVerboseLevel ( ) const
inlinevirtualinherited

G4ParticleHPInelasticData, G4ParticleHPElasticData, G4ParticleHPCaptureData, G4ParticleHPFissionData에서 재구현되었습니다.

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

다음을 참조함 : G4VCrossSectionDataSet::verboseLevel.

G4double G4ParticleHPThermalScatteringData::GetX ( const G4DynamicParticle aP,
G4double  aT,
std::map< G4double, G4ParticleHPVector * > *  amapTemp_EnergyCross 
)
private
G4bool G4ParticleHPThermalScatteringData::IsApplicable ( const G4DynamicParticle aP,
const G4Element anEle 
)
G4bool G4VCrossSectionDataSet::IsElementApplicable ( const G4DynamicParticle ,
G4int  Z,
const G4Material mat = 0 
)
virtualinherited
G4bool G4ParticleHPThermalScatteringData::IsIsoApplicable ( const G4DynamicParticle dp,
G4int  ,
G4int  ,
const G4Element element,
const G4Material material 
)
virtual

G4VCrossSectionDataSet(으)로부터 재구현되었습니다.

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

다음을 참조함 : dic, eV, G4DynamicParticle::GetDefinition(), G4DynamicParticle::GetKineticEnergy(), G4Neutron::Neutron().

std::map< G4double, G4ParticleHPVector * > * G4ParticleHPThermalScatteringData::readData ( G4String  full_name)
private

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

다음을 참조함 : barn, eV, G4ParticleHPManager::GetDataStream(), G4ParticleHPManager::GetInstance(), G4ParticleHPVector::Init().

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

const G4Isotope * G4VCrossSectionDataSet::SelectIsotope ( const G4Element anElement,
G4double  kinEnergy 
)
virtualinherited
void G4VCrossSectionDataSet::SetForAllAtomsAndEnergies ( G4bool  val)
inlineinherited
void G4VCrossSectionDataSet::SetMaxKinEnergy ( G4double  value)
inlineinherited
void G4VCrossSectionDataSet::SetMinKinEnergy ( G4double  value)
inlineinherited
void G4VCrossSectionDataSet::SetName ( const G4String nam)
inlineprotectedinherited

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

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

void G4VCrossSectionDataSet::SetVerboseLevel ( G4int  value)
inlinevirtualinherited

G4ParticleHPInelasticData, G4ParticleHPCaptureData, G4ParticleHPElasticData, G4ParticleHPFissionData에서 재구현되었습니다.

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

다음을 참조함 : G4VCrossSectionDataSet::verboseLevel.

멤버 데이타 문서화

std::map< G4int , std::map< G4double , G4ParticleHPVector* >* >* G4ParticleHPThermalScatteringData::coherent
private

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

다음에 의해서 참조됨 : BuildPhysicsTable(), clearCurrentXSData(), GetCoherentCrossSection(), GetCrossSection().

std::map< std::pair < const G4Material* , const G4Element* > , G4int > G4ParticleHPThermalScatteringData::dic
private

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

다음에 의해서 참조됨 : BuildPhysicsTable(), getTS_ID(), IsIsoApplicable().

const G4Element* G4ParticleHPThermalScatteringData::element_cache
private

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

다음에 의해서 참조됨 : G4ParticleHPThermalScatteringData(), GetIsoCrossSection().

G4double G4ParticleHPThermalScatteringData::emax
private

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

다음에 의해서 참조됨 : G4ParticleHPThermalScatteringData(), IsApplicable().

std::map< G4int , std::map< G4double , G4ParticleHPVector* >* >* G4ParticleHPThermalScatteringData::incoherent
private

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

다음에 의해서 참조됨 : BuildPhysicsTable(), clearCurrentXSData(), GetCrossSection(), GetIncoherentCrossSection().

std::vector< G4int > G4ParticleHPThermalScatteringData::indexOfThermalElement
private

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

다음에 의해서 참조됨 : G4ParticleHPThermalScatteringData(), IsApplicable().

std::map< G4int , std::map< G4double , G4ParticleHPVector* >* >* G4ParticleHPThermalScatteringData::inelastic
private

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

다음에 의해서 참조됨 : BuildPhysicsTable(), clearCurrentXSData(), GetCrossSection(), GetInelasticCrossSection().

G4double G4ParticleHPThermalScatteringData::ke_cache
private

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

다음에 의해서 참조됨 : G4ParticleHPThermalScatteringData(), GetIsoCrossSection().

const G4Material* G4ParticleHPThermalScatteringData::material_cache
private

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

다음에 의해서 참조됨 : G4ParticleHPThermalScatteringData(), GetIsoCrossSection().

G4ParticleHPThermalScatteringNames* G4ParticleHPThermalScatteringData::names
private
G4int G4VCrossSectionDataSet::verboseLevel
protectedinherited

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

다음에 의해서 참조됨 : G4CrossSectionPairGG::BuildPhysicsTable(), G4NeutronElasticXS::BuildPhysicsTable(), G4BGGNucleonInelasticXS::BuildPhysicsTable(), G4BGGPionElasticXS::BuildPhysicsTable(), G4BGGNucleonElasticXS::BuildPhysicsTable(), G4NeutronCaptureXS::BuildPhysicsTable(), G4NeutronInelasticXS::BuildPhysicsTable(), G4ParticleInelasticXS::BuildPhysicsTable(), G4BGGPionInelasticXS::BuildPhysicsTable(), G4LENDCrossSection::create_used_target_map(), G4BGGNucleonElasticXS::G4BGGNucleonElasticXS(), G4BGGNucleonInelasticXS::G4BGGNucleonInelasticXS(), G4BGGPionElasticXS::G4BGGPionElasticXS(), G4BGGPionInelasticXS::G4BGGPionInelasticXS(), G4CrossSectionPairGG::G4CrossSectionPairGG(), G4NeutronCaptureXS::G4NeutronCaptureXS(), G4NeutronElasticXS::G4NeutronElasticXS(), G4NeutronInelasticXS::G4NeutronInelasticXS(), G4ParticleInelasticXS::G4ParticleInelasticXS(), G4CrossSectionPairGG::GetElementCrossSection(), G4NeutronElasticXS::GetElementCrossSection(), G4NeutronCaptureXS::GetElementCrossSection(), G4BGGPionElasticXS::GetElementCrossSection(), G4BGGNucleonInelasticXS::GetElementCrossSection(), G4ParticleInelasticXS::GetElementCrossSection(), G4NeutronInelasticXS::GetElementCrossSection(), G4BGGNucleonElasticXS::GetElementCrossSection(), G4BGGPionInelasticXS::GetElementCrossSection(), G4BGGNucleonInelasticXS::GetIsoCrossSection(), G4BGGPionElasticXS::GetIsoCrossSection(), G4BGGNucleonElasticXS::GetIsoCrossSection(), G4BGGPionInelasticXS::GetIsoCrossSection(), G4VCrossSectionDataSet::GetVerboseLevel(), G4NeutronElasticXS::Initialise(), G4NeutronCaptureXS::IsoCrossSection(), G4NeutronInelasticXS::IsoCrossSection(), G4ParticleInelasticXS::IsoCrossSection(), G4NeutronCaptureXS::RetrieveVector(), G4NeutronInelasticXS::RetrieveVector(), G4ParticleInelasticXS::RetrieveVector(), G4VCrossSectionDataSet::SetVerboseLevel().

G4double G4ParticleHPThermalScatteringData::xs_cache
private

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

다음에 의해서 참조됨 : G4ParticleHPThermalScatteringData(), GetIsoCrossSection().


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