Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 SampleKineticEnergy (const G4Fragment &aFragment)=0
 
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 K (const G4Fragment &aFragment)=0
 
virtual G4double GetSpinFactor () const =0
 
virtual G4double GetAlpha () const =0
 
virtual G4double GetBeta () const =0
 
G4double BetaRand (G4int N, G4int L) const
 

Additional Inherited Members

- Protected Attributes inherited from G4VPreCompoundFragment
G4DeexPrecoParameterstheParameters
 
G4Powg4calc
 
G4int theA
 
G4int theZ
 
G4int theResA
 
G4int theResZ
 
G4int theFragA
 
G4int theFragZ
 
G4double theResA13
 
G4double theBindingEnergy
 
G4double theMinKinEnergy
 
G4double theMaxKinEnergy
 
G4double theResMass
 
G4double theReducedMass
 
G4double theMass
 
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 38 of file G4HETCFragment.cc.

40  : G4VPreCompoundFragment(part, aCoulombBarrier)
41 {
44 }
static constexpr double hbarc
G4VPreCompoundFragment(const G4ParticleDefinition *, G4VCoulombBarrier *aCoulombBarrier)
G4DeexPrecoParameters * theParameters
double G4double
Definition: G4Types.hh:76
static constexpr double pi
Definition: SystemOfUnits.h:54

Here is the call graph for this function:

G4HETCFragment::~G4HETCFragment ( )
virtual

Definition at line 46 of file G4HETCFragment.cc.

47 {}

Member Function Documentation

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

Definition at line 79 of file G4HETCFragment.hh.

80 {
83 
84  return Y1/(Y1+Y2);
85 }
const int N
Definition: mixmax.h:43
ThreeVector shoot(const G4int Ap, const G4int Af)
double G4double
Definition: G4Types.hh:76
static constexpr double L
Definition: G4SIunits.hh:124

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 50 of file G4HETCFragment.cc.

51 {
52  if (GetEnergyThreshold() <= 0.0)
53  {
55  return 0.0;
56  }
57  // Coulomb barrier is the lower limit
58  // of integration over kinetic energy
60  IntegrateEmissionProbability(theCoulombBarrier,theMaxKinEnergy,aFragment);
61 
63 }
G4double GetEnergyThreshold() const

Here is the call graph for this function:

virtual G4double G4HETCFragment::GetAlpha ( ) const
protectedpure virtual
virtual G4double G4HETCFragment::GetBeta ( ) const
protectedpure virtual
virtual G4double G4HETCFragment::GetSpinFactor ( ) const
protectedpure virtual
virtual G4double G4HETCFragment::K ( const G4Fragment aFragment)
protectedpure virtual

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