Geant4
10.00.p02
|
#include <G4LevelManager.hh>
Public Member Functions | |
G4LevelManager (G4int Z, G4int A, G4LevelReader &reader, const G4String &filename) | |
~G4LevelManager () | |
G4int | NumberOfLevels () const |
const G4NucLevel * | GetLevel (G4int i) const |
const G4NucLevel * | NearestLevel (G4double energy) const |
Private Member Functions | |
G4LevelManager (const G4LevelManager &right) | |
const G4LevelManager & | operator= (const G4LevelManager &right) |
G4bool | operator== (const G4LevelManager &right) const |
G4bool | operator!= (const G4LevelManager &right) const |
Private Attributes | |
std::vector< G4NucLevel * > | fLevel |
G4int | nLevels |
G4int | theZ |
G4int | theA |
G4double | fEdiffMax |
Definition at line 56 of file G4LevelManager.hh.
G4LevelManager::G4LevelManager | ( | G4int | Z, |
G4int | A, | ||
G4LevelReader & | reader, | ||
const G4String & | filename | ||
) |
Definition at line 46 of file G4LevelManager.cc.
References G4LevelReader::FillLevels(), fLevel, and nLevels.
G4LevelManager::~G4LevelManager | ( | ) |
Definition at line 54 of file G4LevelManager.cc.
|
private |
|
inline |
Definition at line 91 of file G4LevelManager.hh.
References fLevel.
|
inline |
Definition at line 97 of file G4LevelManager.hh.
References fEdiffMax, fLevel, G4NucLevel::LevelEnergy(), and nLevels.
|
inline |
Definition at line 86 of file G4LevelManager.hh.
References nLevels.
|
private |
|
private |
|
private |
|
private |
Definition at line 83 of file G4LevelManager.hh.
Referenced by NearestLevel().
|
private |
Definition at line 79 of file G4LevelManager.hh.
Referenced by G4LevelManager(), GetLevel(), NearestLevel(), and ~G4LevelManager().
|
private |
Definition at line 80 of file G4LevelManager.hh.
Referenced by G4LevelManager(), NearestLevel(), NumberOfLevels(), and ~G4LevelManager().
|
private |
Definition at line 82 of file G4LevelManager.hh.
|
private |
Definition at line 81 of file G4LevelManager.hh.