| 
    Geant4
    10.02.p01
    
   | 
 
#include <G4ContinuumGammaDeexcitation.hh>
 Inheritance diagram for G4ContinuumGammaDeexcitation:
 Collaboration diagram for G4ContinuumGammaDeexcitation:Public Member Functions | |
| G4ContinuumGammaDeexcitation () | |
| virtual | ~G4ContinuumGammaDeexcitation () | 
| virtual G4bool | CanDoTransition (G4Fragment *aNucleus) | 
  Public Member Functions inherited from G4VGammaDeexcitation | |
| G4VGammaDeexcitation () | |
| virtual | ~G4VGammaDeexcitation () | 
| void | DoChain (G4FragmentVector *, G4Fragment *nucleus) | 
| G4Fragment * | GenerateGamma (G4Fragment *nucleus) | 
| void | SetVerboseLevel (G4int verbose) | 
| void | SetEO (G4ElectronOccupancy eo) | 
| void | SetVaccantSN (G4int val) | 
| G4ElectronOccupancy | GetEO () | 
| G4int | GetVacantSN () | 
| void | SetTimeLimit (G4double value) | 
Private Attributes | |
| G4int | nucleusZ | 
| G4int | nucleusA | 
| G4NuclearLevelStore * | store | 
| G4NuclearLevelManager * | levelManager | 
| G4ContinuumGammaTransition * | ctransition | 
Additional Inherited Members | |
  Protected Attributes inherited from G4VGammaDeexcitation | |
| G4VGammaTransition * | _transition | 
| G4int | _verbose | 
| G4double | _tolerance | 
| G4double | _timeLimit | 
Definition at line 61 of file G4ContinuumGammaDeexcitation.hh.
| G4ContinuumGammaDeexcitation::G4ContinuumGammaDeexcitation | ( | ) | 
Definition at line 62 of file G4ContinuumGammaDeexcitation.cc.
References G4NuclearLevelStore::GetInstance(), and store.
 Here is the call graph for this function:
      
  | 
  virtual | 
Definition at line 68 of file G4ContinuumGammaDeexcitation.cc.
      
  | 
  virtual | 
Implements G4VGammaDeexcitation.
Definition at line 71 of file G4ContinuumGammaDeexcitation.cc.
References G4VGammaDeexcitation::_tolerance, G4VGammaDeexcitation::_transition, G4VGammaDeexcitation::_verbose, A(), ctransition, G4cout, G4endl, G4Fragment::GetA_asInt(), G4Fragment::GetExcitationEnergy(), G4NuclearLevelStore::GetManager(), G4Fragment::GetZ_asInt(), levelManager, G4NuclearLevelManager::MaxLevelEnergy(), nucleusA, nucleusZ, store, and G4ContinuumGammaTransition::Update().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 77 of file G4ContinuumGammaDeexcitation.hh.
Referenced by CanDoTransition().
      
  | 
  private | 
Definition at line 76 of file G4ContinuumGammaDeexcitation.hh.
Referenced by CanDoTransition().
      
  | 
  private | 
Definition at line 74 of file G4ContinuumGammaDeexcitation.hh.
Referenced by CanDoTransition().
      
  | 
  private | 
Definition at line 73 of file G4ContinuumGammaDeexcitation.hh.
Referenced by CanDoTransition().
      
  | 
  private | 
Definition at line 75 of file G4ContinuumGammaDeexcitation.hh.
Referenced by CanDoTransition(), and G4ContinuumGammaDeexcitation().