#include <G4ParticleHPLevel.hh>
Definition at line 40 of file G4ParticleHPLevel.hh.
G4ParticleHPLevel::G4ParticleHPLevel |
( |
| ) |
|
|
inline |
G4ParticleHPLevel::~G4ParticleHPLevel |
( |
| ) |
|
Definition at line 66 of file G4ParticleHPLevel.cc.
73 for(i=0; i<nGammas; i++)
75 if(i!=0) running[i]=running[i-1];
78 sum = running[nGammas-1];
81 for(i=0; i<nGammas; i++)
84 if(random*sum < running[i])
break;
std::vector< G4DynamicParticle * > G4DynamicParticleVector
G4DynamicParticleVector * GetDecayGammas()
G4double G4ParticleHPLevel::GetLevelEnergy |
( |
| ) |
|
|
inline |
Definition at line 55 of file G4ParticleHPLevel.cc.
57 theGammas[i] = aGamma;
G4double GetLevelEnergy()
void SetLevelEnergy(G4double anEnergy)
void G4ParticleHPLevel::SetNumberOfGammas |
( |
G4int |
aGammas | ) |
|
The documentation for this class was generated from the following files: