Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions
G4HETCFragment Class Referenceabstract

#include <G4HETCFragment.hh>

Inheritance diagram for G4HETCFragment:
G4VPreCompoundFragment G4HETCChargedFragment G4HETCNeutron G4HETCAlpha G4HETCDeuteron G4HETCHe3 G4HETCProton G4HETCTriton

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
 

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(), and G4VPreCompoundFragment::theParameters.

41  : G4VPreCompoundFragment(part, aCoulombBarrier)
42 {
44  r2norm = r0*r0/(CLHEP::pi*CLHEP::hbarc*CLHEP::hbarc*CLHEP::hbarc);
45 }
G4PreCompoundParameters * theParameters
double G4double
Definition: G4Types.hh:76
G4HETCFragment::~G4HETCFragment ( )
virtual

Definition at line 47 of file G4HETCFragment.cc.

48 {}

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().

81 {
83  G4double Y2 = G4RandGamma::shoot(L,1);
84 
85  return Y1/(Y1+Y2);
86 }
ThreeVector shoot(const G4int Ap, const G4int Af)
**D E S C R I P T I O N
double G4double
Definition: G4Types.hh:76
G4double G4HETCFragment::CalcEmissionProbability ( const G4Fragment aFragment)
virtual

Implements G4VPreCompoundFragment.

Definition at line 51 of file G4HETCFragment.cc.

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

52 {
53  if (GetEnergyThreshold() <= 0.0)
54  {
56  return 0.0;
57  }
58  // Coulomb barrier is the lower limit
59  // of integration over kinetic energy
60  G4double LowerLimit = theCoulombBarrier;
61 
62  // Excitation energy of nucleus after fragment emission is the upper limit
63  // of integration over kinetic energy
64  G4double UpperLimit = GetMaximalKineticEnergy();
65 
67  IntegrateEmissionProbability(LowerLimit,UpperLimit,aFragment);
68 
70 }
G4double GetEnergyThreshold() const
G4double GetMaximalKineticEnergy() const
double G4double
Definition: G4Types.hh:76
virtual G4double G4HETCFragment::GetAlpha ( )
protectedpure virtual
virtual G4double G4HETCFragment::GetBeta ( )
protectedpure virtual
virtual G4double G4HETCFragment::GetSpinFactor ( )
protectedpure virtual
virtual G4double G4HETCFragment::K ( const G4Fragment aFragment)
protectedpure virtual

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