Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4GEMProbabilityVI.hh>
Public Member Functions | |
G4GEMProbabilityVI (G4int anA, G4int aZ, const G4LevelManager *) | |
~G4GEMProbabilityVI () final | |
G4double | ComputeTotalProbability (const G4Fragment &, G4double CB) |
G4double | ComputeProbability (G4double ekin, G4double CB) override |
G4Fragment * | SampleEvaporationFragment () |
Public Member Functions inherited from G4VEmissionProbability | |
G4VEmissionProbability (G4int Z, G4int A) | |
virtual | ~G4VEmissionProbability () |
void | Initialise () |
virtual G4double | EmissionProbability (const G4Fragment &fragment, G4double anEnergy) |
virtual G4double | ComputeProbability (G4double anEnergy, G4double CB) |
G4int | GetZ (void) const |
G4int | GetA (void) const |
void | SetDecayKinematics (G4int Z, G4int A, G4double rmass, G4double fmass) |
G4double | GetRecoilExcitation () const |
void | SetEvapExcitation (G4double exc) |
G4double | GetProbability () const |
void | ResetProbability () |
G4double | SampleEnergy () |
Additional Inherited Members | |
Protected Member Functions inherited from G4VEmissionProbability | |
void | ResetIntegrator (size_t nbin, G4double de, G4double eps) |
G4double | IntegrateProbability (G4double elow, G4double ehigh, G4double CB) |
Protected Attributes inherited from G4VEmissionProbability | |
G4int | OPTxs |
G4int | pVerbose |
G4int | theZ |
G4int | theA |
G4int | resZ |
G4int | resA |
G4double | pMass |
G4double | pEvapMass |
G4double | pResMass |
G4double | pProbability |
G4NuclearLevelData * | pNuclearLevelData |
G4Pow * | pG4pow |
Definition at line 38 of file G4GEMProbabilityVI.hh.
|
explicit |
Definition at line 69 of file G4GEMProbabilityVI.cc.
|
final |
Definition at line 90 of file G4GEMProbabilityVI.cc.
Reimplemented from G4VEmissionProbability.
Definition at line 151 of file G4GEMProbabilityVI.cc.
G4double G4GEMProbabilityVI::ComputeTotalProbability | ( | const G4Fragment & | fragment, |
G4double | CB | ||
) |
Definition at line 93 of file G4GEMProbabilityVI.cc.
Referenced by G4GEMChannelVI::GetEmissionProbability().
G4Fragment * G4GEMProbabilityVI::SampleEvaporationFragment | ( | ) |
Definition at line 169 of file G4GEMProbabilityVI.cc.
Referenced by G4GEMChannelVI::EmittedFragment().