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

#include <G4NeutronInelasticXS.hh>

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

Public 멤버 함수

 G4NeutronInelasticXS ()
 
virtual ~G4NeutronInelasticXS ()
 
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
 

정적 Public 멤버 함수

static const char * Default_Name ()
 

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)
 
G4NeutronInelasticXSoperator= (const G4NeutronInelasticXS &right)
 
 G4NeutronInelasticXS (const G4NeutronInelasticXS &)
 

Private 속성

G4ComponentGGHadronNucleusXscggXsection
 
G4HadronNucleonXscfNucleon
 
const G4ParticleDefinitionproton
 
G4bool isMaster
 
G4double emax
 
std::vector< G4doubletemp
 

정적 Private 속성

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

상세한 설명

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

생성자 & 소멸자 문서화

G4NeutronInelasticXS::G4NeutronInelasticXS ( )

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

다음을 참조함 : fNucleon, G4cout, G4endl, ggXsection, isMaster, MAXZINEL, G4VCrossSectionDataSet::verboseLevel.

G4NeutronInelasticXS::~G4NeutronInelasticXS ( )
virtual

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

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

G4NeutronInelasticXS::G4NeutronInelasticXS ( const G4NeutronInelasticXS )
private

멤버 함수 문서화

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

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

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

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

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

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

다음을 참조함 : 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 G4NeutronInelasticXS::Initialise ( G4int  Z,
G4DynamicParticle dp,
const char *  p 
)
private
G4bool G4NeutronInelasticXS::IsElementApplicable ( const G4DynamicParticle ,
G4int  Z,
const G4Material  
)
virtual

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

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

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

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

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

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

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

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

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

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

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

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

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

const G4Isotope * G4NeutronInelasticXS::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 G4NeutronInelasticXS::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}

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

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

const G4int G4NeutronInelasticXS::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}

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

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

G4double G4NeutronInelasticXS::coeff = {1.0}
staticprivate

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

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

G4ElementData * G4NeutronInelasticXS::data = nullptr
staticprivate

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

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

G4double G4NeutronInelasticXS::emax
private

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

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

G4HadronNucleonXsc* G4NeutronInelasticXS::fNucleon
private

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

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

G4ComponentGGHadronNucleusXsc* G4NeutronInelasticXS::ggXsection
private

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

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

G4bool G4NeutronInelasticXS::isMaster
private

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

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

const G4ParticleDefinition* G4NeutronInelasticXS::proton
private

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

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

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

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

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

G4int G4VCrossSectionDataSet::verboseLevel
protectedinherited

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

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


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