Geant4 11.1.1
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 ()
 
virtual ~G4PreCompoundHe3 ()
 
 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)
 
virtual ~G4PreCompoundIon ()
 
 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)
 
virtual ~G4PreCompoundFragment ()
 
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 *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)
 
 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
 
G4double GetBeta () const override
 
virtual G4double GetRj (G4int NumberParticles, G4int NumberCharged) const =0
 
virtual G4double FactorialFactor (G4int N, G4int P) const =0
 
virtual G4double CoalescenceFactor (G4int A) const =0
 
- Protected Member Functions inherited from G4PreCompoundFragment
G4double CrossSection (G4double ekin) const
 
virtual G4double ProbabilityDistributionFunction (G4double ekin, const G4Fragment &aFragment)=0
 
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 41 of file G4PreCompoundHe3.hh.

Constructor & Destructor Documentation

◆ G4PreCompoundHe3() [1/2]

G4PreCompoundHe3::G4PreCompoundHe3 ( )

Definition at line 47 of file G4PreCompoundHe3.cc.

48 : G4PreCompoundIon(G4He3::He3(), &theHe3CoulombBarrier)
49{}
static G4He3 * He3()
Definition: G4He3.cc:93

◆ ~G4PreCompoundHe3()

G4PreCompoundHe3::~G4PreCompoundHe3 ( )
virtual

Definition at line 51 of file G4PreCompoundHe3.cc.

52{}

◆ 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 59 of file G4PreCompoundHe3.cc.

60{
61 return 243.0/static_cast<G4double>(A*A);
62}
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 54 of file G4PreCompoundHe3.cc.

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

◆ GetAlpha()

G4double G4PreCompoundHe3::GetAlpha ( ) const
overrideprotectedvirtual

Implements G4VPreCompoundFragment.

Definition at line 74 of file G4PreCompoundHe3.cc.

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

◆ GetRj()

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

Implements G4PreCompoundIon.

Definition at line 64 of file G4PreCompoundHe3.cc.

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

◆ 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: