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

#include <G4HETCChargedFragment.hh>

G4HETCChargedFragment에 대한 상속 다이어그램 :
G4HETCFragment G4VPreCompoundFragment G4HETCAlpha G4HETCDeuteron G4HETCHe3 G4HETCProton G4HETCTriton

Public 멤버 함수

 G4HETCChargedFragment (const G4ParticleDefinition *, G4VCoulombBarrier *aCoulombBarrier)
 
virtual ~G4HETCChargedFragment ()
 
virtual G4double SampleKineticEnergy (const G4Fragment &aFragment)
 
G4double CalcEmissionProbability (const G4Fragment &aFragment)
 
void Initialize (const G4Fragment &aFragment)
 
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 K (const G4Fragment &aFragment)=0
 
virtual G4double GetSpinFactor () const =0
 
virtual G4double GetAlpha () const =0
 
virtual G4double GetBeta () const =0
 
G4double BetaRand (G4int N, G4int L) const
 

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 멤버 함수

 G4HETCChargedFragment ()
 
 G4HETCChargedFragment (const G4HETCChargedFragment &right)
 
const G4HETCChargedFragmentoperator= (const G4HETCChargedFragment &right)
 
G4bool operator== (const G4HETCChargedFragment &right) const
 
G4bool operator!= (const G4HETCChargedFragment &right) const
 

상세한 설명

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

생성자 & 소멸자 문서화

G4HETCChargedFragment::G4HETCChargedFragment ( const G4ParticleDefinition pd,
G4VCoulombBarrier aCoulombBarrier 
)

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

G4HETCChargedFragment::~G4HETCChargedFragment ( )
virtual

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

G4HETCChargedFragment::G4HETCChargedFragment ( )
private
G4HETCChargedFragment::G4HETCChargedFragment ( const G4HETCChargedFragment right)
private

멤버 함수 문서화

G4double G4HETCFragment::BetaRand ( G4int  N,
G4int  L 
) const
inlineprotectedinherited

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

다음을 참조함 : G4INCL::DeJongSpin::shoot(), Y1, Y2.

다음에 의해서 참조됨 : SampleKineticEnergy(), G4HETCNeutron::SampleKineticEnergy().

G4double G4HETCFragment::CalcEmissionProbability ( const G4Fragment aFragment)
virtualinherited
G4int G4VPreCompoundFragment::GetA ( ) const
inlineinherited
virtual G4double G4HETCFragment::GetAlpha ( ) const
protectedpure virtualinherited
virtual G4double G4HETCFragment::GetBeta ( ) const
protectedpure virtualinherited
G4double G4VPreCompoundFragment::GetBindingEnergy ( ) const
inlineinherited

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

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

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

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

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

G4int G4VPreCompoundFragment::GetRestA ( ) const
inlineinherited

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

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

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

virtual G4double G4HETCFragment::GetSpinFactor ( ) const
protectedpure virtualinherited
G4int G4VPreCompoundFragment::GetZ ( ) const
inlineinherited

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

void G4VPreCompoundFragment::Initialize ( const G4Fragment aFragment)
inherited
G4bool G4VPreCompoundFragment::IsItPossible ( const G4Fragment aFragment) const
inlineinherited
virtual G4double G4HETCFragment::K ( const G4Fragment aFragment)
protectedpure virtualinherited
G4bool G4HETCChargedFragment::operator!= ( const G4HETCChargedFragment right) const
private
const G4HETCChargedFragment& G4HETCChargedFragment::operator= ( const G4HETCChargedFragment right)
private
G4bool G4HETCChargedFragment::operator== ( const G4HETCChargedFragment right) const
private
G4double G4HETCChargedFragment::SampleKineticEnergy ( const G4Fragment aFragment)
virtual
void G4VPreCompoundFragment::SetMomentum ( const G4LorentzVector value)
inlineinherited

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

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

멤버 데이타 문서화

G4Pow* G4VPreCompoundFragment::g4calc
protectedinherited
G4int G4VPreCompoundFragment::OPTxs
protectedinherited

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

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

G4int G4VPreCompoundFragment::theA
protectedinherited
G4double G4VPreCompoundFragment::theBindingEnergy
protectedinherited
G4double G4VPreCompoundFragment::theCoulombBarrier
protectedinherited
G4double G4VPreCompoundFragment::theEmissionProbability
protectedinherited

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

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

G4int G4VPreCompoundFragment::theFragA
protectedinherited
G4int G4VPreCompoundFragment::theFragZ
protectedinherited
G4double G4VPreCompoundFragment::theMass
protectedinherited

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

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

G4double G4VPreCompoundFragment::theMaxKinEnergy
protectedinherited
G4double G4VPreCompoundFragment::theMinKinEnergy
protectedinherited
G4DeexPrecoParameters* G4VPreCompoundFragment::theParameters
protectedinherited
G4double G4VPreCompoundFragment::theReducedMass
protectedinherited
G4int G4VPreCompoundFragment::theResA
protectedinherited
G4double G4VPreCompoundFragment::theResA13
protectedinherited
G4double G4VPreCompoundFragment::theResMass
protectedinherited

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

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

G4int G4VPreCompoundFragment::theResZ
protectedinherited
G4int G4VPreCompoundFragment::theZ
protectedinherited
G4bool G4VPreCompoundFragment::useSICB
protectedinherited

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


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