Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4PreCompoundIon.hh>
Protected Member Functions | |
G4double | ProbabilityDistributionFunction (G4double eKin, const G4Fragment &) override |
virtual G4double | GetRj (G4int NumberParticles, G4int NumberCharged) const =0 |
virtual G4double | FactorialFactor (G4int N, G4int P) const =0 |
virtual G4double | CoalescenceFactor (G4int A) const =0 |
Protected Member Functions inherited from G4PreCompoundFragment | |
G4double | CrossSection (G4double ekin) const |
Protected Member Functions inherited from G4VPreCompoundFragment | |
virtual G4double | GetAlpha () const =0 |
virtual G4double | GetBeta () const |
Additional Inherited Members | |
Protected Attributes inherited from G4VPreCompoundFragment | |
G4NuclearLevelData * | fNucData |
G4DeexPrecoParameters * | theParameters |
G4Pow * | g4calc |
G4int | theA |
G4int | theZ |
G4int | theResA {0} |
G4int | theResZ {0} |
G4int | theFragA {0} |
G4int | theFragZ {0} |
G4double | theResA13 {0.0} |
G4double | theBindingEnergy {0.0} |
G4double | theMinKinEnergy {0.0} |
G4double | theMaxKinEnergy {0.0} |
G4double | theResMass {0.0} |
G4double | theReducedMass {0.0} |
G4double | theMass |
G4double | theEmissionProbability {0.0} |
G4double | theCoulombBarrier {0.0} |
G4int | OPTxs {3} |
G4bool | useSICB {true} |
Definition at line 41 of file G4PreCompoundIon.hh.
G4PreCompoundIon::G4PreCompoundIon | ( | const G4ParticleDefinition * | part, |
G4VCoulombBarrier * | aCoulombBarrier ) |
Definition at line 47 of file G4PreCompoundIon.cc.
|
overridedefault |
|
delete |
Implemented in G4PreCompoundAlpha, G4PreCompoundDeuteron, G4PreCompoundHe3, and G4PreCompoundTriton.
Referenced by ProbabilityDistributionFunction().
Implemented in G4PreCompoundAlpha, G4PreCompoundDeuteron, G4PreCompoundHe3, and G4PreCompoundTriton.
Referenced by ProbabilityDistributionFunction().
|
protectedpure virtual |
Implemented in G4PreCompoundAlpha, G4PreCompoundDeuteron, G4PreCompoundHe3, and G4PreCompoundTriton.
Referenced by ProbabilityDistributionFunction().
|
delete |
|
delete |
|
delete |
|
overrideprotectedvirtual |
Implements G4PreCompoundFragment.
Definition at line 56 of file G4PreCompoundIon.cc.