Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4HETCChargedFragment Class Reference

#include <G4HETCChargedFragment.hh>

Inheritance diagram for G4HETCChargedFragment:
Collaboration 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)
 
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 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
 
- Protected Attributes inherited from G4VPreCompoundFragment
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 35 of file G4HETCChargedFragment.hh.

Constructor & Destructor Documentation

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

Definition at line 39 of file G4HETCChargedFragment.cc.

41  : G4HETCFragment(pd, aCoulombBarrier)
42 {}

Here is the call graph for this function:

Here is the caller graph for this function:

G4HETCChargedFragment::~G4HETCChargedFragment ( )
virtual

Definition at line 44 of file G4HETCChargedFragment.cc.

45 {}

Member Function Documentation

G4double G4HETCChargedFragment::SampleKineticEnergy ( const G4Fragment aFragment)
virtual

Implements G4VPreCompoundFragment.

Definition at line 48 of file G4HETCChargedFragment.cc.

49 {
50  G4int Pb = aFragment.GetNumberOfParticles();
51  G4int H = aFragment.GetNumberOfHoles();
52 
54 
55  G4double Ab = std::max(0.0,G4double(Pb*Pb+H*H+Pb-3*H)/(4.0*g0));
57 
58  G4double x = BetaRand(Pb + H, 2);
59 
60  return Emax - (Emax-theCoulombBarrier)*x;
61 }
G4int GetNumberOfParticles() const
Definition: G4Fragment.hh:345
G4double GetLevelDensity() const
int G4int
Definition: G4Types.hh:78
G4DeexPrecoParameters * theParameters
G4int GetNumberOfHoles() const
Definition: G4Fragment.hh:365
T max(const T t1, const T t2)
brief Return the largest of the two arguments
static const G4double Emax
double G4double
Definition: G4Types.hh:76
G4double BetaRand(G4int N, G4int L) const
static constexpr double pi2
Definition: G4SIunits.hh:78

Here is the call graph for this function:


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