Geant4
10.01.p02
|
#include <G4NeutronHPGamma.hh>
Public Member Functions | |
G4NeutronHPGamma () | |
~G4NeutronHPGamma () | |
G4bool | Init (std::istream &aDataFile) |
void | SetNext (G4NeutronHPLevel *aLevel) |
G4DynamicParticleVector * | GetDecayGammas () |
G4double | GetLevelEnergy () |
G4double | GetGammaEnergy () |
G4double | GetWeight () |
Private Attributes | |
G4double | levelEnergy |
G4double | gammaEnergy |
G4double | probability |
G4NeutronHPLevel * | next |
Static Private Attributes | |
static G4ThreadLocal int | instancecount = 0 |
Definition at line 39 of file G4NeutronHPGamma.hh.
G4NeutronHPGamma::G4NeutronHPGamma | ( | ) |
Definition at line 35 of file G4NeutronHPGamma.cc.
References instancecount, and next.
G4NeutronHPGamma::~G4NeutronHPGamma | ( | ) |
Definition at line 41 of file G4NeutronHPGamma.cc.
References instancecount.
|
inline |
Definition at line 53 of file G4NeutronHPGamma.hh.
References G4Gamma::Gamma(), gammaEnergy, G4NeutronHPLevel::GetDecayGammas(), next, G4DynamicParticle::SetDefinition(), and G4DynamicParticle::SetKineticEnergy().
Referenced by G4NeutronHPLevel::GetDecayGammas().
|
inline |
Definition at line 76 of file G4NeutronHPGamma.hh.
References gammaEnergy.
Referenced by G4NeutronHPLevel::GetGammaEnergy(), and G4NeutronHPDeExGammas::Init().
|
inline |
Definition at line 71 of file G4NeutronHPGamma.hh.
References levelEnergy.
Referenced by G4NeutronHPDeExGammas::Init(), and G4NeutronHPLevel::SetGamma().
|
inline |
Definition at line 81 of file G4NeutronHPGamma.hh.
References probability.
Referenced by G4NeutronHPLevel::GetDecayGammas().
G4bool G4NeutronHPGamma::Init | ( | std::istream & | aDataFile | ) |
Definition at line 43 of file G4NeutronHPGamma.cc.
References gammaEnergy, keV, levelEnergy, and probability.
Referenced by G4NeutronHPDeExGammas::Init().
|
inline |
Definition at line 48 of file G4NeutronHPGamma.hh.
References next.
Referenced by G4NeutronHPDeExGammas::Init().
|
private |
Definition at line 89 of file G4NeutronHPGamma.hh.
Referenced by GetDecayGammas(), GetGammaEnergy(), and Init().
|
staticprivate |
Definition at line 93 of file G4NeutronHPGamma.hh.
Referenced by G4NeutronHPGamma(), and ~G4NeutronHPGamma().
|
private |
Definition at line 88 of file G4NeutronHPGamma.hh.
Referenced by GetLevelEnergy(), and Init().
|
private |
Definition at line 92 of file G4NeutronHPGamma.hh.
Referenced by G4NeutronHPGamma(), GetDecayGammas(), and SetNext().
|
private |
Definition at line 90 of file G4NeutronHPGamma.hh.
Referenced by GetWeight(), and Init().