|
Geant4
10.01
|
#include <G4ParticleHPLevel.hh>
Collaboration diagram for G4ParticleHPLevel:Public Member Functions | |
| G4ParticleHPLevel () | |
| ~G4ParticleHPLevel () | |
| void | SetNumberOfGammas (G4int aGammas) |
| void | SetGamma (G4int i, G4ParticleHPGamma *aGamma) |
| G4DynamicParticleVector * | GetDecayGammas () |
| void | SetLevelEnergy (G4double anEnergy) |
| G4double | GetLevelEnergy () |
| G4double | GetGammaEnergy (G4int i) |
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.
| G4ParticleHPLevel::~G4ParticleHPLevel | ( | ) |
Definition at line 35 of file G4ParticleHPLevel.cc.
| G4DynamicParticleVector * G4ParticleHPLevel::GetDecayGammas | ( | ) |
Definition at line 66 of file G4ParticleHPLevel.cc.
References G4UniformRand, G4ParticleHPGamma::GetDecayGammas(), G4ParticleHPGamma::GetWeight(), nGammas, and theGammas.
Referenced by G4ParticleHPGamma::GetDecayGammas().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 61 of file G4ParticleHPLevel.cc.
References G4ParticleHPGamma::GetGammaEnergy(), and theGammas.
Here is the call graph for this function:
|
inline |
Definition at line 63 of file G4ParticleHPLevel.hh.
References levelEnergy.
Referenced by G4ParticleHPInelasticCompFS::CompositeApply(), G4ParticleHPDeExGammas::GetLevelEnergy(), and G4ParticleHPDeExGammas::Init().
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 58 of file G4ParticleHPLevel.hh.
References levelEnergy.
Referenced by SetGamma().
Here is the caller graph for this function:| void G4ParticleHPLevel::SetNumberOfGammas | ( | G4int | aGammas | ) |
Definition at line 44 of file G4ParticleHPLevel.cc.
References nGammas, and theGammas.
Referenced by G4ParticleHPDeExGammas::Init().
Here is the caller graph for this function:
|
private |
Definition at line 72 of file G4ParticleHPLevel.hh.
Referenced by GetLevelEnergy(), and SetLevelEnergy().
|
private |
Definition at line 74 of file G4ParticleHPLevel.hh.
Referenced by G4ParticleHPLevel(), GetDecayGammas(), SetNumberOfGammas(), and ~G4ParticleHPLevel().
|
private |
Definition at line 75 of file G4ParticleHPLevel.hh.
Referenced by G4ParticleHPLevel(), GetDecayGammas(), GetGammaEnergy(), SetGamma(), SetNumberOfGammas(), and ~G4ParticleHPLevel().