|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4NucLevel.hh>
Public Member Functions | |
| G4NucLevel (size_t ntrans, G4double tgamma, const std::vector< G4int > &vTrans, const std::vector< G4float > &wLevelGamma, const std::vector< G4float > &wGamma, const std::vector< G4float > &vRatio, const std::vector< const std::vector< G4float > * > &wShell) | |
| ~G4NucLevel () | |
| size_t | NumberOfTransitions () const |
| size_t | FinalExcitationIndex (size_t idx) const |
| G4int | TransitionType (size_t idx) const |
| G4double | GetTimeGamma () const |
| G4float | GammaProbability (size_t idx) const |
| G4float | GammaCumProbability (size_t idx) const |
| G4float | MultipolarityRatio (size_t idx) const |
| size_t | SampleGammaTransition (G4double rndm) const |
| G4int | SampleShell (size_t idx, G4double rndm) const |
| const std::vector< G4float > * | ShellProbabilty (size_t idx) const |
| void | StreamInfo (std::ostream &os) const |
Definition at line 52 of file G4NucLevel.hh.
|
explicit |
Definition at line 46 of file G4NucLevel.cc.
| G4NucLevel::~G4NucLevel | ( | ) |
Definition at line 70 of file G4NucLevel.cc.
|
inline |
Definition at line 113 of file G4NucLevel.hh.
Referenced by StreamInfo().
|
inline |
Definition at line 142 of file G4NucLevel.hh.
|
inline |
Definition at line 134 of file G4NucLevel.hh.
|
inline |
Definition at line 129 of file G4NucLevel.hh.
|
inline |
Definition at line 150 of file G4NucLevel.hh.
|
inline |
Definition at line 108 of file G4NucLevel.hh.
|
inline |
Definition at line 158 of file G4NucLevel.hh.
Definition at line 168 of file G4NucLevel.hh.
|
inline |
Definition at line 184 of file G4NucLevel.hh.
| void G4NucLevel::StreamInfo | ( | std::ostream & | os | ) | const |
Definition at line 96 of file G4NucLevel.cc.
|
inline |
Definition at line 121 of file G4NucLevel.hh.
Referenced by StreamInfo().