|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4PreCompoundFragment.hh>
Inheritance diagram for G4PreCompoundFragment:Protected Member Functions | |
| 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 |
Additional Inherited Members | |
Protected Attributes inherited from G4VPreCompoundFragment | |
| G4NuclearLevelData * | fNucData |
| G4DeexPrecoParameters * | theParameters |
| G4Pow * | g4calc |
| 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 |
Definition at line 43 of file G4PreCompoundFragment.hh.
| G4PreCompoundFragment::G4PreCompoundFragment | ( | const G4ParticleDefinition * | p, |
| G4VCoulombBarrier * | aCoulombBarrier | ||
| ) |
Definition at line 42 of file G4PreCompoundFragment.cc.
|
virtual |
Definition at line 52 of file G4PreCompoundFragment.cc.
|
virtual |
Implements G4VPreCompoundFragment.
Definition at line 55 of file G4PreCompoundFragment.cc.
Definition at line 112 of file G4PreCompoundFragment.cc.
Referenced by G4PreCompoundIon::ProbabilityDistributionFunction(), and G4PreCompoundNucleon::ProbabilityDistributionFunction().
|
protectedpure virtual |
Implements G4VPreCompoundFragment.
Implemented in G4PreCompoundAlpha, G4PreCompoundDeuteron, G4PreCompoundHe3, G4PreCompoundNeutron, G4PreCompoundProton, and G4PreCompoundTriton.
|
protectedpure virtual |
Implements G4VPreCompoundFragment.
Implemented in G4PreCompoundIon, G4PreCompoundNeutron, and G4PreCompoundProton.
|
protectedpure virtual |
Implemented in G4PreCompoundIon, and G4PreCompoundNucleon.
Referenced by SampleKineticEnergy().
|
virtual |
Implements G4VPreCompoundFragment.
Definition at line 140 of file G4PreCompoundFragment.cc.