Geant4  10.00.p02
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 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 K, const G4Fragment &aFragment)=0
 
- Protected Member Functions inherited from G4VPreCompoundFragment
G4bool IsItPossible (const G4Fragment &aFragment) const
 

Private Member Functions

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

Additional Inherited Members

- Protected Attributes inherited from G4VPreCompoundFragment
G4PreCompoundParameterstheParameters
 
G4Powg4pow
 
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 
)

Definition at line 40 of file G4PreCompoundFragment.cc.

G4PreCompoundFragment::~G4PreCompoundFragment ( )
virtual

Definition at line 45 of file G4PreCompoundFragment.cc.

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

Member Function Documentation

G4double G4PreCompoundFragment::CalcEmissionProbability ( const G4Fragment aFragment)
virtual

Implements G4VPreCompoundFragment.

Definition at line 49 of file G4PreCompoundFragment.cc.

References G4VPreCompoundFragment::GetMaximalKineticEnergy(), IntegrateEmissionProbability(), G4VPreCompoundFragment::OPTxs, G4VPreCompoundFragment::theCoulombBarrier, G4VPreCompoundFragment::theEmissionProbability, and G4VPreCompoundFragment::useSICB.

+ Here is the call graph for this function:

G4double G4PreCompoundFragment::GetKineticEnergy ( const G4Fragment aFragment)
virtual

Implements G4VPreCompoundFragment.

Definition at line 128 of file G4PreCompoundFragment.cc.

References G4UniformRand, G4VPreCompoundFragment::GetEmissionProbability(), G4VPreCompoundFragment::GetMaximalKineticEnergy(), G4VPreCompoundFragment::OPTxs, ProbabilityDistributionFunction(), G4VPreCompoundFragment::theCoulombBarrier, and G4VPreCompoundFragment::useSICB.

+ Here is the call graph for this function:

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

Definition at line 86 of file G4PreCompoundFragment.cc.

References ProbabilityDistributionFunction().

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 GetKineticEnergy(), and IntegrateEmissionProbability().

+ Here is the caller graph for this function:


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