Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4PreCompoundNucleon.hh>
Protected Member Functions | |
virtual G4double | ProbabilityDistributionFunction (G4double eKin, const G4Fragment &aFragment) |
virtual G4double | CrossSection (G4double ekin)=0 |
virtual G4double | GetRj (G4int NumberParticles, G4int NumberCharged)=0 |
virtual G4double | GetAlpha ()=0 |
virtual G4double | GetBeta ()=0 |
G4double | GetOpt0 (G4double ekin) |
virtual G4double | ProbabilityDistributionFunction (G4double K, const G4Fragment &aFragment)=0 |
Protected Member Functions inherited from G4VPreCompoundFragment | |
G4bool | IsItPossible (const G4Fragment &aFragment) const |
Additional Inherited Members | |
Protected Attributes inherited from G4VPreCompoundFragment | |
G4PreCompoundParameters * | theParameters |
G4Pow * | g4pow |
G4double | theEmissionProbability |
G4double | theCoulombBarrier |
G4int | OPTxs |
G4bool | useSICB |
Definition at line 41 of file G4PreCompoundNucleon.hh.
G4PreCompoundNucleon::G4PreCompoundNucleon | ( | const G4ParticleDefinition * | part, |
G4VCoulombBarrier * | aCoulombBarrier | ||
) |
Definition at line 47 of file G4PreCompoundNucleon.cc.
|
virtual |
Definition at line 55 of file G4PreCompoundNucleon.cc.
Implemented in G4PreCompoundNeutron, and G4PreCompoundProton.
Referenced by ProbabilityDistributionFunction().
|
protectedpure virtual |
Implemented in G4PreCompoundNeutron, and G4PreCompoundProton.
Referenced by GetOpt0().
|
protectedpure virtual |
Implemented in G4PreCompoundNeutron, and G4PreCompoundProton.
Referenced by GetOpt0().
Definition at line 82 of file G4PreCompoundNucleon.hh.
Referenced by G4PreCompoundNeutron::CrossSection(), and G4PreCompoundProton::CrossSection().
|
protectedpure virtual |
Implemented in G4PreCompoundNeutron, and G4PreCompoundProton.
Referenced by ProbabilityDistributionFunction().
|
protectedvirtual |
Implements G4PreCompoundFragment.
Definition at line 58 of file G4PreCompoundNucleon.cc.