Geant4-11
|
#include <G4ParticleHPArbitaryTab.hh>
Public Member Functions | |
G4ParticleHPArbitaryTab () | |
G4double | GetFractionalProbability (G4double anEnergy) |
void | Init (std::istream &theData) |
G4double | Sample (G4double anEnergy) |
~G4ParticleHPArbitaryTab () | |
Private Attributes | |
G4int | nDistFunc |
G4ParticleHPVector | theBuffer |
G4ParticleHPVector * | theDistFunc |
G4ParticleHPVector | theFractionalProb |
G4double | theHighThreshold [1000] |
G4double | theLowThreshold [1000] |
G4InterpolationManager | theManager |
Definition at line 45 of file G4ParticleHPArbitaryTab.hh.
|
inline |
Definition at line 48 of file G4ParticleHPArbitaryTab.hh.
References nDistFunc, and theDistFunc.
|
inline |
Definition at line 53 of file G4ParticleHPArbitaryTab.hh.
References theDistFunc.
Implements G4VParticleHPEDis.
Definition at line 101 of file G4ParticleHPArbitaryTab.hh.
References G4ParticleHPVector::GetY(), and theFractionalProb.
|
inlinevirtual |
Implements G4VParticleHPEDis.
Definition at line 58 of file G4ParticleHPArbitaryTab.hh.
References CLHEP::eV, G4ParticleHPVector::GetEnergy(), G4ParticleHPVector::GetVectorLength(), G4InterpolationManager::Init(), G4ParticleHPVector::Init(), G4ParticleHPVector::IntegrateAndNormalise(), nDistFunc, G4ParticleHPVector::SetLabel(), theDistFunc, theFractionalProb, theHighThreshold, theLowThreshold, and theManager.
Implements G4VParticleHPEDis.
Definition at line 35 of file G4ParticleHPArbitaryTab.cc.
References G4cerr, G4endl, G4UniformRand, G4ParticleHPVector::GetLabel(), nDistFunc, G4ParticleHPVector::Sample(), theDistFunc, theHighThreshold, and theLowThreshold.
|
private |
Definition at line 111 of file G4ParticleHPArbitaryTab.hh.
Referenced by G4ParticleHPArbitaryTab(), Init(), and Sample().
|
private |
Definition at line 114 of file G4ParticleHPArbitaryTab.hh.
|
private |
Definition at line 113 of file G4ParticleHPArbitaryTab.hh.
Referenced by G4ParticleHPArbitaryTab(), Init(), Sample(), and ~G4ParticleHPArbitaryTab().
|
private |
Definition at line 110 of file G4ParticleHPArbitaryTab.hh.
Referenced by GetFractionalProbability(), and Init().
|
private |
Definition at line 118 of file G4ParticleHPArbitaryTab.hh.
|
private |
Definition at line 117 of file G4ParticleHPArbitaryTab.hh.
|
private |
Definition at line 112 of file G4ParticleHPArbitaryTab.hh.
Referenced by Init().