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

#include <G4ElectroNuclearCrossSection.hh>

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

Public 멤버 함수

 G4ElectroNuclearCrossSection ()
 
virtual ~G4ElectroNuclearCrossSection ()
 
virtual void CrossSectionDescription (std::ostream &) const
 
virtual G4bool IsElementApplicable (const G4DynamicParticle *, G4int Z, const G4Material *)
 
virtual G4double GetElementCrossSection (const G4DynamicParticle *, G4int Z, const G4Material *mat)
 
G4double GetEquivalentPhotonEnergy ()
 
G4double GetVirtualFactor (G4double nu, G4double Q2)
 
G4double GetEquivalentPhotonQ2 (G4double nu)
 
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 *x, G4double *y, G4double *z)
 
G4double ThresholdEnergy (G4int Z, G4int N)
 
G4double SolveTheEquation (G4double f)
 
G4double Fun (G4double x)
 
G4double DFun (G4double x)
 
G4double HighEnergyJ1 (G4double lE)
 
G4double HighEnergyJ2 (G4double lE, G4double E)
 
G4double HighEnergyJ3 (G4double lE, G4double E2)
 

Private 속성

G4int currentN
 
G4int currentZ
 
G4int lastZ
 
std::vector< cacheEl_t * > cache
 
cacheEl_tlastUsedCacheEl
 
G4NistManagernistmngr
 
G4double lastE
 
G4double lastSig
 
G4double lastG
 
G4int lastL
 
const G4double mNeut
 
const G4double mProt
 

상세한 설명

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

생성자 & 소멸자 문서화

G4ElectroNuclearCrossSection::G4ElectroNuclearCrossSection ( )

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

다음을 참조함 : cache, G4NistManager::Instance(), lastUsedCacheEl, nistmngr.

G4ElectroNuclearCrossSection::~G4ElectroNuclearCrossSection ( )
virtual

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

다음을 참조함 : cache, lastUsedCacheEl.

멤버 함수 문서화

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

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

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

static const char* G4ElectroNuclearCrossSection::Default_Name ( )
inlinestatic

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

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

G4double G4ElectroNuclearCrossSection::DFun ( G4double  x)
private

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

다음을 참조함 : G4Exp(), lastG, lmel, poc, pos, reg, shd, y.

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

void G4VCrossSectionDataSet::DumpPhysicsTable ( const G4ParticleDefinition )
virtualinherited
bool G4VCrossSectionDataSet::ForAllAtomsAndEnergies ( ) const
inlineinherited

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

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

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

G4double G4ElectroNuclearCrossSection::Fun ( G4double  x)
private

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

다음을 참조함 : G4Exp(), HighEnergyJ1(), HighEnergyJ2(), HighEnergyJ3(), lastE, lastG.

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

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

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

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

G4double G4ElectroNuclearCrossSection::GetElementCrossSection ( const G4DynamicParticle aPart,
G4int  Z,
const G4Material mat 
)
virtual
G4double G4ElectroNuclearCrossSection::GetEquivalentPhotonEnergy ( )
G4double G4ElectroNuclearCrossSection::GetEquivalentPhotonQ2 ( G4double  nu)

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

다음을 참조함 : G4Exp(), G4Log(), G4UniformRand, lastE, lastG, lastSig, mel2, R, y, y2.

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

G4int G4ElectroNuclearCrossSection::GetFunctions ( G4double  a,
G4double x,
G4double y,
G4double z 
)
private

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

다음을 참조함 : A, G4cout, G4endl, LL, nE, nN, P0, P1, P2.

다음에 의해서 참조됨 : 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.

G4double G4ElectroNuclearCrossSection::GetVirtualFactor ( G4double  nu,
G4double  Q2 
)

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

다음을 참조함 : blK0, bp, clK0, cp, dM, G4Exp(), G4Log(), K, Q02, x.

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

G4double G4ElectroNuclearCrossSection::HighEnergyJ1 ( G4double  lE)
private

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

다음을 참조함 : ab, cd, ele, G4Exp(), ha, lEMa, lEMa2, reg.

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

G4double G4ElectroNuclearCrossSection::HighEnergyJ2 ( G4double  lE,
G4double  E 
)
private

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

다음을 참조함 : ab, cd1, d1, ele1, EMa, G4Exp(), le1, poc.

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

G4double G4ElectroNuclearCrossSection::HighEnergyJ3 ( G4double  lE,
G4double  E2 
)
private

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

다음을 참조함 : cd2, d2, ele2, EMa2, G4Exp(), ha, hab, leh.

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

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

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

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

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 G4ElectroNuclearCrossSection::SolveTheEquation ( G4double  f)
private

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

다음을 참조함 : currentN, currentZ, d, DFun(), EMa, eps, Fun(), G4cerr, G4endl, G4Exp(), imax, lastG, lEMa, lmel, phte, x.

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

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

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

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

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

멤버 데이타 문서화

std::vector<cacheEl_t*> G4ElectroNuclearCrossSection::cache
private

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

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

G4int G4ElectroNuclearCrossSection::currentN
private

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

다음에 의해서 참조됨 : GetEquivalentPhotonEnergy(), SolveTheEquation().

G4int G4ElectroNuclearCrossSection::currentZ
private

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

다음에 의해서 참조됨 : GetEquivalentPhotonEnergy(), SolveTheEquation().

G4double G4ElectroNuclearCrossSection::lastE
private

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

다음에 의해서 참조됨 : Fun(), GetElementCrossSection(), GetEquivalentPhotonEnergy(), GetEquivalentPhotonQ2().

G4double G4ElectroNuclearCrossSection::lastG
private

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

다음에 의해서 참조됨 : DFun(), Fun(), GetElementCrossSection(), GetEquivalentPhotonEnergy(), GetEquivalentPhotonQ2(), SolveTheEquation().

G4int G4ElectroNuclearCrossSection::lastL
private

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

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

G4double G4ElectroNuclearCrossSection::lastSig
private

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

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

cacheEl_t* G4ElectroNuclearCrossSection::lastUsedCacheEl
private
G4int G4ElectroNuclearCrossSection::lastZ
private

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

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

const G4double G4ElectroNuclearCrossSection::mNeut
private

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

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

const G4double G4ElectroNuclearCrossSection::mProt
private

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

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

G4NistManager* G4ElectroNuclearCrossSection::nistmngr
private

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

다음에 의해서 참조됨 : G4ElectroNuclearCrossSection(), 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(), 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().


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