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

#include <G4PreCompoundAlpha.hh>

Inheritance diagram for G4PreCompoundAlpha:

Public Member Functions

 G4PreCompoundAlpha ()
 ~G4PreCompoundAlpha () override=default
 G4PreCompoundAlpha (const G4PreCompoundAlpha &right)=delete
const G4PreCompoundAlphaoperator= (const G4PreCompoundAlpha &right)=delete
G4bool operator== (const G4PreCompoundAlpha &right) const =delete
G4bool operator!= (const G4PreCompoundAlpha &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 CrossSection (G4double ekin)
G4double RecentXS () const
 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 *)
 ~G4VPreCompoundFragment () override
G4bool Initialize (const G4Fragment &aFragment)
virtual G4double CalcEmissionProbability (const G4Fragment &)
virtual G4double SampleKineticEnergy (const G4Fragment &)
G4double ProbabilityDensityFunction (G4double energy) override
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)
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 G4VPreCompoundFragment
virtual G4double GetBeta () const

Additional Inherited Members

Protected Attributes inherited from G4VPreCompoundFragment
G4NuclearLevelDatafNucData
G4DeexPrecoParameterstheParameters
G4Powg4calc
G4InterfaceToXSfXSection {nullptr}
const G4FragmentpFragment {nullptr}
G4int theA
G4int theZ
G4int theResA {0}
G4int theResZ {0}
G4int theFragA {0}
G4int theFragZ {0}
G4int OPTxs
G4int index {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}
G4bool useSICB {true}

Detailed Description

Definition at line 40 of file G4PreCompoundAlpha.hh.

Constructor & Destructor Documentation

◆ G4PreCompoundAlpha() [1/2]

G4PreCompoundAlpha::G4PreCompoundAlpha ( )

Definition at line 48 of file G4PreCompoundAlpha.cc.

49 : G4PreCompoundIon(G4Alpha::Alpha(), new G4CoulombBarrier(4, 2))
50{}
static G4Alpha * Alpha()
Definition G4Alpha.cc:83
G4PreCompoundIon(const G4ParticleDefinition *, G4VCoulombBarrier *aCoulombBarrier)

Referenced by G4PreCompoundAlpha(), operator!=(), operator=(), and operator==().

◆ ~G4PreCompoundAlpha()

G4PreCompoundAlpha::~G4PreCompoundAlpha ( )
overridedefault

◆ G4PreCompoundAlpha() [2/2]

G4PreCompoundAlpha::G4PreCompoundAlpha ( const G4PreCompoundAlpha & right)
delete

Member Function Documentation

◆ CoalescenceFactor()

G4double G4PreCompoundAlpha::CoalescenceFactor ( G4int A) const
overrideprotectedvirtual

Implements G4PreCompoundIon.

Definition at line 58 of file G4PreCompoundAlpha.cc.

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

◆ FactorialFactor()

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

Implements G4PreCompoundIon.

Definition at line 52 of file G4PreCompoundAlpha.cc.

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

◆ GetAlpha()

G4double G4PreCompoundAlpha::GetAlpha ( ) const
overrideprotectedvirtual

Implements G4VPreCompoundFragment.

Definition at line 63 of file G4PreCompoundAlpha.cc.

64{
66}
static G4double AlphaCValue(const G4int Z)

◆ GetRj()

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

Implements G4PreCompoundIon.

Definition at line 68 of file G4PreCompoundAlpha.cc.

69{
70 G4double rj = 0.0;
71 if(nCharged >=2 && (nParticles-nCharged) >=2 ) {
72 G4double denominator = (G4double)
73 (nParticles*(nParticles-1))*((nParticles-2)*(nParticles-3));
74 rj = (6.0*nCharged*(nCharged-1))*
75 ((nParticles-nCharged)*(nParticles-nCharged-1))/denominator;
76 }
77 return rj;
78}

◆ operator!=()

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

◆ operator=()

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

◆ operator==()

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

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