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

#include <G4VPreCompoundFragment.hh>

G4VPreCompoundFragment에 대한 상속 다이어그램 :
G4HETCFragment G4PreCompoundFragment G4HETCChargedFragment G4HETCNeutron G4PreCompoundIon G4PreCompoundNucleon G4HETCAlpha G4HETCDeuteron G4HETCHe3 G4HETCProton G4HETCTriton G4PreCompoundAlpha G4PreCompoundDeuteron G4PreCompoundHe3 G4PreCompoundTriton G4PreCompoundNeutron G4PreCompoundProton

Public 멤버 함수

 G4VPreCompoundFragment (const G4ParticleDefinition *, G4VCoulombBarrier *aCoulombBarrier)
 
virtual ~G4VPreCompoundFragment ()
 
void Initialize (const G4Fragment &aFragment)
 
virtual G4double CalcEmissionProbability (const G4Fragment &aFragment)=0
 
virtual G4double SampleKineticEnergy (const G4Fragment &aFragment)=0
 
G4bool IsItPossible (const G4Fragment &aFragment) const
 
G4ReactionProductGetReactionProduct () const
 
G4int GetA () const
 
G4int GetZ () const
 
G4int GetRestA () const
 
G4int GetRestZ () const
 
G4double GetBindingEnergy () const
 
G4double GetEnergyThreshold () const
 
G4double GetEmissionProbability () const
 
G4double GetNuclearMass () const
 
G4double GetRestNuclearMass () const
 
const G4LorentzVectorGetMomentum () const
 
void SetMomentum (const G4LorentzVector &value)
 
void SetOPTxs (G4int)
 
void UseSICB (G4bool)
 

Protected 멤버 함수

virtual G4double GetAlpha () const =0
 
virtual G4double GetBeta () const =0
 

Protected 속성

G4DeexPrecoParameterstheParameters
 
G4Powg4calc
 
G4int theA
 
G4int theZ
 
G4int theResA
 
G4int theResZ
 
G4int theFragA
 
G4int theFragZ
 
G4double theResA13
 
G4double theBindingEnergy
 
G4double theMinKinEnergy
 
G4double theMaxKinEnergy
 
G4double theResMass
 
G4double theReducedMass
 
G4double theMass
 
G4double theEmissionProbability
 
G4double theCoulombBarrier
 
G4int OPTxs
 
G4bool useSICB
 

Private 멤버 함수

 G4VPreCompoundFragment (const G4VPreCompoundFragment &right)=delete
 
const G4VPreCompoundFragmentoperator= (const G4VPreCompoundFragment &right)=delete
 
G4int operator== (const G4VPreCompoundFragment &right) const =delete
 
G4int operator!= (const G4VPreCompoundFragment &right) const =delete
 

Private 속성

const G4ParticleDefinitionparticle
 
G4VCoulombBarriertheCoulombBarrierPtr
 
G4LorentzVector theMomentum
 

Friends

std::ostream & operator<< (std::ostream &, const G4VPreCompoundFragment *)
 
std::ostream & operator<< (std::ostream &, const G4VPreCompoundFragment &)
 

상세한 설명

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

생성자 & 소멸자 문서화

G4VPreCompoundFragment::G4VPreCompoundFragment ( const G4ParticleDefinition part,
G4VCoulombBarrier aCoulombBarrier 
)
explicit
G4VPreCompoundFragment::~G4VPreCompoundFragment ( )
virtual

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

G4VPreCompoundFragment::G4VPreCompoundFragment ( const G4VPreCompoundFragment right)
privatedelete

멤버 함수 문서화

virtual G4double G4VPreCompoundFragment::CalcEmissionProbability ( const G4Fragment aFragment)
pure virtual

G4PreCompoundFragment, G4HETCFragment에서 구현되었습니다.

G4int G4VPreCompoundFragment::GetA ( ) const
inline
virtual G4double G4VPreCompoundFragment::GetAlpha ( ) const
protectedpure virtual
virtual G4double G4VPreCompoundFragment::GetBeta ( ) const
protectedpure virtual
G4double G4VPreCompoundFragment::GetBindingEnergy ( ) const
inline

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

G4double G4VPreCompoundFragment::GetEmissionProbability ( ) const
inline
G4double G4VPreCompoundFragment::GetEnergyThreshold ( ) const
inline

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

const G4LorentzVector& G4VPreCompoundFragment::GetMomentum ( ) const
inline
G4double G4VPreCompoundFragment::GetNuclearMass ( ) const
inline
G4ReactionProduct* G4VPreCompoundFragment::GetReactionProduct ( ) const
inline

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

G4int G4VPreCompoundFragment::GetRestA ( ) const
inline

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

G4double G4VPreCompoundFragment::GetRestNuclearMass ( ) const
inline
G4int G4VPreCompoundFragment::GetRestZ ( ) const
inline

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

G4int G4VPreCompoundFragment::GetZ ( ) const
inline

다음에 의해서 참조됨 : operator<<(), G4PreCompoundEmission::PerformEmission().

void G4VPreCompoundFragment::Initialize ( const G4Fragment aFragment)
G4bool G4VPreCompoundFragment::IsItPossible ( const G4Fragment aFragment) const
inline
G4int G4VPreCompoundFragment::operator!= ( const G4VPreCompoundFragment right) const
privatedelete
const G4VPreCompoundFragment& G4VPreCompoundFragment::operator= ( const G4VPreCompoundFragment right)
privatedelete
G4int G4VPreCompoundFragment::operator== ( const G4VPreCompoundFragment right) const
privatedelete
virtual G4double G4VPreCompoundFragment::SampleKineticEnergy ( const G4Fragment aFragment)
pure virtual

G4PreCompoundFragment, G4HETCNeutron, G4HETCChargedFragment에서 구현되었습니다.

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

void G4VPreCompoundFragment::SetMomentum ( const G4LorentzVector value)
inline

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

void G4VPreCompoundFragment::SetOPTxs ( G4int  )
inline
void G4VPreCompoundFragment::UseSICB ( G4bool  )
inline

Friend, 그리고 관련된 함수 문서화

std::ostream& operator<< ( std::ostream &  out,
const G4VPreCompoundFragment theFragment 
)
friend

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

std::ostream& operator<< ( std::ostream &  out,
const G4VPreCompoundFragment theFragment 
)
friend

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

멤버 데이타 문서화

G4Pow* G4VPreCompoundFragment::g4calc
protected
G4int G4VPreCompoundFragment::OPTxs
protected

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

다음에 의해서 참조됨 : G4PreCompoundFragment::CrossSection(), Initialize().

const G4ParticleDefinition* G4VPreCompoundFragment::particle
private

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

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

G4int G4VPreCompoundFragment::theA
protected
G4double G4VPreCompoundFragment::theBindingEnergy
protected
G4double G4VPreCompoundFragment::theCoulombBarrier
protected
G4VCoulombBarrier* G4VPreCompoundFragment::theCoulombBarrierPtr
private

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

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

G4double G4VPreCompoundFragment::theEmissionProbability
protected

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

다음에 의해서 참조됨 : G4HETCFragment::CalcEmissionProbability(), G4PreCompoundFragment::CalcEmissionProbability().

G4int G4VPreCompoundFragment::theFragA
protected
G4int G4VPreCompoundFragment::theFragZ
protected
G4double G4VPreCompoundFragment::theMass
protected

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

다음에 의해서 참조됨 : G4VPreCompoundFragment(), Initialize().

G4double G4VPreCompoundFragment::theMaxKinEnergy
protected
G4double G4VPreCompoundFragment::theMinKinEnergy
protected

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

다음에 의해서 참조됨 : G4PreCompoundFragment::CalcEmissionProbability(), Initialize(), G4PreCompoundFragment::SampleKineticEnergy().

G4LorentzVector G4VPreCompoundFragment::theMomentum
private

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

G4DeexPrecoParameters* G4VPreCompoundFragment::theParameters
protected
G4double G4VPreCompoundFragment::theReducedMass
protected
G4int G4VPreCompoundFragment::theResA
protected
G4double G4VPreCompoundFragment::theResA13
protected
G4double G4VPreCompoundFragment::theResMass
protected

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

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

G4int G4VPreCompoundFragment::theResZ
protected
G4int G4VPreCompoundFragment::theZ
protected
G4bool G4VPreCompoundFragment::useSICB
protected

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


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