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

#include <G4PreCompoundNeutron.hh>

+ Inheritance diagram for G4PreCompoundNeutron:

Public Member Functions

 G4PreCompoundNeutron ()
 
virtual ~G4PreCompoundNeutron ()
 
virtual G4double GetRj (G4int NumberParticles, G4int NumberCharged) const
 
virtual G4double GetAlpha () const
 
virtual G4double GetBeta () const
 
- Public Member Functions inherited from G4PreCompoundNucleon
 G4PreCompoundNucleon (const G4ParticleDefinition *, G4VCoulombBarrier *aCoulombBarrier)
 
virtual ~G4PreCompoundNucleon ()
 
- Public Member Functions inherited from G4PreCompoundFragment
 G4PreCompoundFragment (const G4ParticleDefinition *, G4VCoulombBarrier *aCoulombBarrier)
 
virtual ~G4PreCompoundFragment ()
 
G4double CalcEmissionProbability (const G4Fragment &aFragment)
 
G4double SampleKineticEnergy (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)
 

Additional Inherited Members

- Protected Member Functions inherited from G4PreCompoundNucleon
virtual G4double ProbabilityDistributionFunction (G4double eKin, const G4Fragment &aFragment)
 
virtual G4double GetRj (G4int NumberParticles, G4int NumberCharged) const =0
 
- Protected Member Functions inherited from G4PreCompoundFragment
virtual G4double GetAlpha () const =0
 
virtual G4double GetBeta () const =0
 
G4double CrossSection (G4double ekin) const
 
virtual G4double ProbabilityDistributionFunction (G4double K, const G4Fragment &aFragment)=0
 
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 41 of file G4PreCompoundNeutron.hh.

Constructor & Destructor Documentation

◆ G4PreCompoundNeutron()

G4PreCompoundNeutron::G4PreCompoundNeutron ( )

Definition at line 47 of file G4PreCompoundNeutron.cc.

48 : G4PreCompoundNucleon(G4Neutron::Neutron(), &theNeutronCoulombBarrier)
49{}
static G4Neutron * Neutron()
Definition: G4Neutron.cc:103

◆ ~G4PreCompoundNeutron()

G4PreCompoundNeutron::~G4PreCompoundNeutron ( )
virtual

Definition at line 51 of file G4PreCompoundNeutron.cc.

52{}

Member Function Documentation

◆ GetAlpha()

G4double G4PreCompoundNeutron::GetAlpha ( ) const
virtual

Implements G4PreCompoundFragment.

Definition at line 64 of file G4PreCompoundNeutron.cc.

65{
66 return 0.76+2.2/theResA13;
67}

Referenced by GetBeta().

◆ GetBeta()

G4double G4PreCompoundNeutron::GetBeta ( ) const
virtual

Implements G4PreCompoundFragment.

Definition at line 69 of file G4PreCompoundNeutron.cc.

70{
71 return (2.12/(theResA13*theResA13)-0.05)*MeV/GetAlpha();
72}
virtual G4double GetAlpha() const

◆ GetRj()

G4double G4PreCompoundNeutron::GetRj ( G4int  NumberParticles,
G4int  NumberCharged 
) const
virtual

Implements G4PreCompoundNucleon.

Definition at line 54 of file G4PreCompoundNeutron.cc.

55{
56 G4double rj = 0.0;
57 if(nParticles > 0) {
58 rj = static_cast<G4double>(nParticles - nCharged)/
59 static_cast<G4double>(nParticles);
60 }
61 return rj;
62}
double G4double
Definition: G4Types.hh:83

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