|
Geant4-11
|
#include <G4ParticleHPLevel.hh>
Public Member Functions | |
| G4ParticleHPLevel () | |
| G4DynamicParticleVector * | GetDecayGammas () |
| G4double | GetGammaEnergy (G4int i) |
| G4double | GetLevelEnergy () |
| void | SetGamma (G4int i, G4ParticleHPGamma *aGamma) |
| void | SetLevelEnergy (G4double anEnergy) |
| void | SetNumberOfGammas (G4int aGammas) |
| ~G4ParticleHPLevel () | |
Private Attributes | |
| G4double | levelEnergy |
| G4int | nGammas |
| G4ParticleHPGamma ** | theGammas |
Definition at line 40 of file G4ParticleHPLevel.hh.
|
inline |
Definition at line 44 of file G4ParticleHPLevel.hh.
References levelEnergy, nGammas, and theGammas.
| G4ParticleHPLevel::~G4ParticleHPLevel | ( | ) |
| G4DynamicParticleVector * G4ParticleHPLevel::GetDecayGammas | ( | ) |
Definition at line 66 of file G4ParticleHPLevel.cc.
References G4UniformRand, G4ParticleHPGamma::GetDecayGammas(), G4ParticleHPGamma::GetWeight(), nGammas, and theGammas.
Referenced by G4ParticleHPGamma::GetDecayGammas().
Definition at line 61 of file G4ParticleHPLevel.cc.
References G4ParticleHPGamma::GetGammaEnergy(), and theGammas.
|
inline |
Definition at line 64 of file G4ParticleHPLevel.hh.
References levelEnergy.
Referenced by G4ParticleHPInelasticCompFS::CompositeApply(), G4ParticleHPDeExGammas::GetLevelEnergy(), and G4ParticleHPDeExGammas::Init().
| void G4ParticleHPLevel::SetGamma | ( | G4int | i, |
| G4ParticleHPGamma * | aGamma | ||
| ) |
Definition at line 55 of file G4ParticleHPLevel.cc.
References G4ParticleHPGamma::GetLevelEnergy(), SetLevelEnergy(), and theGammas.
Referenced by G4ParticleHPDeExGammas::Init().
|
inline |
Definition at line 59 of file G4ParticleHPLevel.hh.
References levelEnergy.
Referenced by SetGamma().
| void G4ParticleHPLevel::SetNumberOfGammas | ( | G4int | aGammas | ) |
Definition at line 44 of file G4ParticleHPLevel.cc.
References nGammas, and theGammas.
Referenced by G4ParticleHPDeExGammas::Init().
|
private |
Definition at line 73 of file G4ParticleHPLevel.hh.
Referenced by G4ParticleHPLevel(), GetLevelEnergy(), and SetLevelEnergy().
|
private |
Definition at line 75 of file G4ParticleHPLevel.hh.
Referenced by G4ParticleHPLevel(), GetDecayGammas(), SetNumberOfGammas(), and ~G4ParticleHPLevel().
|
private |
Definition at line 76 of file G4ParticleHPLevel.hh.
Referenced by G4ParticleHPLevel(), GetDecayGammas(), GetGammaEnergy(), SetGamma(), SetNumberOfGammas(), and ~G4ParticleHPLevel().