Geant4  10.00.p02
G4PreCompoundIon Class Referenceabstract

#include <G4PreCompoundIon.hh>

+ Inheritance diagram for G4PreCompoundIon:
+ Collaboration diagram for G4PreCompoundIon:

Public Member Functions

 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 ProbabilityDistributionFunction (G4double eKin, const G4Fragment &aFragment)
 
virtual G4double CrossSection (G4double ekin)=0
 
virtual G4double GetRj (G4int NumberParticles, G4int NumberCharged)=0
 
virtual G4double FactorialFactor (G4int N, G4int P)=0
 
virtual G4double CoalescenceFactor (G4int A)=0
 
virtual G4double GetAlpha ()=0
 
G4double GetBeta ()
 
G4double GetOpt0 (G4double ekin)
 
- Protected Member Functions inherited from G4VPreCompoundFragment
G4bool IsItPossible (const G4Fragment &aFragment) const
 

Private Member Functions

 G4PreCompoundIon ()
 
 G4PreCompoundIon (const G4PreCompoundIon &right)
 
const G4PreCompoundIonoperator= (const G4PreCompoundIon &right)
 
G4int operator== (const G4PreCompoundIon &right) const
 
G4int operator!= (const G4PreCompoundIon &right) const
 

Private Attributes

G4double fact
 

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 G4PreCompoundIon.hh.

Constructor & Destructor Documentation

G4PreCompoundIon::G4PreCompoundIon ( const G4ParticleDefinition part,
G4VCoulombBarrier aCoulombBarrier 
)

Definition at line 47 of file G4PreCompoundIon.cc.

References fact, G4PreCompoundParameters::Getr0(), millibarn, G4INCL::Math::pi, and G4VPreCompoundFragment::theParameters.

+ Here is the call graph for this function:

G4PreCompoundIon::~G4PreCompoundIon ( )
virtual

Definition at line 55 of file G4PreCompoundIon.cc.

G4PreCompoundIon::G4PreCompoundIon ( )
private
G4PreCompoundIon::G4PreCompoundIon ( const G4PreCompoundIon right)
private

Member Function Documentation

virtual G4double G4PreCompoundIon::CoalescenceFactor ( G4int  A)
protectedpure virtual

Implemented in G4PreCompoundAlpha, G4PreCompoundDeuteron, G4PreCompoundHe3, and G4PreCompoundTriton.

Referenced by ProbabilityDistributionFunction().

+ Here is the caller graph for this function:

virtual G4double G4PreCompoundIon::CrossSection ( G4double  ekin)
protectedpure virtual

Implemented in G4PreCompoundAlpha, G4PreCompoundDeuteron, G4PreCompoundHe3, and G4PreCompoundTriton.

Referenced by ProbabilityDistributionFunction().

+ Here is the caller graph for this function:

virtual G4double G4PreCompoundIon::FactorialFactor ( G4int  N,
G4int  P 
)
protectedpure virtual

Implemented in G4PreCompoundAlpha, G4PreCompoundDeuteron, G4PreCompoundHe3, and G4PreCompoundTriton.

Referenced by ProbabilityDistributionFunction().

+ Here is the caller graph for this function:

virtual G4double G4PreCompoundIon::GetAlpha ( )
protectedpure virtual

Implemented in G4PreCompoundAlpha, G4PreCompoundDeuteron, G4PreCompoundHe3, and G4PreCompoundTriton.

Referenced by GetOpt0().

+ Here is the caller graph for this function:

G4double G4PreCompoundIon::GetBeta ( )
inlineprotected

Definition at line 86 of file G4PreCompoundIon.hh.

References G4VPreCompoundFragment::GetCoulombBarrier().

Referenced by GetOpt0().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4PreCompoundIon::GetOpt0 ( G4double  ekin)
inlineprotected

Definition at line 92 of file G4PreCompoundIon.hh.

References GetAlpha(), GetBeta(), G4PreCompoundParameters::Getr0(), G4INCL::Math::pi, G4VPreCompoundFragment::ResidualA13(), and G4VPreCompoundFragment::theParameters.

Referenced by G4PreCompoundAlpha::CrossSection(), G4PreCompoundTriton::CrossSection(), G4PreCompoundHe3::CrossSection(), and G4PreCompoundDeuteron::CrossSection().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

virtual G4double G4PreCompoundIon::GetRj ( G4int  NumberParticles,
G4int  NumberCharged 
)
protectedpure virtual

Implemented in G4PreCompoundAlpha, G4PreCompoundDeuteron, G4PreCompoundHe3, and G4PreCompoundTriton.

Referenced by ProbabilityDistributionFunction().

+ Here is the caller graph for this function:

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

Member Data Documentation

G4double G4PreCompoundIon::fact
private

Definition at line 83 of file G4PreCompoundIon.hh.

Referenced by G4PreCompoundIon(), and ProbabilityDistributionFunction().


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