Geant4 11.1.1
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 *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)
 
 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)=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
 
- 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 34 of file G4HETCChargedFragment.hh.

Constructor & Destructor Documentation

◆ G4HETCChargedFragment()

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

Definition at line 39 of file G4HETCChargedFragment.cc.

41 : G4HETCFragment(pd, aCoulombBarrier)
42{}

Referenced by G4HETCChargedFragment().

◆ ~G4HETCChargedFragment()

G4HETCChargedFragment::~G4HETCChargedFragment ( )
virtual

Definition at line 44 of file G4HETCChargedFragment.cc.

45{}

Member Function Documentation

◆ SampleKineticEnergy()

G4double G4HETCChargedFragment::SampleKineticEnergy ( const G4Fragment aFragment)
virtual

Implements G4VPreCompoundFragment.

Definition at line 47 of file G4HETCChargedFragment.cc.

49{
50 G4int Pb = aFragment.GetNumberOfParticles();
51 G4int H = aFragment.GetNumberOfHoles();
52
54 aFragment.GetExcitationEnergy());
55
56 G4double Ab = std::max(0.0,G4double(Pb*Pb+H*H+Pb-3*H)/(4.0*g0));
57 G4double Emax = theMaxKinEnergy - Ab;
58
59 G4double x = BetaRand(Pb + H, 2);
60
61 return Emax - (Emax-theCoulombBarrier)*x;
62}
double G4double
Definition: G4Types.hh:83
int G4int
Definition: G4Types.hh:85
G4int GetNumberOfParticles() const
Definition: G4Fragment.hh:366
G4int GetNumberOfHoles() const
Definition: G4Fragment.hh:386
G4double GetExcitationEnergy() const
Definition: G4Fragment.hh:312
G4double BetaRand(G4int N, G4int L) const
G4double GetLevelDensity(G4int Z, G4int A, G4double U)
G4NuclearLevelData * fNucData

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