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

#include <G4HETCFragment.hh>

+ Inheritance diagram for G4HETCFragment:

Public Member Functions

 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 *)
 
virtual ~G4VPreCompoundFragment ()
 
void Initialize (const G4Fragment &aFragment)
 
virtual G4double SampleKineticEnergy (const G4Fragment &)=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 &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

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 GetAlpha () const =0
 
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 39 of file G4HETCFragment.hh.

Constructor & Destructor Documentation

◆ G4HETCFragment() [1/2]

G4HETCFragment::G4HETCFragment ( const G4ParticleDefinition * part,
G4VCoulombBarrier * p = nullptr )

Definition at line 38 of file G4HETCFragment.cc.

40 : G4VPreCompoundFragment(part, aCoulombBarrier)
41{
43 r2norm = r0*r0/(CLHEP::pi*CLHEP::hbarc*CLHEP::hbarc*CLHEP::hbarc);
44}
double G4double
Definition G4Types.hh:83
G4DeexPrecoParameters * theParameters
G4VPreCompoundFragment(const G4ParticleDefinition *, G4VCoulombBarrier *)

◆ ~G4HETCFragment()

G4HETCFragment::~G4HETCFragment ( )
overridedefault

◆ G4HETCFragment() [2/2]

G4HETCFragment::G4HETCFragment ( const G4HETCFragment & right)
delete

Member Function Documentation

◆ BetaRand()

G4double G4HETCFragment::BetaRand ( G4int N,
G4int L ) const
inlineprotected

Definition at line 71 of file G4HETCFragment.hh.

72{
73 G4double Y1 = G4RandGamma::shoot(N,1);
74 G4double Y2 = G4RandGamma::shoot(L,1);
75
76 return Y1/(Y1+Y2);
77}
#define N
Definition crc32.c:57

Referenced by G4HETCChargedFragment::SampleKineticEnergy(), and G4HETCNeutron::SampleKineticEnergy().

◆ CalcEmissionProbability()

G4double G4HETCFragment::CalcEmissionProbability ( const G4Fragment & aFragment)
overridevirtual

Implements G4VPreCompoundFragment.

Definition at line 46 of file G4HETCFragment.cc.

47{
48 if (GetEnergyThreshold() <= 0.0) {
50 return 0.0;
51 }
52 // Coulomb barrier is the lower limit
53 // of integration over kinetic energy
55 IntegrateEmissionProbability(theCoulombBarrier, theMaxKinEnergy, fp);
56
58}

◆ GetSpinFactor()

virtual G4double G4HETCFragment::GetSpinFactor ( ) const
protectedpure virtual

◆ K()

virtual G4double G4HETCFragment::K ( const G4Fragment & aFragment) const
protectedpure virtual

◆ operator!=()

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

◆ operator=()

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

◆ operator==()

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

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