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

#include <G4ParticleInelasticXS.hh>

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

Public 멤버 함수

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

void Initialise (G4int Z, G4DynamicParticle *dp, const char *)
 
G4PhysicsVectorRetrieveVector (std::ostringstream &in, G4bool warn)
 
G4double IsoCrossSection (G4double ekin, G4int Z, G4int A)
 
G4ParticleInelasticXSoperator= (const G4ParticleInelasticXS &right)
 
 G4ParticleInelasticXS (const G4ParticleInelasticXS &)
 

Private 속성

G4ComponentGGHadronNucleusXscggXsection
 
G4ComponentGGNuclNuclXscnnXsection
 
G4HadronNucleonXscfNucleon
 
const G4ParticleDefinitionparticle
 
const G4ParticleDefinitionproton
 
G4String particleName
 
G4bool isMaster
 
G4double emax
 
std::vector< G4doubletemp
 

정적 Private 속성

static G4ElementDatadata = nullptr
 
static G4double coeff [MAXZINELP] = {1.0}
 
static const G4int amin [MAXZINELP]
 
static const G4int amax [MAXZINELP]
 

상세한 설명

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

생성자 & 소멸자 문서화

G4ParticleInelasticXS::G4ParticleInelasticXS ( const G4ParticleDefinition part)
explicit
G4ParticleInelasticXS::~G4ParticleInelasticXS ( )
virtual

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

다음을 참조함 : data, fNucleon, ggXsection, isMaster, nnXsection.

G4ParticleInelasticXS::G4ParticleInelasticXS ( const G4ParticleInelasticXS )
private

멤버 함수 문서화

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

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

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

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 G4ParticleInelasticXS::GetElementCrossSection ( const G4DynamicParticle aParticle,
G4int  Z,
const G4Material mat = nullptr 
)
virtual
G4double G4ParticleInelasticXS::GetIsoCrossSection ( const G4DynamicParticle aParticle,
G4int  Z,
G4int  A,
const G4Isotope iso,
const G4Element elm,
const G4Material mat 
)
virtual

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

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

다음을 참조함 : A(), G4DynamicParticle::GetKineticEnergy(), IsoCrossSection(), Z.

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.

void G4ParticleInelasticXS::Initialise ( G4int  Z,
G4DynamicParticle dp,
const char *  p 
)
private
G4bool G4ParticleInelasticXS::IsElementApplicable ( const G4DynamicParticle ,
G4int  Z,
const G4Material  
)
virtual

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

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

G4bool G4ParticleInelasticXS::IsIsoApplicable ( const G4DynamicParticle ,
G4int  Z,
G4int  A,
const G4Element ,
const G4Material  
)
virtual

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

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

G4double G4ParticleInelasticXS::IsoCrossSection ( G4double  ekin,
G4int  Z,
G4int  A 
)
private

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

다음을 참조함 : amax, amin, CLHEP::barn, emax, G4cout, G4endl, MAXZINELP, CLHEP::MeV, particleName, G4PhysicsVector::Value(), G4VCrossSectionDataSet::verboseLevel, Z.

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

G4ParticleInelasticXS& G4ParticleInelasticXS::operator= ( const G4ParticleInelasticXS right)
private
G4PhysicsVector * G4ParticleInelasticXS::RetrieveVector ( std::ostringstream &  in,
G4bool  warn 
)
private

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

다음을 참조함 : FatalException, G4cout, G4endl, G4Exception(), G4PhysicsLogVector::Retrieve(), G4VCrossSectionDataSet::verboseLevel.

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

const G4Isotope * G4ParticleInelasticXS::SelectIsotope ( const G4Element anElement,
G4double  kinEnergy 
)
virtual
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.

멤버 데이타 문서화

const G4int G4ParticleInelasticXS::amax
staticprivate
초기값:
= {
0,
1, 4, 7, 9, 11, 13, 15, 18, 19, 22,
23, 26, 27, 30, 31, 34, 37, 40, 41, 48,
45, 50, 51, 54, 55, 58, 59, 64, 65, 70,
71, 76, 75, 0, 0, 0, 0, 0, 0, 96,
0, 100, 0, 0, 0, 110, 109, 116, 115, 124,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 181, 186, 0, 0, 0, 198, 197, 0,
0, 208, 209, 0, 0, 0, 0, 0, 0, 0,
0, 238}

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

다음에 의해서 참조됨 : Initialise(), IsoCrossSection().

const G4int G4ParticleInelasticXS::amin
staticprivate
초기값:
= {
0,
1, 4, 6, 9, 10, 12, 14, 16, 19, 20,
23, 24, 27, 28, 31, 32, 35, 36, 39, 40,
45, 46, 50, 50, 55, 54, 59, 58, 63, 64,
69, 70, 75, 0, 0, 0, 0, 0, 0, 90,
0, 92, 0, 0, 0, 102, 107, 106, 113, 112,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 181, 180, 0, 0, 0, 192, 197, 0,
0, 204, 209, 0, 0, 0, 0, 0, 0, 0,
0, 235}

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

다음에 의해서 참조됨 : Initialise(), IsoCrossSection(), SelectIsotope().

G4double G4ParticleInelasticXS::coeff = {1.0}
staticprivate

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

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

G4ElementData * G4ParticleInelasticXS::data = nullptr
staticprivate

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

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

G4double G4ParticleInelasticXS::emax
private

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

다음에 의해서 참조됨 : IsoCrossSection(), SelectIsotope().

G4HadronNucleonXsc* G4ParticleInelasticXS::fNucleon
private

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

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

G4ComponentGGHadronNucleusXsc* G4ParticleInelasticXS::ggXsection
private

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

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

G4bool G4ParticleInelasticXS::isMaster
private

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

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

G4ComponentGGNuclNuclXsc* G4ParticleInelasticXS::nnXsection
private

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

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

const G4ParticleDefinition* G4ParticleInelasticXS::particle
private

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

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

G4String G4ParticleInelasticXS::particleName
private

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

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

const G4ParticleDefinition* G4ParticleInelasticXS::proton
private

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

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

std::vector<G4double> G4ParticleInelasticXS::temp
private

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

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

G4int G4VCrossSectionDataSet::verboseLevel
protectedinherited

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

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


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