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

#include <G4BGGNucleonElasticXS.hh>

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

Public 멤버 함수

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

Protected 멤버 함수

void SetName (const G4String &)
 

Protected 속성

G4int verboseLevel
 

Private 멤버 함수

G4double CoulombFactor (G4double kinEnergy, G4int Z)
 
G4BGGNucleonElasticXSoperator= (const G4BGGNucleonElasticXS &right)
 
 G4BGGNucleonElasticXS (const G4BGGNucleonElasticXS &)
 

Private 속성

G4double fGlauberEnergy
 
G4double fPDGEnergy
 
G4double fLowEnergy
 
G4double fSAIDLowEnergyLimit
 
G4double fSAIDHighEnergyLimit
 
G4double fLowestXSection
 
G4double theGlauberFac [93]
 
G4double theCoulombFac [93]
 
G4int theA [93]
 
const G4ParticleDefinitionparticle
 
const G4ParticleDefinitiontheProton
 
G4ComponentGGHadronNucleusXscfGlauber
 
G4NucleonNuclearCrossSectionfNucleon
 
G4HadronNucleonXscfHadron
 
G4ComponentSAIDTotalXSfSAID
 
G4bool isProton
 
G4bool isInitialized
 

상세한 설명

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

생성자 & 소멸자 문서화

G4BGGNucleonElasticXS::G4BGGNucleonElasticXS ( const G4ParticleDefinition p)
G4BGGNucleonElasticXS::~G4BGGNucleonElasticXS ( )
virtual

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

다음을 참조함 : fGlauber, fHadron, fSAID.

G4BGGNucleonElasticXS::G4BGGNucleonElasticXS ( const G4BGGNucleonElasticXS )
private

멤버 함수 문서화

void G4BGGNucleonElasticXS::BuildPhysicsTable ( const G4ParticleDefinition p)
virtual
G4double G4VCrossSectionDataSet::ComputeCrossSection ( const G4DynamicParticle part,
const G4Element elm,
const G4Material mat = nullptr 
)
inherited
G4double G4BGGNucleonElasticXS::CoulombFactor ( G4double  kinEnergy,
G4int  Z 
)
private

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

다음을 참조함 : G4Exp(), G4Log(), GeV, isProton, llog10, theA, Z.

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

void G4BGGNucleonElasticXS::CrossSectionDescription ( std::ostream &  outFile) const
virtual

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

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

void G4VCrossSectionDataSet::DumpPhysicsTable ( const G4ParticleDefinition )
virtualinherited
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 G4BGGNucleonElasticXS::GetElementCrossSection ( const G4DynamicParticle dp,
G4int  Z,
const G4Material mat = 0 
)
virtual
G4double G4BGGNucleonElasticXS::GetIsoCrossSection ( const G4DynamicParticle dp,
G4int  Z,
G4int  A,
const G4Isotope iso = 0,
const G4Element elm = 0,
const G4Material mat = 0 
)
virtual
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 G4BGGNucleonElasticXS::IsElementApplicable ( const G4DynamicParticle ,
G4int  Z,
const G4Material mat = 0 
)
virtual

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

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

G4bool G4BGGNucleonElasticXS::IsIsoApplicable ( const G4DynamicParticle ,
G4int  Z,
G4int  A,
const G4Element elm = 0,
const G4Material mat = 0 
)
virtual

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

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

G4BGGNucleonElasticXS& G4BGGNucleonElasticXS::operator= ( const G4BGGNucleonElasticXS right)
private
const G4Isotope * G4VCrossSectionDataSet::SelectIsotope ( const G4Element anElement,
G4double  kinEnergy 
)
virtualinherited
void G4VCrossSectionDataSet::SetForAllAtomsAndEnergies ( G4bool  val)
inlineinherited
void G4BGGNucleonElasticXS::SetLowestCrossSection ( G4double  val)
inline

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

다음을 참조함 : fLowestXSection.

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.

멤버 데이타 문서화

G4ComponentGGHadronNucleusXsc* G4BGGNucleonElasticXS::fGlauber
private

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

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

G4double G4BGGNucleonElasticXS::fGlauberEnergy
private

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

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

G4HadronNucleonXsc* G4BGGNucleonElasticXS::fHadron
private

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

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

G4double G4BGGNucleonElasticXS::fLowEnergy
private

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

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

G4double G4BGGNucleonElasticXS::fLowestXSection
private

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

다음에 의해서 참조됨 : G4BGGNucleonElasticXS(), SetLowestCrossSection().

G4NucleonNuclearCrossSection* G4BGGNucleonElasticXS::fNucleon
private

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

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

G4double G4BGGNucleonElasticXS::fPDGEnergy
private

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

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

G4ComponentSAIDTotalXS* G4BGGNucleonElasticXS::fSAID
private

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

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

G4double G4BGGNucleonElasticXS::fSAIDHighEnergyLimit
private

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

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

G4double G4BGGNucleonElasticXS::fSAIDLowEnergyLimit
private

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

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

G4bool G4BGGNucleonElasticXS::isInitialized
private

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

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

G4bool G4BGGNucleonElasticXS::isProton
private

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

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

const G4ParticleDefinition* G4BGGNucleonElasticXS::particle
private

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

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

G4int G4BGGNucleonElasticXS::theA[93]
private

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

다음에 의해서 참조됨 : BuildPhysicsTable(), CoulombFactor(), G4BGGNucleonElasticXS(), GetElementCrossSection().

G4double G4BGGNucleonElasticXS::theCoulombFac[93]
private

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

다음에 의해서 참조됨 : BuildPhysicsTable(), G4BGGNucleonElasticXS(), GetElementCrossSection(), GetIsoCrossSection().

G4double G4BGGNucleonElasticXS::theGlauberFac[93]
private

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

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

const G4ParticleDefinition* G4BGGNucleonElasticXS::theProton
private

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

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

G4int G4VCrossSectionDataSet::verboseLevel
protectedinherited

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

다음에 의해서 참조됨 : G4CrossSectionPairGG::BuildPhysicsTable(), G4NeutronElasticXS::BuildPhysicsTable(), G4BGGPionElasticXS::BuildPhysicsTable(), G4BGGNucleonInelasticXS::BuildPhysicsTable(), BuildPhysicsTable(), G4NeutronCaptureXS::BuildPhysicsTable(), G4ParticleInelasticXS::BuildPhysicsTable(), G4NeutronInelasticXS::BuildPhysicsTable(), G4BGGPionInelasticXS::BuildPhysicsTable(), G4LENDCrossSection::create_used_target_map(), 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(), GetElementCrossSection(), G4ParticleInelasticXS::GetElementCrossSection(), G4BGGPionInelasticXS::GetElementCrossSection(), G4BGGPionElasticXS::GetIsoCrossSection(), G4BGGNucleonInelasticXS::GetIsoCrossSection(), GetIsoCrossSection(), G4BGGPionInelasticXS::GetIsoCrossSection(), G4VCrossSectionDataSet::GetVerboseLevel(), G4NeutronElasticXS::Initialise(), G4NeutronCaptureXS::IsoCrossSection(), G4NeutronInelasticXS::IsoCrossSection(), G4ParticleInelasticXS::IsoCrossSection(), G4NeutronCaptureXS::RetrieveVector(), G4NeutronInelasticXS::RetrieveVector(), G4ParticleInelasticXS::RetrieveVector(), G4VCrossSectionDataSet::SetVerboseLevel().


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