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

#include <G4PreCompoundHe3.hh>

+ Inheritance diagram for G4PreCompoundHe3:

Public Member Functions

 G4PreCompoundHe3 ()
 
 ~G4PreCompoundHe3 () override=default
 
 G4PreCompoundHe3 (const G4PreCompoundHe3 &right)=delete
 
const G4PreCompoundHe3operator= (const G4PreCompoundHe3 &right)=delete
 
G4bool operator== (const G4PreCompoundHe3 &right) const =delete
 
G4bool operator!= (const G4PreCompoundHe3 &right) const =delete
 
- Public Member Functions inherited from G4PreCompoundIon
 G4PreCompoundIon (const G4ParticleDefinition *, G4VCoulombBarrier *aCoulombBarrier)
 
 ~G4PreCompoundIon () override=default
 
 G4PreCompoundIon (const G4PreCompoundIon &right)=delete
 
const G4PreCompoundIonoperator= (const G4PreCompoundIon &right)=delete
 
G4bool operator== (const G4PreCompoundIon &right) const =delete
 
G4bool operator!= (const G4PreCompoundIon &right) const =delete
 
- Public Member Functions inherited from G4PreCompoundFragment
 G4PreCompoundFragment (const G4ParticleDefinition *, G4VCoulombBarrier *aCoulombBarrier)
 
 ~G4PreCompoundFragment () override=default
 
G4double CalcEmissionProbability (const G4Fragment &aFragment) override
 
G4double SampleKineticEnergy (const G4Fragment &aFragment) override
 
 G4PreCompoundFragment (const G4PreCompoundFragment &right)=delete
 
const G4PreCompoundFragmentoperator= (const G4PreCompoundFragment &right)=delete
 
G4bool operator== (const G4PreCompoundFragment &right) const =delete
 
G4bool operator!= (const G4PreCompoundFragment &right) const =delete
 
- Public Member Functions inherited from G4VPreCompoundFragment
 G4VPreCompoundFragment (const G4ParticleDefinition *, G4VCoulombBarrier *)
 
virtual ~G4VPreCompoundFragment ()
 
void Initialize (const G4Fragment &aFragment)
 
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 &lv)
 
void SetOPTxs (G4int opt)
 
void UseSICB (G4bool use)
 
 G4VPreCompoundFragment (const G4VPreCompoundFragment &right)=delete
 
const G4VPreCompoundFragmentoperator= (const G4VPreCompoundFragment &right)=delete
 
G4bool operator== (const G4VPreCompoundFragment &right) const =delete
 
G4bool operator!= (const G4VPreCompoundFragment &right) const =delete
 

Protected Member Functions

G4double GetRj (G4int NumberParticles, G4int NumberCharged) const override
 
G4double FactorialFactor (G4int N, G4int P) const override
 
G4double CoalescenceFactor (G4int A) const override
 
G4double GetAlpha () const override
 
- Protected Member Functions inherited from G4PreCompoundIon
G4double ProbabilityDistributionFunction (G4double eKin, const G4Fragment &) override
 
- Protected Member Functions inherited from G4PreCompoundFragment
G4double CrossSection (G4double ekin) const
 
- Protected Member Functions inherited from G4VPreCompoundFragment
virtual G4double GetBeta () const
 

Additional Inherited Members

- Protected Attributes inherited from G4VPreCompoundFragment
G4NuclearLevelDatafNucData
 
G4DeexPrecoParameterstheParameters
 
G4Powg4calc
 
G4int theA
 
G4int theZ
 
G4int theResA {0}
 
G4int theResZ {0}
 
G4int theFragA {0}
 
G4int theFragZ {0}
 
G4double theResA13 {0.0}
 
G4double theBindingEnergy {0.0}
 
G4double theMinKinEnergy {0.0}
 
G4double theMaxKinEnergy {0.0}
 
G4double theResMass {0.0}
 
G4double theReducedMass {0.0}
 
G4double theMass
 
G4double theEmissionProbability {0.0}
 
G4double theCoulombBarrier {0.0}
 
G4int OPTxs {3}
 
G4bool useSICB {true}
 

Detailed Description

Definition at line 40 of file G4PreCompoundHe3.hh.

Constructor & Destructor Documentation

◆ G4PreCompoundHe3() [1/2]

G4PreCompoundHe3::G4PreCompoundHe3 ( )

Definition at line 47 of file G4PreCompoundHe3.cc.

49{}
static G4He3 * He3()
Definition G4He3.cc:90
G4PreCompoundIon(const G4ParticleDefinition *, G4VCoulombBarrier *aCoulombBarrier)

◆ ~G4PreCompoundHe3()

G4PreCompoundHe3::~G4PreCompoundHe3 ( )
overridedefault

◆ G4PreCompoundHe3() [2/2]

G4PreCompoundHe3::G4PreCompoundHe3 ( const G4PreCompoundHe3 & right)
delete

Member Function Documentation

◆ CoalescenceFactor()

G4double G4PreCompoundHe3::CoalescenceFactor ( G4int A) const
overrideprotectedvirtual

Implements G4PreCompoundIon.

Definition at line 56 of file G4PreCompoundHe3.cc.

57{
58 return 243.0/static_cast<G4double>(A*A);
59}
double G4double
Definition G4Types.hh:83
const G4double A[17]

◆ FactorialFactor()

G4double G4PreCompoundHe3::FactorialFactor ( G4int N,
G4int P ) const
overrideprotectedvirtual

Implements G4PreCompoundIon.

Definition at line 51 of file G4PreCompoundHe3.cc.

52{
53 return static_cast<G4double>(((N-3)*(P-2)*(N-2))*((P-1)*(N-1)*P))/12.0;
54}
#define N
Definition crc32.c:57

◆ GetAlpha()

G4double G4PreCompoundHe3::GetAlpha ( ) const
overrideprotectedvirtual

Implements G4VPreCompoundFragment.

Definition at line 71 of file G4PreCompoundHe3.cc.

72{
73 G4double C = 0.0;
74 if (theFragZ <= 30)
75 {
76 C = 0.10;
77 }
78 else if (theFragZ <= 50)
79 {
80 C = 0.1 - (theFragZ - 30)*0.001;
81 }
82 else if (theFragZ < 70)
83 {
84 C = 0.08 - (theFragZ - 50)*0.001;
85 }
86 else
87 {
88 C = 0.06;
89 }
90 return 1.0 + C*(4.0/3.0);
91}
G4double C(G4double temp)

◆ GetRj()

G4double G4PreCompoundHe3::GetRj ( G4int NumberParticles,
G4int NumberCharged ) const
overrideprotectedvirtual

Implements G4PreCompoundIon.

Definition at line 61 of file G4PreCompoundHe3.cc.

62{
63 G4double rj = 0.0;
64 if(nCharged >=2 && (nParticles-nCharged) >= 1) {
65 G4double denominator = (G4double)(nParticles*(nParticles-1)*(nParticles-2));
66 rj = (3*nCharged*(nCharged-1)*(nParticles-nCharged))/denominator;
67 }
68 return rj;
69}

◆ operator!=()

G4bool G4PreCompoundHe3::operator!= ( const G4PreCompoundHe3 & right) const
delete

◆ operator=()

const G4PreCompoundHe3 & G4PreCompoundHe3::operator= ( const G4PreCompoundHe3 & right)
delete

◆ operator==()

G4bool G4PreCompoundHe3::operator== ( const G4PreCompoundHe3 & right) const
delete

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