| 
    Geant4
    10.02
    
   | 
 
#include <G4NuclearLevelManager.hh>
Public Member Functions | |
| G4NuclearLevelManager (G4int Z, G4int A, const G4String &filename) | |
| G4NuclearLevelManager (const G4NuclearLevelManager &right) | |
| ~G4NuclearLevelManager () | |
| void | SetNucleus (G4int Z, G4int A, const G4String &filename) | 
| G4bool | IsValid () const | 
| G4int | NumberOfLevels () const | 
| const G4NuclearLevel * | GetLevel (G4int i) const | 
| const G4NuclearLevel * | NearestLevel (G4double energy, G4double eDiffMax=1.e+8) const | 
| const G4NuclearLevel * | LowestLevel () const | 
| const G4NuclearLevel * | HighestLevel () const | 
| G4double | MinLevelEnergy () const | 
| G4double | MaxLevelEnergy () const | 
| void | PrintLevels () | 
| void | PrintAll () | 
Private Member Functions | |
| const G4NuclearLevelManager & | operator= (const G4NuclearLevelManager &right) | 
| G4bool | operator== (const G4NuclearLevelManager &right) const | 
| G4bool | operator!= (const G4NuclearLevelManager &right) const | 
| G4bool | Read (std::ifstream &aDataFile) | 
| G4bool | ReadDataLine (std::ifstream &dataFile) | 
| G4bool | ReadDataItem (std::istream &dataFile, G4double &x) | 
| void | ProcessDataLine () | 
| void | MakeLevels (const G4String &filename) | 
| void | ClearLevels () | 
| G4NuclearLevel * | UseLevelOrMakeNew (G4NuclearLevel *level) | 
| void | AddDataToLevel (G4NuclearLevel *level) | 
| void | FinishLevel (G4NuclearLevel *level) | 
Private Attributes | |
| G4int | _nucleusA | 
| G4int | _nucleusZ | 
| G4bool | _validity | 
| G4PtrLevelVector * | _levels | 
Static Private Attributes | |
| static G4double | _levelEnergy =0. | 
| static G4double | _gammaEnergy =0. | 
| static G4double | _probability =0. | 
| static G4double | _polarity =0. | 
| static G4double | _halfLife =0. | 
| static G4double | _angularMomentum =0. | 
| static G4double | _kCC =0. | 
| static G4double | _l1CC =0. | 
| static G4double | _l2CC =0. | 
| static G4double | _l3CC =0. | 
| static G4double | _m1CC =0. | 
| static G4double | _m2CC =0. | 
| static G4double | _m3CC =0. | 
| static G4double | _m4CC =0. | 
| static G4double | _m5CC =0. | 
| static G4double | _nPlusCC =0. | 
| static G4double | _totalCC =0. | 
Definition at line 65 of file G4NuclearLevelManager.hh.
Definition at line 82 of file G4NuclearLevelManager.cc.
References MakeLevels().
 Here is the call graph for this function:| G4NuclearLevelManager::G4NuclearLevelManager | ( | const G4NuclearLevelManager & | right | ) | 
Definition at line 406 of file G4NuclearLevelManager.cc.
References _levels, _nucleusA, _nucleusZ, _validity, GetLevel(), and n.
 Here is the call graph for this function:| G4NuclearLevelManager::~G4NuclearLevelManager | ( | ) | 
Definition at line 100 of file G4NuclearLevelManager.cc.
References ClearLevels().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 346 of file G4NuclearLevelManager.cc.
References G4NuclearLevel::_energies, _gammaEnergy, _kCC, G4NuclearLevel::_kCC, _l1CC, G4NuclearLevel::_l1CC, _l2CC, G4NuclearLevel::_l2CC, _l3CC, G4NuclearLevel::_l3CC, _m1CC, G4NuclearLevel::_m1CC, _m2CC, G4NuclearLevel::_m2CC, _m3CC, G4NuclearLevel::_m3CC, _m4CC, G4NuclearLevel::_m4CC, _m5CC, G4NuclearLevel::_m5CC, _nPlusCC, G4NuclearLevel::_nPlusCC, G4NuclearLevel::_polarities, _polarity, _probability, _totalCC, G4NuclearLevel::_totalCC, and G4NuclearLevel::_weights.
Referenced by MakeLevels().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 278 of file G4NuclearLevelManager.cc.
References _levels, _validity, and NumberOfLevels().
Referenced by MakeLevels(), and ~G4NuclearLevelManager().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 366 of file G4NuclearLevelManager.cc.
References _levels, and G4NuclearLevel::Finalize().
Referenced by MakeLevels(), and UseLevelOrMakeNew().
 Here is the call graph for this function:
 Here is the caller graph for this function:| const G4NuclearLevel * G4NuclearLevelManager::GetLevel | ( | G4int | i | ) | const | 
Definition at line 119 of file G4NuclearLevelManager.cc.
References NumberOfLevels().
Referenced by G4NuclearLevelManager(), NearestLevel(), PrintAll(), and PrintLevels().
 Here is the call graph for this function:
 Here is the caller graph for this function:| const G4NuclearLevel * G4NuclearLevelManager::HighestLevel | ( | ) | const | 
Definition at line 159 of file G4NuclearLevelManager.cc.
References _levels, and NumberOfLevels().
 Here is the call graph for this function:
      
  | 
  inline | 
Definition at line 77 of file G4NuclearLevelManager.hh.
References _validity.
| const G4NuclearLevel * G4NuclearLevelManager::LowestLevel | ( | ) | const | 
Definition at line 164 of file G4NuclearLevelManager.cc.
References _levels, and NumberOfLevels().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 291 of file G4NuclearLevelManager.cc.
References _levels, _nucleusA, _nucleusZ, _validity, AddDataToLevel(), ClearLevels(), FinishLevel(), G4cout, G4endl, NumberOfLevels(), Read(), and UseLevelOrMakeNew().
Referenced by G4NuclearLevelManager(), and SetNucleus().
 Here is the call graph for this function:
 Here is the caller graph for this function:| G4double G4NuclearLevelManager::MaxLevelEnergy | ( | ) | const | 
Definition at line 154 of file G4NuclearLevelManager.cc.
References _levels, GeV, and NumberOfLevels().
Referenced by G4ContinuumGammaDeexcitation::CanDoTransition(), G4DiscreteGammaDeexcitation::CanDoTransition(), and PrintAll().
 Here is the call graph for this function:
 Here is the caller graph for this function:| G4double G4NuclearLevelManager::MinLevelEnergy | ( | ) | const | 
Definition at line 149 of file G4NuclearLevelManager.cc.
References _levels, GeV, and NumberOfLevels().
Referenced by G4DiscreteGammaDeexcitation::CanDoTransition(), PrintAll(), and G4ContinuumGammaTransition::Update().
 Here is the call graph for this function:
 Here is the caller graph for this function:| const G4NuclearLevel * G4NuclearLevelManager::NearestLevel | ( | G4double | energy, | 
| G4double | eDiffMax = 1.e+8  | 
        ||
| ) | const | 
Definition at line 124 of file G4NuclearLevelManager.cc.
References _levels, G4NuclearLevel::Energy(), GetLevel(), and NumberOfLevels().
Referenced by G4RadioactiveDecay::AddDecayRateTable(), G4DiscreteGammaDeexcitation::CanDoTransition(), G4RIsotopeTable::GetMeanLifeTime(), and G4ContinuumGammaTransition::SelectGamma().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 79 of file G4NuclearLevelManager.hh.
References _levels.
Referenced by G4RadioactiveDecay::AddDecayRateTable(), ClearLevels(), GetLevel(), HighestLevel(), LowestLevel(), MakeLevels(), MaxLevelEnergy(), MinLevelEnergy(), NearestLevel(), PrintAll(), and PrintLevels().
 Here is the caller graph for this function:
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
| void G4NuclearLevelManager::PrintAll | ( | void | ) | 
Definition at line 375 of file G4NuclearLevelManager.cc.
References _nucleusA, _nucleusZ, G4cout, G4endl, GetLevel(), MaxLevelEnergy(), MinLevelEnergy(), NumberOfLevels(), and G4NuclearLevel::PrintAll().
 Here is the call graph for this function:| void G4NuclearLevelManager::PrintLevels | ( | ) | 
Definition at line 390 of file G4NuclearLevelManager.cc.
References _nucleusA, _nucleusZ, G4cout, G4endl, GetLevel(), G4NucleiProperties::GetNuclearMass(), NumberOfLevels(), and G4NuclearLevel::PrintLevels().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 227 of file G4NuclearLevelManager.cc.
References _gammaEnergy, _halfLife, _kCC, _l1CC, _l2CC, _l3CC, _levelEnergy, _m1CC, _m2CC, _m3CC, _m4CC, _m5CC, _nPlusCC, _probability, keV, and second.
Referenced by Read().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 169 of file G4NuclearLevelManager.cc.
References ProcessDataLine(), and ReadDataLine().
Referenced by MakeLevels().
 Here is the call graph for this function:
 Here is the caller graph for this function:Definition at line 213 of file G4NuclearLevelManager.cc.
References buffer.
Referenced by ReadDataLine().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 179 of file G4NuclearLevelManager.cc.
References _angularMomentum, _gammaEnergy, _halfLife, _kCC, _l1CC, _l2CC, _l3CC, _levelEnergy, _m1CC, _m2CC, _m3CC, _m4CC, _m5CC, _nPlusCC, _polarity, _probability, _totalCC, and ReadDataItem().
Referenced by Read().
 Here is the call graph for this function:
 Here is the caller graph for this function:Definition at line 105 of file G4NuclearLevelManager.cc.
References _nucleusA, _nucleusZ, A(), and MakeLevels().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 336 of file G4NuclearLevelManager.cc.
References _angularMomentum, _halfLife, _levelEnergy, G4NuclearLevel::Energy(), and FinishLevel().
Referenced by MakeLevels().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  staticprivate | 
Definition at line 126 of file G4NuclearLevelManager.hh.
Referenced by ReadDataLine(), and UseLevelOrMakeNew().
      
  | 
  staticprivate | 
Definition at line 122 of file G4NuclearLevelManager.hh.
Referenced by AddDataToLevel(), ProcessDataLine(), and ReadDataLine().
      
  | 
  staticprivate | 
Definition at line 125 of file G4NuclearLevelManager.hh.
Referenced by ProcessDataLine(), ReadDataLine(), and UseLevelOrMakeNew().
      
  | 
  staticprivate | 
Definition at line 127 of file G4NuclearLevelManager.hh.
Referenced by AddDataToLevel(), ProcessDataLine(), and ReadDataLine().
      
  | 
  staticprivate | 
Definition at line 128 of file G4NuclearLevelManager.hh.
Referenced by AddDataToLevel(), ProcessDataLine(), and ReadDataLine().
      
  | 
  staticprivate | 
Definition at line 129 of file G4NuclearLevelManager.hh.
Referenced by AddDataToLevel(), ProcessDataLine(), and ReadDataLine().
      
  | 
  staticprivate | 
Definition at line 130 of file G4NuclearLevelManager.hh.
Referenced by AddDataToLevel(), ProcessDataLine(), and ReadDataLine().
      
  | 
  staticprivate | 
Definition at line 121 of file G4NuclearLevelManager.hh.
Referenced by ProcessDataLine(), ReadDataLine(), and UseLevelOrMakeNew().
      
  | 
  private | 
Definition at line 117 of file G4NuclearLevelManager.hh.
Referenced by ClearLevels(), FinishLevel(), G4NuclearLevelManager(), HighestLevel(), LowestLevel(), MakeLevels(), MaxLevelEnergy(), MinLevelEnergy(), NearestLevel(), and NumberOfLevels().
      
  | 
  staticprivate | 
Definition at line 131 of file G4NuclearLevelManager.hh.
Referenced by AddDataToLevel(), ProcessDataLine(), and ReadDataLine().
      
  | 
  staticprivate | 
Definition at line 132 of file G4NuclearLevelManager.hh.
Referenced by AddDataToLevel(), ProcessDataLine(), and ReadDataLine().
      
  | 
  staticprivate | 
Definition at line 133 of file G4NuclearLevelManager.hh.
Referenced by AddDataToLevel(), ProcessDataLine(), and ReadDataLine().
      
  | 
  staticprivate | 
Definition at line 134 of file G4NuclearLevelManager.hh.
Referenced by AddDataToLevel(), ProcessDataLine(), and ReadDataLine().
      
  | 
  staticprivate | 
Definition at line 135 of file G4NuclearLevelManager.hh.
Referenced by AddDataToLevel(), ProcessDataLine(), and ReadDataLine().
      
  | 
  staticprivate | 
Definition at line 136 of file G4NuclearLevelManager.hh.
Referenced by AddDataToLevel(), ProcessDataLine(), and ReadDataLine().
      
  | 
  private | 
Definition at line 113 of file G4NuclearLevelManager.hh.
Referenced by G4NuclearLevelManager(), MakeLevels(), PrintAll(), PrintLevels(), and SetNucleus().
      
  | 
  private | 
Definition at line 114 of file G4NuclearLevelManager.hh.
Referenced by G4NuclearLevelManager(), MakeLevels(), PrintAll(), PrintLevels(), and SetNucleus().
      
  | 
  staticprivate | 
Definition at line 124 of file G4NuclearLevelManager.hh.
Referenced by AddDataToLevel(), and ReadDataLine().
      
  | 
  staticprivate | 
Definition at line 123 of file G4NuclearLevelManager.hh.
Referenced by AddDataToLevel(), ProcessDataLine(), and ReadDataLine().
      
  | 
  staticprivate | 
Definition at line 137 of file G4NuclearLevelManager.hh.
Referenced by AddDataToLevel(), and ReadDataLine().
      
  | 
  private | 
Definition at line 116 of file G4NuclearLevelManager.hh.
Referenced by ClearLevels(), G4NuclearLevelManager(), IsValid(), and MakeLevels().