Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4GEMProbabilityVI.hh>
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 | |
G4NuclearLevelData * | pNuclearLevelData |
G4Pow * | pG4pow |
G4int | OPTxs |
G4int | pVerbose |
G4int | theZ |
G4int | theA |
G4int | resZ = 0 |
G4int | resA = 0 |
G4double | pMass = 0.0 |
G4double | pEvapMass = 0.0 |
G4double | pResMass = 0.0 |
G4double | pProbability = 0.0 |
G4double | pTolerance = 0.0 |
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().