Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
G4HETCChargedFragment Class Reference

#include <G4HETCChargedFragment.hh>

Inheritance diagram for G4HETCChargedFragment:
G4HETCFragment G4VPreCompoundFragment G4HETCAlpha G4HETCDeuteron G4HETCHe3 G4HETCProton G4HETCTriton

Public Member Functions

 G4HETCChargedFragment (const G4ParticleDefinition *, G4VCoulombBarrier *aCoulombBarrier)
 
virtual ~G4HETCChargedFragment ()
 
virtual G4double GetKineticEnergy (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)
 
G4ReactionProductGetReactionProduct () const
 
G4int GetA () const
 
G4int GetZ () const
 
G4int GetRestA () const
 
G4int GetRestZ () const
 
G4double ResidualA13 () const
 
G4double GetCoulombBarrier () const
 
G4double GetBindingEnergy () const
 
G4double GetMaximalKineticEnergy () const
 
G4double GetEnergyThreshold () const
 
G4double GetEmissionProbability () const
 
G4double GetNuclearMass () const
 
G4double GetRestNuclearMass () const
 
G4double GetReducedMass () const
 
const G4LorentzVectorGetMomentum () const
 
void SetMomentum (const G4LorentzVector &value)
 
const G4String GetName () const
 
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 ()=0
 
virtual G4double GetAlpha ()=0
 
virtual G4double GetBeta ()=0
 
G4double BetaRand (const G4int N, const G4int L) const
 
- Protected Member Functions inherited from G4VPreCompoundFragment
G4bool IsItPossible (const G4Fragment &aFragment) const
 
- Protected Attributes inherited from G4VPreCompoundFragment
G4PreCompoundParameterstheParameters
 
G4Powg4pow
 
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 40 of file G4HETCChargedFragment.cc.

References G4HETCChargedFragment().

Referenced by G4HETCChargedFragment().

42  : G4HETCFragment(pd, aCoulombBarrier)
43 {}
G4HETCChargedFragment::~G4HETCChargedFragment ( )
virtual

Definition at line 45 of file G4HETCChargedFragment.cc.

46 {}

Member Function Documentation

G4double G4HETCChargedFragment::GetKineticEnergy ( const G4Fragment aFragment)
virtual

Implements G4VPreCompoundFragment.

Definition at line 49 of file G4HETCChargedFragment.cc.

References G4HETCFragment::BetaRand(), G4Fragment::GetA_asInt(), G4VPreCompoundFragment::GetCoulombBarrier(), G4PreCompoundParameters::GetLevelDensity(), G4VPreCompoundFragment::GetMaximalKineticEnergy(), G4Fragment::GetNumberOfHoles(), G4Fragment::GetNumberOfParticles(), G4INCL::Math::max(), python.hepunit::pi2, G4VPreCompoundFragment::theParameters, and test::x.

50 {
51  G4int Pb = aFragment.GetNumberOfParticles();
52  G4int H = aFragment.GetNumberOfHoles();
53 
54  G4double g0 = (6.0/pi2)*aFragment.GetA_asInt()*theParameters->GetLevelDensity();
55 
56  G4double Ab = std::max(0.0,G4double(Pb*Pb+H*H+Pb-3*H)/(4.0*g0));
57  G4double Emax = GetMaximalKineticEnergy() - Ab;
58 
59  G4double x = BetaRand(Pb + H, 2);
60 
61  return Emax - (Emax-GetCoulombBarrier())*x;
62 }
G4double GetMaximalKineticEnergy() const
G4double BetaRand(const G4int N, const G4int L) const
G4int GetNumberOfParticles() const
Definition: G4Fragment.hh:325
int G4int
Definition: G4Types.hh:78
G4int GetNumberOfHoles() const
Definition: G4Fragment.hh:345
G4int GetA_asInt() const
Definition: G4Fragment.hh:238
G4double GetCoulombBarrier() const
T max(const T t1, const T t2)
brief Return the largest of the two arguments
G4PreCompoundParameters * theParameters
double G4double
Definition: G4Types.hh:76

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