Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4NucLevel.hh>
Public Member Functions | |
G4NucLevel (std::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 () | |
std::size_t | NumberOfTransitions () const |
std::size_t | FinalExcitationIndex (std::size_t idx) const |
G4int | TransitionType (std::size_t idx) const |
G4double | GetTimeGamma () const |
G4float | GammaProbability (std::size_t idx) const |
G4float | GammaCumProbability (std::size_t idx) const |
G4float | MultipolarityRatio (std::size_t idx) const |
std::size_t | SampleGammaTransition (G4double rndm) const |
G4int | SampleShell (std::size_t idx, G4double rndm) const |
const std::vector< G4float > * | ShellProbabilty (std::size_t idx) const |
void | StreamInfo (std::ostream &os) const |
G4NucLevel (const G4NucLevel &right)=delete | |
G4bool | operator== (const G4NucLevel &right) const =delete |
G4bool | operator!= (const G4NucLevel &right) const =delete |
G4bool | operator< (const G4NucLevel &right) const =delete |
const G4NucLevel & | operator= (const G4NucLevel &right)=delete |
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.
|
delete |
|
inline |
Definition at line 110 of file G4NucLevel.hh.
Referenced by StreamInfo().
|
inline |
Definition at line 130 of file G4NucLevel.hh.
|
inline |
Definition at line 125 of file G4NucLevel.hh.
|
inline |
Definition at line 120 of file G4NucLevel.hh.
|
inline |
Definition at line 135 of file G4NucLevel.hh.
|
inline |
Definition at line 105 of file G4NucLevel.hh.
|
delete |
|
delete |
|
delete |
|
delete |
|
inline |
Definition at line 140 of file G4NucLevel.hh.
Definition at line 151 of file G4NucLevel.hh.
|
inline |
Definition at line 164 of file G4NucLevel.hh.
void G4NucLevel::StreamInfo | ( | std::ostream & | os | ) | const |
Definition at line 77 of file G4NucLevel.cc.
|
inline |
Definition at line 115 of file G4NucLevel.hh.
Referenced by StreamInfo().