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

#include <G4VComponentCrossSection.hh>

G4VComponentCrossSection에 대한 상속 다이어그램 :
G4ChipsComponentXS G4ComponentAntiNuclNuclearXS G4ComponentBarNucleonNucleusXsc G4ComponentGGHadronNucleusXsc G4ComponentGGNuclNuclXsc G4ComponentSAIDTotalXS

Public 멤버 함수

 G4VComponentCrossSection (const G4String &nam="")
 
virtual ~G4VComponentCrossSection ()
 
G4double GetTotalElementCrossSection (const G4ParticleDefinition *, G4double kinEnergy, const G4Element *)
 
virtual G4double GetTotalElementCrossSection (const G4ParticleDefinition *, G4double kinEnergy, G4int, G4double)=0
 
virtual G4double GetTotalIsotopeCrossSection (const G4ParticleDefinition *, G4double kinEnergy, G4int, G4int)=0
 
G4double GetInelasticElementCrossSection (const G4ParticleDefinition *, G4double kinEnergy, const G4Element *)
 
virtual G4double GetInelasticElementCrossSection (const G4ParticleDefinition *, G4double kinEnergy, G4int, G4double)=0
 
virtual G4double GetInelasticIsotopeCrossSection (const G4ParticleDefinition *, G4double kinEnergy, G4int, G4int)=0
 
G4double GetElasticElementCrossSection (const G4ParticleDefinition *, G4double kinEnergy, const G4Element *)
 
virtual G4double GetElasticElementCrossSection (const G4ParticleDefinition *, G4double kinEnergy, G4int, G4double)=0
 
virtual G4double GetElasticIsotopeCrossSection (const G4ParticleDefinition *, G4double kinEnergy, G4int, G4int)=0
 
virtual G4double ComputeQuasiElasticRatio (const G4ParticleDefinition *, G4double kinEnergy, G4int, G4int)
 
virtual void BuildPhysicsTable (const G4ParticleDefinition &)
 
virtual void DumpPhysicsTable (const G4ParticleDefinition &)
 
virtual void Description () const
 
void SetVerboseLevel (G4int value)
 
G4int GetVerboseLevel () const
 
G4double GetMinKinEnergy () const
 
void SetMinKinEnergy (G4double value)
 
G4double GetMaxKinEnergy () const
 
void SetMaxKinEnergy (G4double value)
 
const G4StringGetName () const
 

Private 멤버 함수

G4VComponentCrossSectionoperator= (const G4VComponentCrossSection &right)
 
 G4VComponentCrossSection (const G4VComponentCrossSection &)
 

Private 속성

G4int verboseLevel
 
G4double minKinEnergy
 
G4double maxKinEnergy
 
const G4String name
 

상세한 설명

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

생성자 & 소멸자 문서화

G4VComponentCrossSection::G4VComponentCrossSection ( const G4String nam = "")

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

G4VComponentCrossSection::~G4VComponentCrossSection ( )
virtual

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

G4VComponentCrossSection::G4VComponentCrossSection ( const G4VComponentCrossSection )
private

멤버 함수 문서화

void G4VComponentCrossSection::BuildPhysicsTable ( const G4ParticleDefinition )
virtual
G4double G4VComponentCrossSection::ComputeQuasiElasticRatio ( const G4ParticleDefinition ,
G4double  kinEnergy,
G4int  ,
G4int   
)
virtual

G4ComponentGGHadronNucleusXsc, G4ComponentGGNuclNuclXsc에서 재구현되었습니다.

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

void G4VComponentCrossSection::Description ( ) const
virtual

G4ComponentSAIDTotalXS에서 재구현되었습니다.

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

다음에 의해서 참조됨 : G4CrossSectionElastic::CrossSectionDescription(), G4CrossSectionInelastic::CrossSectionDescription().

void G4VComponentCrossSection::DumpPhysicsTable ( const G4ParticleDefinition )
virtual

G4ChipsComponentXS, G4ComponentGGNuclNuclXsc, G4ComponentAntiNuclNuclearXS에서 재구현되었습니다.

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

다음에 의해서 참조됨 : G4CrossSectionElastic::DumpPhysicsTable(), G4CrossSectionInelastic::DumpPhysicsTable().

G4double G4VComponentCrossSection::GetElasticElementCrossSection ( const G4ParticleDefinition p,
G4double  kinEnergy,
const G4Element elm 
)
inline

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

다음을 참조함 : G4Element::GetN(), G4Element::GetZ().

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

virtual G4double G4VComponentCrossSection::GetElasticElementCrossSection ( const G4ParticleDefinition ,
G4double  kinEnergy,
G4int  ,
G4double   
)
pure virtual
virtual G4double G4VComponentCrossSection::GetElasticIsotopeCrossSection ( const G4ParticleDefinition ,
G4double  kinEnergy,
G4int  ,
G4int   
)
pure virtual
G4double G4VComponentCrossSection::GetInelasticElementCrossSection ( const G4ParticleDefinition p,
G4double  kinEnergy,
const G4Element elm 
)
inline

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

다음을 참조함 : G4Element::GetN(), G4Element::GetZ().

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

virtual G4double G4VComponentCrossSection::GetInelasticElementCrossSection ( const G4ParticleDefinition ,
G4double  kinEnergy,
G4int  ,
G4double   
)
pure virtual
virtual G4double G4VComponentCrossSection::GetInelasticIsotopeCrossSection ( const G4ParticleDefinition ,
G4double  kinEnergy,
G4int  ,
G4int   
)
pure virtual
G4double G4VComponentCrossSection::GetMaxKinEnergy ( ) const
inline

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

다음을 참조함 : maxKinEnergy.

G4double G4VComponentCrossSection::GetMinKinEnergy ( ) const
inline

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

다음을 참조함 : minKinEnergy.

const G4String & G4VComponentCrossSection::GetName ( void  ) const
inline

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

다음을 참조함 : name.

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

G4double G4VComponentCrossSection::GetTotalElementCrossSection ( const G4ParticleDefinition p,
G4double  kinEnergy,
const G4Element elm 
)
inline

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

다음을 참조함 : G4Element::GetN(), G4Element::GetZ().

virtual G4double G4VComponentCrossSection::GetTotalElementCrossSection ( const G4ParticleDefinition ,
G4double  kinEnergy,
G4int  ,
G4double   
)
pure virtual
virtual G4double G4VComponentCrossSection::GetTotalIsotopeCrossSection ( const G4ParticleDefinition ,
G4double  kinEnergy,
G4int  ,
G4int   
)
pure virtual
G4int G4VComponentCrossSection::GetVerboseLevel ( ) const
inline

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

다음을 참조함 : verboseLevel.

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

G4VComponentCrossSection& G4VComponentCrossSection::operator= ( const G4VComponentCrossSection right)
private
void G4VComponentCrossSection::SetMaxKinEnergy ( G4double  value)
inline

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

다음을 참조함 : maxKinEnergy.

void G4VComponentCrossSection::SetMinKinEnergy ( G4double  value)
inline

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

다음을 참조함 : minKinEnergy.

void G4VComponentCrossSection::SetVerboseLevel ( G4int  value)
inline

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

다음을 참조함 : verboseLevel.

멤버 데이타 문서화

G4double G4VComponentCrossSection::maxKinEnergy
private

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

다음에 의해서 참조됨 : GetMaxKinEnergy(), SetMaxKinEnergy().

G4double G4VComponentCrossSection::minKinEnergy
private

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

다음에 의해서 참조됨 : GetMinKinEnergy(), SetMinKinEnergy().

const G4String G4VComponentCrossSection::name
private

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

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

G4int G4VComponentCrossSection::verboseLevel
private

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

다음에 의해서 참조됨 : GetVerboseLevel(), SetVerboseLevel().


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