Geant4
10.01.p02
|
#include <G4PreCompoundFragment.hh>
Protected Member Functions | |
virtual G4double | ProbabilityDistributionFunction (G4double K, const G4Fragment &aFragment)=0 |
Protected Member Functions inherited from G4VPreCompoundFragment | |
G4bool | IsItPossible (const G4Fragment &aFragment) const |
Private Member Functions | |
G4double | IntegrateEmissionProbability (G4double Low, G4double Up, const G4Fragment &aFragment) |
G4PreCompoundFragment () | |
G4PreCompoundFragment (const G4PreCompoundFragment &right) | |
const G4PreCompoundFragment & | operator= (const G4PreCompoundFragment &right) |
G4int | operator== (const G4PreCompoundFragment &right) const |
G4int | operator!= (const G4PreCompoundFragment &right) const |
Additional Inherited Members | |
Protected Attributes inherited from G4VPreCompoundFragment | |
G4PreCompoundParameters * | theParameters |
G4Pow * | g4pow |
G4double | theEmissionProbability |
G4double | theCoulombBarrier |
G4int | OPTxs |
G4bool | useSICB |
Definition at line 44 of file G4PreCompoundFragment.hh.
G4PreCompoundFragment::G4PreCompoundFragment | ( | const G4ParticleDefinition * | part, |
G4VCoulombBarrier * | aCoulombBarrier | ||
) |
Definition at line 40 of file G4PreCompoundFragment.cc.
|
virtual |
Definition at line 45 of file G4PreCompoundFragment.cc.
|
private |
|
private |
|
virtual |
Implements G4VPreCompoundFragment.
Definition at line 49 of file G4PreCompoundFragment.cc.
References G4VPreCompoundFragment::GetMaximalKineticEnergy(), IntegrateEmissionProbability(), G4VPreCompoundFragment::OPTxs, G4VPreCompoundFragment::theCoulombBarrier, G4VPreCompoundFragment::theEmissionProbability, and G4VPreCompoundFragment::useSICB.
|
virtual |
Implements G4VPreCompoundFragment.
Definition at line 128 of file G4PreCompoundFragment.cc.
References G4UniformRand, G4VPreCompoundFragment::GetEmissionProbability(), G4VPreCompoundFragment::GetMaximalKineticEnergy(), G4VPreCompoundFragment::OPTxs, ProbabilityDistributionFunction(), G4VPreCompoundFragment::theCoulombBarrier, and G4VPreCompoundFragment::useSICB.
|
private |
Definition at line 86 of file G4PreCompoundFragment.cc.
References ProbabilityDistributionFunction().
Referenced by CalcEmissionProbability().
|
private |
|
private |
|
private |
|
protectedpure virtual |
Implemented in G4PreCompoundIon, and G4PreCompoundNucleon.
Referenced by GetKineticEnergy(), and IntegrateEmissionProbability().