Geant4  10.00.p02
G4PreCompoundHe3 Class Reference

#include <G4PreCompoundHe3.hh>

+ Inheritance diagram for G4PreCompoundHe3:
+ Collaboration diagram for G4PreCompoundHe3:

Public Member Functions

 G4PreCompoundHe3 ()
 
virtual ~G4PreCompoundHe3 ()
 
- Public Member Functions inherited from G4PreCompoundIon
 G4PreCompoundIon (const G4ParticleDefinition *, G4VCoulombBarrier *aCoulombBarrier)
 
virtual ~G4PreCompoundIon ()
 
- Public Member Functions inherited from G4PreCompoundFragment
 G4PreCompoundFragment (const G4ParticleDefinition *, G4VCoulombBarrier *aCoulombBarrier)
 
virtual ~G4PreCompoundFragment ()
 
G4double CalcEmissionProbability (const G4Fragment &aFragment)
 
G4double GetKineticEnergy (const G4Fragment &aFragment)
 
- Public Member Functions inherited from G4VPreCompoundFragment
 G4VPreCompoundFragment (const G4ParticleDefinition *, G4VCoulombBarrier *aCoulombBarrier)
 
virtual ~G4VPreCompoundFragment ()
 
void Initialize (const G4Fragment &aFragment)
 
G4ReactionProductGetReactionProduct () const
 
G4int GetA () const
 
G4int GetZ () const
 
G4int GetRestA () const
 
G4int GetRestZ () const
 
G4double ResidualA13 () const
 
G4double GetCoulombBarrier () const
 
G4double GetBindingEnergy () const
 
G4double GetMaximalKineticEnergy () const
 
G4double GetEnergyThreshold () const
 
G4double GetEmissionProbability () const
 
G4double GetNuclearMass () const
 
G4double GetRestNuclearMass () const
 
G4double GetReducedMass () const
 
const G4LorentzVectorGetMomentum () const
 
void SetMomentum (const G4LorentzVector &value)
 
const G4String GetName () const
 
void SetOPTxs (G4int)
 
void UseSICB (G4bool)
 

Protected Member Functions

virtual G4double GetRj (G4int NumberParticles, G4int NumberCharged)
 
virtual G4double CrossSection (G4double ekin)
 
virtual G4double FactorialFactor (G4int N, G4int P)
 
virtual G4double CoalescenceFactor (G4int A)
 
virtual G4double GetAlpha ()
 
G4double GetOpt12 (G4double K)
 
G4double GetOpt34 (G4double K)
 
- Protected Member Functions inherited from G4PreCompoundIon
virtual G4double ProbabilityDistributionFunction (G4double eKin, const G4Fragment &aFragment)
 
G4double GetBeta ()
 
G4double GetOpt0 (G4double ekin)
 
- Protected Member Functions inherited from G4VPreCompoundFragment
G4bool IsItPossible (const G4Fragment &aFragment) const
 

Private Member Functions

 G4PreCompoundHe3 (const G4PreCompoundHe3 &right)
 
const G4PreCompoundHe3operator= (const G4PreCompoundHe3 &right)
 
G4int operator== (const G4PreCompoundHe3 &right) const
 
G4int operator!= (const G4PreCompoundHe3 &right) const
 

Private Attributes

G4He3CoulombBarrier theHe3CoulombBarrier
 
G4double ResidualAthrd
 
G4double FragmentAthrd
 
G4int FragmentA
 
G4int ResidualA
 
G4int ResidualZ
 
G4int theA
 
G4int theZ
 

Additional Inherited Members

- Protected Attributes inherited from G4VPreCompoundFragment
G4PreCompoundParameterstheParameters
 
G4Powg4pow
 
G4double theEmissionProbability
 
G4double theCoulombBarrier
 
G4int OPTxs
 
G4bool useSICB
 

Detailed Description

Definition at line 42 of file G4PreCompoundHe3.hh.

Constructor & Destructor Documentation

G4PreCompoundHe3::G4PreCompoundHe3 ( )

Definition at line 47 of file G4PreCompoundHe3.cc.

References FragmentA, FragmentAthrd, G4VPreCompoundFragment::GetA(), G4VPreCompoundFragment::GetRestA(), G4VPreCompoundFragment::GetRestZ(), G4VPreCompoundFragment::GetZ(), ResidualA, G4VPreCompoundFragment::ResidualA13(), ResidualAthrd, ResidualZ, theA, and theZ.

+ Here is the call graph for this function:

G4PreCompoundHe3::~G4PreCompoundHe3 ( )
virtual

Definition at line 59 of file G4PreCompoundHe3.cc.

G4PreCompoundHe3::G4PreCompoundHe3 ( const G4PreCompoundHe3 right)
private

Member Function Documentation

G4double G4PreCompoundHe3::CoalescenceFactor ( G4int  A)
protectedvirtual

Implements G4PreCompoundIon.

Definition at line 67 of file G4PreCompoundHe3.cc.

G4double G4PreCompoundHe3::CrossSection ( G4double  ekin)
protectedvirtual
G4double G4PreCompoundHe3::FactorialFactor ( G4int  N,
G4int  P 
)
protectedvirtual

Implements G4PreCompoundIon.

Definition at line 62 of file G4PreCompoundHe3.cc.

G4double G4PreCompoundHe3::GetAlpha ( )
protectedvirtual

Implements G4PreCompoundIon.

Definition at line 109 of file G4PreCompoundHe3.cc.

References ResidualZ, and theZ.

G4double G4PreCompoundHe3::GetOpt12 ( G4double  K)
protected

Definition at line 135 of file G4PreCompoundHe3.cc.

References G4VPreCompoundFragment::g4pow, G4INCL::Math::max(), MeV, G4Pow::powZ(), ResidualA, ResidualAthrd, ResidualZ, and theZ.

Referenced by CrossSection().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4PreCompoundHe3::GetOpt34 ( G4double  K)
protected

Definition at line 177 of file G4PreCompoundHe3.cc.

References a, FragmentA, G4VPreCompoundFragment::g4pow, G4INCL::Math::max(), G4Pow::powZ(), ResidualA, ResidualAthrd, ResidualZ, theA, and theZ.

Referenced by CrossSection().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4PreCompoundHe3::GetRj ( G4int  NumberParticles,
G4int  NumberCharged 
)
protectedvirtual

Implements G4PreCompoundIon.

Definition at line 72 of file G4PreCompoundHe3.cc.

G4int G4PreCompoundHe3::operator!= ( const G4PreCompoundHe3 right) const
private
const G4PreCompoundHe3& G4PreCompoundHe3::operator= ( const G4PreCompoundHe3 right)
private
G4int G4PreCompoundHe3::operator== ( const G4PreCompoundHe3 right) const
private

Member Data Documentation

G4int G4PreCompoundHe3::FragmentA
private

Definition at line 78 of file G4PreCompoundHe3.hh.

Referenced by CrossSection(), G4PreCompoundHe3(), and GetOpt34().

G4double G4PreCompoundHe3::FragmentAthrd
private

Definition at line 77 of file G4PreCompoundHe3.hh.

Referenced by CrossSection(), and G4PreCompoundHe3().

G4int G4PreCompoundHe3::ResidualA
private

Definition at line 79 of file G4PreCompoundHe3.hh.

Referenced by CrossSection(), G4PreCompoundHe3(), GetOpt12(), and GetOpt34().

G4double G4PreCompoundHe3::ResidualAthrd
private

Definition at line 76 of file G4PreCompoundHe3.hh.

Referenced by CrossSection(), G4PreCompoundHe3(), GetOpt12(), and GetOpt34().

G4int G4PreCompoundHe3::ResidualZ
private

Definition at line 80 of file G4PreCompoundHe3.hh.

Referenced by CrossSection(), G4PreCompoundHe3(), GetAlpha(), GetOpt12(), and GetOpt34().

G4int G4PreCompoundHe3::theA
private

Definition at line 81 of file G4PreCompoundHe3.hh.

Referenced by CrossSection(), G4PreCompoundHe3(), and GetOpt34().

G4He3CoulombBarrier G4PreCompoundHe3::theHe3CoulombBarrier
private

Definition at line 75 of file G4PreCompoundHe3.hh.

G4int G4PreCompoundHe3::theZ
private

Definition at line 82 of file G4PreCompoundHe3.hh.

Referenced by CrossSection(), G4PreCompoundHe3(), GetAlpha(), GetOpt12(), and GetOpt34().


The documentation for this class was generated from the following files: