|
Geant4
10.00.p03
|
#include <G4NeutronHPLevel.hh>
Collaboration diagram for G4NeutronHPLevel: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().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 59 of file G4NeutronHPLevel.cc.
References G4NeutronHPGamma::GetGammaEnergy(), and theGammas.
Here is the call graph for this function:
|
inline |
Definition at line 62 of file G4NeutronHPLevel.hh.
References levelEnergy.
Referenced by G4NeutronHPInelasticCompFS::CompositeApply(), G4NeutronHPDeExGammas::GetLevelEnergy(), and G4NeutronHPDeExGammas::Init().
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 57 of file G4NeutronHPLevel.hh.
References levelEnergy.
Referenced by SetGamma().
Here is the caller graph for this function:| void G4NeutronHPLevel::SetNumberOfGammas | ( | G4int | aGammas | ) |
Definition at line 42 of file G4NeutronHPLevel.cc.
References nGammas, and theGammas.
Referenced by G4NeutronHPDeExGammas::Init().
Here is the caller graph for this function:
|
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().