Geant4
10.01.p02
|
#include <G4NeutronHPLevel.hh>
Public Member Functions | |
G4NeutronHPLevel () | |
~G4NeutronHPLevel () | |
void | SetNumberOfGammas (G4int aGammas) |
void | SetGamma (G4int i, G4NeutronHPGamma *aGamma) |
G4DynamicParticleVector * | GetDecayGammas () |
void | SetLevelEnergy (G4double anEnergy) |
G4double | GetLevelEnergy () |
G4double | GetGammaEnergy (G4int i) |
Private Attributes | |
G4double | levelEnergy |
G4int | nGammas |
G4NeutronHPGamma ** | theGammas |
Definition at line 39 of file G4NeutronHPLevel.hh.
|
inline |
Definition at line 43 of file G4NeutronHPLevel.hh.
G4NeutronHPLevel::~G4NeutronHPLevel | ( | ) |
Definition at line 33 of file G4NeutronHPLevel.cc.
G4DynamicParticleVector * G4NeutronHPLevel::GetDecayGammas | ( | ) |
Definition at line 64 of file G4NeutronHPLevel.cc.
References G4UniformRand, G4NeutronHPGamma::GetDecayGammas(), G4NeutronHPGamma::GetWeight(), nGammas, and theGammas.
Referenced by G4NeutronHPGamma::GetDecayGammas().
Definition at line 59 of file G4NeutronHPLevel.cc.
References G4NeutronHPGamma::GetGammaEnergy(), and theGammas.
|
inline |
Definition at line 62 of file G4NeutronHPLevel.hh.
References levelEnergy.
Referenced by G4NeutronHPInelasticCompFS::CompositeApply(), G4NeutronHPDeExGammas::GetLevelEnergy(), and G4NeutronHPDeExGammas::Init().
void G4NeutronHPLevel::SetGamma | ( | G4int | i, |
G4NeutronHPGamma * | aGamma | ||
) |
Definition at line 53 of file G4NeutronHPLevel.cc.
References G4NeutronHPGamma::GetLevelEnergy(), SetLevelEnergy(), and theGammas.
Referenced by G4NeutronHPDeExGammas::Init().
|
inline |
Definition at line 57 of file G4NeutronHPLevel.hh.
References levelEnergy.
Referenced by SetGamma().
void G4NeutronHPLevel::SetNumberOfGammas | ( | G4int | aGammas | ) |
Definition at line 42 of file G4NeutronHPLevel.cc.
References nGammas, and theGammas.
Referenced by G4NeutronHPDeExGammas::Init().
|
private |
Definition at line 71 of file G4NeutronHPLevel.hh.
Referenced by GetLevelEnergy(), and SetLevelEnergy().
|
private |
Definition at line 73 of file G4NeutronHPLevel.hh.
Referenced by G4NeutronHPLevel(), GetDecayGammas(), SetNumberOfGammas(), and ~G4NeutronHPLevel().
|
private |
Definition at line 74 of file G4NeutronHPLevel.hh.
Referenced by G4NeutronHPLevel(), GetDecayGammas(), GetGammaEnergy(), SetGamma(), SetNumberOfGammas(), and ~G4NeutronHPLevel().