Geant4  10.00.p02
G4HETCFragment Class Referenceabstract

#include <G4HETCFragment.hh>

+ Inheritance diagram for G4HETCFragment:
+ Collaboration diagram for G4HETCFragment:

Public Member Functions

 G4HETCFragment (const G4ParticleDefinition *, G4VCoulombBarrier *aCoulombBarrier)
 
virtual ~G4HETCFragment ()
 
G4double CalcEmissionProbability (const G4Fragment &aFragment)
 
- Public Member Functions inherited from G4VPreCompoundFragment
 G4VPreCompoundFragment (const G4ParticleDefinition *, G4VCoulombBarrier *aCoulombBarrier)
 
virtual ~G4VPreCompoundFragment ()
 
void Initialize (const G4Fragment &aFragment)
 
virtual G4double GetKineticEnergy (const G4Fragment &aFragment)=0
 
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 K (const G4Fragment &aFragment)=0
 
virtual G4double GetSpinFactor ()=0
 
virtual G4double GetAlpha ()=0
 
virtual G4double GetBeta ()=0
 
G4double BetaRand (const G4int N, const G4int L) const
 
- Protected Member Functions inherited from G4VPreCompoundFragment
G4bool IsItPossible (const G4Fragment &aFragment) const
 

Private Member Functions

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

Private Attributes

G4double r2norm
 

Additional Inherited Members

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

Detailed Description

Definition at line 40 of file G4HETCFragment.hh.

Constructor & Destructor Documentation

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

Definition at line 39 of file G4HETCFragment.cc.

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

+ Here is the call graph for this function:

G4HETCFragment::~G4HETCFragment ( )
virtual

Definition at line 47 of file G4HETCFragment.cc.

G4HETCFragment::G4HETCFragment ( )
private
G4HETCFragment::G4HETCFragment ( const G4HETCFragment right)
private

Member Function Documentation

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

Definition at line 80 of file G4HETCFragment.hh.

References G4INCL::DeJongSpin::shoot().

Referenced by G4HETCChargedFragment::GetKineticEnergy(), and G4HETCNeutron::GetKineticEnergy().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4HETCFragment::CalcEmissionProbability ( const G4Fragment aFragment)
virtual

Implements G4VPreCompoundFragment.

Definition at line 51 of file G4HETCFragment.cc.

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

+ Here is the call graph for this function:

virtual G4double G4HETCFragment::GetAlpha ( )
protectedpure virtual

Implemented in G4HETCNeutron, G4HETCDeuteron, G4HETCAlpha, G4HETCHe3, G4HETCProton, and G4HETCTriton.

Referenced by IntegrateEmissionProbability().

+ Here is the caller graph for this function:

virtual G4double G4HETCFragment::GetBeta ( )
protectedpure virtual

Implemented in G4HETCNeutron, G4HETCDeuteron, G4HETCAlpha, G4HETCHe3, G4HETCProton, and G4HETCTriton.

Referenced by IntegrateEmissionProbability().

+ Here is the caller graph for this function:

virtual G4double G4HETCFragment::GetSpinFactor ( )
protectedpure virtual

Implemented in G4HETCNeutron, G4HETCDeuteron, G4HETCAlpha, G4HETCHe3, G4HETCProton, and G4HETCTriton.

Referenced by IntegrateEmissionProbability().

+ Here is the caller graph for this function:

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

Definition at line 73 of file G4HETCFragment.cc.

References A, G4VPreCompoundFragment::g4pow, G4VPreCompoundFragment::GetA(), G4Fragment::GetA_asInt(), GetAlpha(), GetBeta(), G4Fragment::GetExcitationEnergy(), G4PreCompoundParameters::GetLevelDensity(), G4Fragment::GetNumberOfHoles(), G4Fragment::GetNumberOfParticles(), G4VPreCompoundFragment::GetReducedMass(), G4VPreCompoundFragment::GetRestA(), GetSpinFactor(), G4VPreCompoundFragment::IsItPossible(), K(), G4INCL::Math::max(), G4INCL::PhysicalConstants::Pf, G4Pow::powN(), r2norm, G4VPreCompoundFragment::theParameters, and G4Pow::Z23().

Referenced by CalcEmissionProbability().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

virtual G4double G4HETCFragment::K ( const G4Fragment aFragment)
protectedpure virtual

Implemented in G4HETCNeutron, G4HETCDeuteron, G4HETCAlpha, G4HETCHe3, G4HETCProton, and G4HETCTriton.

Referenced by IntegrateEmissionProbability().

+ Here is the caller graph for this function:

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

Member Data Documentation

G4double G4HETCFragment::r2norm
private

Definition at line 76 of file G4HETCFragment.hh.

Referenced by G4HETCFragment(), and IntegrateEmissionProbability().


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