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

#include <G4PhotoNuclearCrossSection.hh>

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

Public 멤버 함수

 G4PhotoNuclearCrossSection ()
 
virtual ~G4PhotoNuclearCrossSection ()
 
virtual void CrossSectionDescription (std::ostream &) const
 
virtual G4bool IsElementApplicable (const G4DynamicParticle *particle, G4int Z, const G4Material *)
 
virtual G4double GetElementCrossSection (const G4DynamicParticle *, G4int Z, const G4Material *)
 
virtual G4bool IsIsoApplicable (const G4DynamicParticle *, G4int Z, G4int A, const G4Element *elm=0, const G4Material *mat=0)
 
G4double GetCrossSection (const G4DynamicParticle *, const G4Element *, const G4Material *mat=nullptr)
 
G4double ComputeCrossSection (const G4DynamicParticle *, const G4Element *, const G4Material *mat=nullptr)
 
virtual G4double GetIsoCrossSection (const G4DynamicParticle *, G4int Z, G4int A, const G4Isotope *iso=nullptr, const G4Element *elm=nullptr, const G4Material *mat=nullptr)
 
virtual const G4IsotopeSelectIsotope (const G4Element *, G4double kinEnergy)
 
virtual void BuildPhysicsTable (const G4ParticleDefinition &)
 
virtual void DumpPhysicsTable (const G4ParticleDefinition &)
 
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
 

정적 Public 멤버 함수

static const char * Default_Name ()
 

Protected 멤버 함수

void SetName (const G4String &)
 

Protected 속성

G4int verboseLevel
 

Private 멤버 함수

G4int GetFunctions (G4double a, G4double *y, G4double *z)
 
G4double EquLinearFit (G4double X, G4int N, const G4double X0, const G4double XD, const G4double *Y)
 
G4double ThresholdEnergy (G4int Z, G4int N)
 

Private 속성

G4int lastZ
 
G4double lastSig
 
G4doublelastGDR
 
G4doublelastHEN
 
G4double lastE
 
G4double lastTH
 
G4double lastSP
 
std::vector< G4double * > GDR
 
std::vector< G4double * > HEN
 
std::vector< G4doublespA
 
std::vector< G4doubleeTH
 
G4NistManagernistmngr
 
G4double mNeut
 
G4double mProt
 

상세한 설명

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

생성자 & 소멸자 문서화

G4PhotoNuclearCrossSection::G4PhotoNuclearCrossSection ( )

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

다음을 참조함 : eTH, GDR, HEN, G4NistManager::Instance(), nistmngr, spA.

G4PhotoNuclearCrossSection::~G4PhotoNuclearCrossSection ( )
virtual

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

다음을 참조함 : GDR, HEN.

멤버 함수 문서화

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

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

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

static const char* G4PhotoNuclearCrossSection::Default_Name ( )
inlinestatic

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

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

void G4VCrossSectionDataSet::DumpPhysicsTable ( const G4ParticleDefinition )
virtualinherited
G4double G4PhotoNuclearCrossSection::EquLinearFit ( G4double  X,
G4int  N,
const G4double  X0,
const G4double  XD,
const G4double Y 
)
private

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

다음을 참조함 : d, G4cout, G4endl.

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

bool G4VCrossSectionDataSet::ForAllAtomsAndEnergies ( ) const
inlineinherited

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

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

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

G4double G4VCrossSectionDataSet::GetCrossSection ( const G4DynamicParticle dp,
const G4Element elm,
const G4Material mat = nullptr 
)
inlineinherited

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

다음을 참조함 : G4VCrossSectionDataSet::ComputeCrossSection().

G4double G4PhotoNuclearCrossSection::GetElementCrossSection ( const G4DynamicParticle aPart,
G4int  Z,
const G4Material  
)
virtual
G4int G4PhotoNuclearCrossSection::GetFunctions ( G4double  a,
G4double y,
G4double z 
)
private

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

다음을 참조함 : G4cout, G4endl, nH, nHA, nL, nLA.

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

G4double G4VCrossSectionDataSet::GetIsoCrossSection ( const G4DynamicParticle dynPart,
G4int  Z,
G4int  A,
const G4Isotope iso = nullptr,
const G4Element elm = nullptr,
const G4Material mat = nullptr 
)
virtualinherited
G4double G4VCrossSectionDataSet::GetMaxKinEnergy ( ) const
inlineinherited
G4double G4VCrossSectionDataSet::GetMinKinEnergy ( ) const
inlineinherited
const G4String & G4VCrossSectionDataSet::GetName ( void  ) const
inlineinherited
G4int G4VCrossSectionDataSet::GetVerboseLevel ( ) const
inlinevirtualinherited

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

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

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

G4bool G4PhotoNuclearCrossSection::IsElementApplicable ( const G4DynamicParticle particle,
G4int  Z,
const G4Material  
)
virtual

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

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

G4bool G4VCrossSectionDataSet::IsIsoApplicable ( const G4DynamicParticle ,
G4int  Z,
G4int  A,
const G4Element elm = 0,
const G4Material mat = 0 
)
virtualinherited
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.

G4double G4PhotoNuclearCrossSection::ThresholdEnergy ( G4int  Z,
G4int  N 
)
private

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

다음을 참조함 : A(), G4NucleiProperties::GetNuclearMass(), infEn, G4NucleiProperties::IsInStableTable(), mNeut, mProt, N.

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

멤버 데이타 문서화

std::vector<G4double> G4PhotoNuclearCrossSection::eTH
private

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

다음에 의해서 참조됨 : G4PhotoNuclearCrossSection(), GetElementCrossSection().

std::vector<G4double*> G4PhotoNuclearCrossSection::GDR
private

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

다음에 의해서 참조됨 : G4PhotoNuclearCrossSection(), GetElementCrossSection(), ~G4PhotoNuclearCrossSection().

std::vector<G4double*> G4PhotoNuclearCrossSection::HEN
private

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

다음에 의해서 참조됨 : G4PhotoNuclearCrossSection(), GetElementCrossSection(), ~G4PhotoNuclearCrossSection().

G4double G4PhotoNuclearCrossSection::lastE
private

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

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

G4double* G4PhotoNuclearCrossSection::lastGDR
private

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

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

G4double* G4PhotoNuclearCrossSection::lastHEN
private

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

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

G4double G4PhotoNuclearCrossSection::lastSig
private

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

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

G4double G4PhotoNuclearCrossSection::lastSP
private

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

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

G4double G4PhotoNuclearCrossSection::lastTH
private

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

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

G4int G4PhotoNuclearCrossSection::lastZ
private

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

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

G4double G4PhotoNuclearCrossSection::mNeut
private

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

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

G4double G4PhotoNuclearCrossSection::mProt
private

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

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

G4NistManager* G4PhotoNuclearCrossSection::nistmngr
private

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

다음에 의해서 참조됨 : G4PhotoNuclearCrossSection(), GetElementCrossSection().

std::vector<G4double> G4PhotoNuclearCrossSection::spA
private

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

다음에 의해서 참조됨 : G4PhotoNuclearCrossSection(), GetElementCrossSection().

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(), G4NeutronInelasticXS::GetElementCrossSection(), G4BGGNucleonElasticXS::GetElementCrossSection(), G4ParticleInelasticXS::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().


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