Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4HETCAlpha Class Reference

#include <G4HETCAlpha.hh>

+ Inheritance diagram for G4HETCAlpha:

Public Member Functions

 G4HETCAlpha ()
 
 ~G4HETCAlpha ()
 
- Public Member Functions inherited from G4HETCChargedFragment
 G4HETCChargedFragment (const G4ParticleDefinition *, G4VCoulombBarrier *aCoulombBarrier)
 
virtual ~G4HETCChargedFragment ()
 
virtual G4double SampleKineticEnergy (const G4Fragment &aFragment)
 
- Public Member Functions inherited from G4HETCFragment
 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 CalcEmissionProbability (const G4Fragment &aFragment)=0
 
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 GetAlpha () const
 
virtual G4double GetBeta () const
 
virtual G4double GetSpinFactor () const
 
virtual G4double K (const G4Fragment &aFragment)
 
- Protected Member Functions inherited from G4HETCFragment
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
 
virtual G4double GetAlpha () const =0
 
virtual G4double GetBeta () const =0
 

Additional Inherited Members

- Protected Attributes inherited from G4VPreCompoundFragment
G4NuclearLevelDatafNucData
 
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 G4HETCAlpha.hh.

Constructor & Destructor Documentation

◆ G4HETCAlpha()

G4HETCAlpha::G4HETCAlpha ( )

Definition at line 36 of file G4HETCAlpha.cc.

37 : G4HETCChargedFragment(G4Alpha::Alpha(), &theAlphaCoulombBarrier)
38{}
static G4Alpha * Alpha()
Definition: G4Alpha.cc:88

◆ ~G4HETCAlpha()

G4HETCAlpha::~G4HETCAlpha ( )

Definition at line 40 of file G4HETCAlpha.cc.

41{}

Member Function Documentation

◆ GetAlpha()

G4double G4HETCAlpha::GetAlpha ( ) const
protectedvirtual

Implements G4HETCFragment.

Definition at line 43 of file G4HETCAlpha.cc.

44{
45 G4double C = 0.0;
46 if (theFragZ <= 30)
47 {
48 C = 0.10;
49 }
50 else if (theFragZ <= 50)
51 {
52 C = 0.1 + -((theFragZ-50.)/20.)*0.02;
53 }
54 else if (theFragZ < 70)
55 {
56 C = 0.08 + -((theFragZ-70.)/20.)*0.02;
57 }
58 else
59 {
60 C = 0.06;
61 }
62 return 1.0+C;
63}
double C(double temp)
double G4double
Definition: G4Types.hh:83

◆ GetBeta()

G4double G4HETCAlpha::GetBeta ( ) const
protectedvirtual

Implements G4HETCFragment.

Definition at line 65 of file G4HETCAlpha.cc.

66{
67 return theCoulombBarrier;
68}

◆ GetSpinFactor()

G4double G4HETCAlpha::GetSpinFactor ( ) const
protectedvirtual

Implements G4HETCFragment.

Definition at line 70 of file G4HETCAlpha.cc.

71{
72 return 1.0;
73}

◆ K()

G4double G4HETCAlpha::K ( const G4Fragment aFragment)
protectedvirtual

Implements G4HETCFragment.

Definition at line 75 of file G4HETCAlpha.cc.

76{
77 // Number of protons in emitted fragment
78 G4int Pa = theZ;
79 // Number of neutrons in emitted fragment
80 G4int Na = theA - Pa;
81
83
84 G4int P = aFragment.GetNumberOfParticles();
85 G4int H = aFragment.GetNumberOfHoles();
86
87 G4double result = 0.0;
88 if (P > 3)
89 {
90 result = 3.0/(P*(P-1.0)*(P-2.0)*(P-3.0)) *
91 (H*(H-1.0)*(H-2.0)*(H-3.0)*r*r*(r-1.0)*(r-1.0) +
92 2.0*H*(H-1.0)*(H-2.0)*(Pa*r*(1.0-r)*(1.0-r)+Na*r*r*(1.0-r)) +
93 H*(H-1.0)*(Pa*(Pa-1.0)*(1.0-r)*(1.0-r)+4.0*Na*Pa*r*(1.0-r)+Na*(Na-1.0)*r*r) +
94 2*H*(Pa*Na*(Na-1.0)*r+Pa*(Pa-1.0)*Na*(1.0-r)) +
95 Pa*(Pa-1.0)*Na*(Na-1.0));
96
97 result /= 6.0*r*r*(1. - r) *(1. - r);
98 }
99 return std::max(0.0,result);
100}
int G4int
Definition: G4Types.hh:85
G4int GetNumberOfParticles() const
Definition: G4Fragment.hh:337
G4int GetNumberOfHoles() const
Definition: G4Fragment.hh:357

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