Geant4  10.02
G4PreCompoundFragment Class Referenceabstract

#include <G4PreCompoundFragment.hh>

+ Inheritance diagram for G4PreCompoundFragment:
+ Collaboration diagram for G4PreCompoundFragment:

Public Member Functions

 G4PreCompoundFragment (const G4ParticleDefinition *, G4VCoulombBarrier *aCoulombBarrier)
 
virtual ~G4PreCompoundFragment ()
 
G4double CalcEmissionProbability (const G4Fragment &aFragment)
 
G4double SampleKineticEnergy (const G4Fragment &aFragment)
 
- Public Member Functions inherited from G4VPreCompoundFragment
 G4VPreCompoundFragment (const G4ParticleDefinition *, G4VCoulombBarrier *aCoulombBarrier)
 
virtual ~G4VPreCompoundFragment ()
 
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 Member Functions

virtual G4double GetAlpha () const =0
 
virtual G4double GetBeta () const =0
 
G4double CrossSection (G4double ekin) const
 
virtual G4double ProbabilityDistributionFunction (G4double K, const G4Fragment &aFragment)=0
 

Private Member Functions

G4double IntegrateEmissionProbability (G4double Low, G4double Up, const G4Fragment &aFragment)
 
G4double GetOpt0 (G4double ekin) const
 
 G4PreCompoundFragment ()
 
 G4PreCompoundFragment (const G4PreCompoundFragment &right)
 
const G4PreCompoundFragmentoperator= (const G4PreCompoundFragment &right)
 
G4int operator== (const G4PreCompoundFragment &right) const
 
G4int operator!= (const G4PreCompoundFragment &right) const
 

Private Attributes

G4int index
 
G4double muu
 
G4double probability [12]
 
G4double probmax
 

Additional Inherited Members

- Protected Attributes inherited from G4VPreCompoundFragment
G4PreCompoundParameterstheParameters
 
G4Powg4pow
 
G4int theA
 
G4int theZ
 
G4int theResA
 
G4int theResZ
 
G4int theFragA
 
G4int theFragZ
 
G4double theResA13
 
G4double theBindingEnergy
 
G4double theMaxKinEnergy
 
G4double theResMass
 
G4double theReducedMass
 
G4double theMass
 
G4double theEmissionProbability
 
G4double theCoulombBarrier
 
G4int OPTxs
 
G4bool useSICB
 

Detailed Description

Definition at line 44 of file G4PreCompoundFragment.hh.

Constructor & Destructor Documentation

G4PreCompoundFragment::G4PreCompoundFragment ( const G4ParticleDefinition part,
G4VCoulombBarrier aCoulombBarrier 
)
G4PreCompoundFragment::~G4PreCompoundFragment ( )
virtual

Definition at line 81 of file G4PreCompoundFragment.cc.

G4PreCompoundFragment::G4PreCompoundFragment ( )
private
G4PreCompoundFragment::G4PreCompoundFragment ( const G4PreCompoundFragment right)
private

Member Function Documentation

G4double G4PreCompoundFragment::CalcEmissionProbability ( const G4Fragment aFragment)
virtual
G4double G4PreCompoundFragment::CrossSection ( G4double  ekin) const
protected

Definition at line 142 of file G4PreCompoundFragment.cc.

References G4ChatterjeeCrossSection::ComputeCrossSection(), G4KalbachCrossSection::ComputeCrossSection(), GetOpt0(), index, muu, G4VPreCompoundFragment::OPTxs, G4VPreCompoundFragment::theA, G4VPreCompoundFragment::theResA, G4VPreCompoundFragment::theResA13, G4VPreCompoundFragment::theResZ, and G4VPreCompoundFragment::theZ.

Referenced by G4PreCompoundNucleon::ProbabilityDistributionFunction(), and G4PreCompoundIon::ProbabilityDistributionFunction().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

virtual G4double G4PreCompoundFragment::GetAlpha ( ) const
protectedpure virtual

Implements G4VPreCompoundFragment.

Implemented in G4PreCompoundAlpha, G4PreCompoundDeuteron, G4PreCompoundHe3, G4PreCompoundTriton, G4PreCompoundNeutron, and G4PreCompoundProton.

Referenced by GetOpt0().

+ Here is the caller graph for this function:

virtual G4double G4PreCompoundFragment::GetBeta ( ) const
protectedpure virtual

Implements G4VPreCompoundFragment.

Implemented in G4PreCompoundIon, G4PreCompoundNeutron, and G4PreCompoundProton.

Referenced by GetOpt0().

+ Here is the caller graph for this function:

G4double G4PreCompoundFragment::GetOpt0 ( G4double  ekin) const
private

Definition at line 160 of file G4PreCompoundFragment.cc.

References GetAlpha(), GetBeta(), G4PreCompoundParameters::Getr0(), pi, r0, G4VPreCompoundFragment::theParameters, and G4VPreCompoundFragment::theResA13.

Referenced by CrossSection().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4PreCompoundFragment::IntegrateEmissionProbability ( G4double  Low,
G4double  Up,
const G4Fragment aFragment 
)
private

Definition at line 122 of file G4PreCompoundFragment.cc.

References G4INCL::Math::max(), NPOINTSGL, probability, ProbabilityDistributionFunction(), probmax, w, and x.

Referenced by CalcEmissionProbability().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4int G4PreCompoundFragment::operator!= ( const G4PreCompoundFragment right) const
private
const G4PreCompoundFragment& G4PreCompoundFragment::operator= ( const G4PreCompoundFragment right)
private
G4int G4PreCompoundFragment::operator== ( const G4PreCompoundFragment right) const
private
virtual G4double G4PreCompoundFragment::ProbabilityDistributionFunction ( G4double  K,
const G4Fragment aFragment 
)
protectedpure virtual

Implemented in G4PreCompoundIon, and G4PreCompoundNucleon.

Referenced by IntegrateEmissionProbability(), and SampleKineticEnergy().

+ Here is the caller graph for this function:

G4double G4PreCompoundFragment::SampleKineticEnergy ( const G4Fragment aFragment)
virtual

Implements G4VPreCompoundFragment.

Definition at line 168 of file G4PreCompoundFragment.cc.

References ProbabilityDistributionFunction(), probmax, G4VPreCompoundFragment::theCoulombBarrier, G4VPreCompoundFragment::theMaxKinEnergy, and G4VPreCompoundFragment::useSICB.

+ Here is the call graph for this function:

Member Data Documentation

G4int G4PreCompoundFragment::index
private
G4double G4PreCompoundFragment::muu
private
G4double G4PreCompoundFragment::probability[12]
private

Definition at line 95 of file G4PreCompoundFragment.hh.

Referenced by G4PreCompoundFragment(), and IntegrateEmissionProbability().

G4double G4PreCompoundFragment::probmax
private

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