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

#include <G4HETCChargedFragment.hh>

Inheritance diagram for G4HETCChargedFragment:

Public Member Functions

 G4HETCChargedFragment (const G4ParticleDefinition *, G4VCoulombBarrier *)
 ~G4HETCChargedFragment () override=default
G4double SampleKineticEnergy (const G4Fragment &aFragment) override
 G4HETCChargedFragment (const G4HETCChargedFragment &right)=delete
const G4HETCChargedFragmentoperator= (const G4HETCChargedFragment &right)=delete
G4bool operator== (const G4HETCChargedFragment &right) const =delete
G4bool operator!= (const G4HETCChargedFragment &right) const =delete
Public Member Functions inherited from G4HETCFragment
 G4HETCFragment (const G4ParticleDefinition *, G4VCoulombBarrier *p=nullptr)
 ~G4HETCFragment () override=default
G4double CalcEmissionProbability (const G4Fragment &aFragment) override
 G4HETCFragment (const G4HETCFragment &right)=delete
const G4HETCFragmentoperator= (const G4HETCFragment &right)=delete
G4bool operator== (const G4HETCFragment &right) const =delete
G4bool operator!= (const G4HETCFragment &right) const =delete
Public Member Functions inherited from G4VPreCompoundFragment
 G4VPreCompoundFragment (const G4ParticleDefinition *, G4VCoulombBarrier *)
 ~G4VPreCompoundFragment () override
G4bool Initialize (const G4Fragment &aFragment)
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

Additional Inherited Members

Protected Member Functions inherited from G4HETCFragment
virtual G4double K (const G4Fragment &aFragment) const =0
virtual G4double GetSpinFactor () const =0
G4double BetaRand (G4int N, G4int L) const
Protected Member Functions inherited from G4VPreCompoundFragment
virtual G4double ProbabilityDistributionFunction (G4double, const G4Fragment &)
virtual G4double GetAlpha () const =0
virtual G4double GetBeta () const
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 34 of file G4HETCChargedFragment.hh.

Constructor & Destructor Documentation

◆ G4HETCChargedFragment() [1/2]

G4HETCChargedFragment::G4HETCChargedFragment ( const G4ParticleDefinition * pd,
G4VCoulombBarrier * aCoulombBarrier )

◆ ~G4HETCChargedFragment()

G4HETCChargedFragment::~G4HETCChargedFragment ( )
overridedefault

◆ G4HETCChargedFragment() [2/2]

G4HETCChargedFragment::G4HETCChargedFragment ( const G4HETCChargedFragment & right)
delete

Member Function Documentation

◆ operator!=()

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

◆ operator=()

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

◆ operator==()

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

◆ SampleKineticEnergy()

G4double G4HETCChargedFragment::SampleKineticEnergy ( const G4Fragment & aFragment)
overridevirtual

Reimplemented from G4VPreCompoundFragment.

Definition at line 44 of file G4HETCChargedFragment.cc.

45{
46 G4int Pb = fr.GetNumberOfParticles();
47 G4int H = fr.GetNumberOfHoles();
48
49 G4double g0 = (6.0/pi2)*fNucData->GetLevelDensity(theFragZ, theFragA,
50 fr.GetExcitationEnergy());
51
52 G4double Ab = std::max(0.0,G4double(Pb*Pb+H*H+Pb-3*H)/(4.0*g0));
53 G4double Emax = theMaxKinEnergy - Ab;
54
55 G4double x = BetaRand(Pb + H, 2);
56 return Emax - (Emax - theCoulombBarrier)*x;
57}
double G4double
Definition G4Types.hh:83
int G4int
Definition G4Types.hh:85
G4double BetaRand(G4int N, G4int L) const

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