Geant4  10.00.p02
G4VGammaDeexcitation Class Referenceabstract

#include <G4VGammaDeexcitation.hh>

+ Inheritance diagram for G4VGammaDeexcitation:
+ Collaboration diagram for G4VGammaDeexcitation:

Public Member Functions

 G4VGammaDeexcitation ()
 
virtual ~G4VGammaDeexcitation ()
 
virtual G4VGammaTransitionCreateTransition ()=0
 
virtual G4bool CanDoTransition ()=0
 
G4FragmentVectorDoTransition ()
 
G4FragmentVectorDoChain ()
 
G4FragmentGenerateGamma ()
 
G4FragmentGetNucleus ()
 
void SetNucleus (G4Fragment *nucleus)
 
void SetVerboseLevel (G4int verbose)
 
void Initialize ()
 
void SetEO (G4ElectronOccupancy eo)
 
void SetVaccantSN (G4int val)
 
G4ElectronOccupancy GetEO ()
 
G4int GetVacantSN ()
 
void SetTimeLimit (G4double value)
 

Protected Member Functions

void Update ()
 

Protected Attributes

G4VGammaTransition_transition
 
G4int _verbose
 

Private Member Functions

 G4VGammaDeexcitation (const G4VGammaDeexcitation &right)
 
const G4VGammaDeexcitationoperator= (const G4VGammaDeexcitation &right)
 
G4bool operator== (const G4VGammaDeexcitation &right) const
 
G4bool operator!= (const G4VGammaDeexcitation &right) const
 

Private Attributes

G4Fragment_nucleus
 
G4ElectronOccupancy _electronO
 
G4int _vSN
 
G4double fTimeLimit
 

Detailed Description

Definition at line 72 of file G4VGammaDeexcitation.hh.

Constructor & Destructor Documentation

G4VGammaDeexcitation::G4VGammaDeexcitation ( )

Definition at line 76 of file G4VGammaDeexcitation.cc.

References _nucleus, DBL_MAX, and fTimeLimit.

G4VGammaDeexcitation::~G4VGammaDeexcitation ( )
virtual

Definition at line 83 of file G4VGammaDeexcitation.cc.

References _transition.

G4VGammaDeexcitation::G4VGammaDeexcitation ( const G4VGammaDeexcitation right)
private

Member Function Documentation

virtual G4bool G4VGammaDeexcitation::CanDoTransition ( )
pure virtual

Implemented in G4DiscreteGammaDeexcitation, and G4ContinuumGammaDeexcitation.

Referenced by DoChain(), DoTransition(), and G4PhotonEvaporation::EmittedFragment().

+ Here is the caller graph for this function:

virtual G4VGammaTransition* G4VGammaDeexcitation::CreateTransition ( )
pure virtual

Implemented in G4DiscreteGammaDeexcitation, and G4ContinuumGammaDeexcitation.

Referenced by Initialize(), and Update().

+ Here is the caller graph for this function:

G4FragmentVector * G4VGammaDeexcitation::DoChain ( )

Definition at line 106 of file G4VGammaDeexcitation.cc.

References _nucleus, _transition, _verbose, CanDoTransition(), G4cout, G4endl, GenerateGamma(), G4Fragment::GetExcitationEnergy(), Initialize(), keV, G4VGammaTransition::SetEnergyFrom(), and Update().

Referenced by G4PhotonEvaporation::BreakItUp(), and G4PhotonEvaporation::BreakUpFragment().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4FragmentVector * G4VGammaDeexcitation::DoTransition ( )

Definition at line 88 of file G4VGammaDeexcitation.cc.

References _verbose, CanDoTransition(), G4cout, G4endl, GenerateGamma(), and Initialize().

Referenced by G4PhotonEvaporation::BreakUp().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4ElectronOccupancy G4VGammaDeexcitation::GetEO ( )
inline

Definition at line 102 of file G4VGammaDeexcitation.hh.

References _electronO.

Referenced by G4PhotonEvaporation::BreakItUp(), G4PhotonEvaporation::BreakUp(), and G4PhotonEvaporation::BreakUpFragment().

+ Here is the caller graph for this function:

G4Fragment * G4VGammaDeexcitation::GetNucleus ( )
inline

Definition at line 128 of file G4VGammaDeexcitation.hh.

References _nucleus.

Referenced by G4ContinuumGammaDeexcitation::CanDoTransition(), G4DiscreteGammaDeexcitation::CanDoTransition(), G4ContinuumGammaDeexcitation::CreateTransition(), and G4DiscreteGammaDeexcitation::CreateTransition().

+ Here is the caller graph for this function:

G4int G4VGammaDeexcitation::GetVacantSN ( )
inline

Definition at line 103 of file G4VGammaDeexcitation.hh.

References _vSN.

Referenced by G4PhotonEvaporation::BreakItUp(), G4PhotonEvaporation::BreakUp(), and G4PhotonEvaporation::BreakUpFragment().

+ Here is the caller graph for this function:

void G4VGammaDeexcitation::Initialize ( )
inline

Definition at line 143 of file G4VGammaDeexcitation.hh.

References _nucleus, _transition, CreateTransition(), G4Fragment::GetExcitationEnergy(), and G4VGammaTransition::SetEnergyFrom().

Referenced by DoChain(), DoTransition(), and G4PhotonEvaporation::EmittedFragment().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4VGammaDeexcitation::operator!= ( const G4VGammaDeexcitation right) const
private
const G4VGammaDeexcitation& G4VGammaDeexcitation::operator= ( const G4VGammaDeexcitation right)
private
G4bool G4VGammaDeexcitation::operator== ( const G4VGammaDeexcitation right) const
private
void G4VGammaDeexcitation::SetEO ( G4ElectronOccupancy  eo)
inline

Definition at line 99 of file G4VGammaDeexcitation.hh.

References _electronO.

Referenced by G4PhotonEvaporation::SetEOccupancy().

+ Here is the caller graph for this function:

void G4VGammaDeexcitation::SetNucleus ( G4Fragment nucleus)
inline

Definition at line 133 of file G4VGammaDeexcitation.hh.

References _nucleus.

Referenced by G4PhotonEvaporation::BreakItUp(), G4PhotonEvaporation::BreakUp(), G4PhotonEvaporation::BreakUpFragment(), and G4PhotonEvaporation::EmittedFragment().

+ Here is the caller graph for this function:

void G4VGammaDeexcitation::SetTimeLimit ( G4double  value)
inline

Definition at line 105 of file G4VGammaDeexcitation.hh.

References fTimeLimit.

Referenced by G4PhotonEvaporation::G4PhotonEvaporation(), and G4PhotonEvaporation::SetTimeLimit().

+ Here is the caller graph for this function:

void G4VGammaDeexcitation::SetVaccantSN ( G4int  val)
inline

Definition at line 100 of file G4VGammaDeexcitation.hh.

References _vSN.

Referenced by G4PhotonEvaporation::BreakItUp(), G4PhotonEvaporation::BreakUp(), and G4PhotonEvaporation::BreakUpFragment().

+ Here is the caller graph for this function:

void G4VGammaDeexcitation::SetVerboseLevel ( G4int  verbose)
inline

Definition at line 138 of file G4VGammaDeexcitation.hh.

References _verbose.

Referenced by G4PhotonEvaporation::SetVerboseLevel().

+ Here is the caller graph for this function:

void G4VGammaDeexcitation::Update ( )
protected

Definition at line 239 of file G4VGammaDeexcitation.cc.

References _nucleus, _transition, _verbose, CreateTransition(), G4cout, G4endl, G4Fragment::GetExcitationEnergy(), and G4VGammaTransition::SetEnergyFrom().

Referenced by DoChain().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

G4ElectronOccupancy G4VGammaDeexcitation::_electronO
private

Definition at line 122 of file G4VGammaDeexcitation.hh.

Referenced by GenerateGamma(), GetEO(), and SetEO().

G4Fragment* G4VGammaDeexcitation::_nucleus
private
G4int G4VGammaDeexcitation::_vSN
private

Definition at line 123 of file G4VGammaDeexcitation.hh.

Referenced by GenerateGamma(), GetVacantSN(), and SetVaccantSN().

G4double G4VGammaDeexcitation::fTimeLimit
private

Definition at line 124 of file G4VGammaDeexcitation.hh.

Referenced by G4VGammaDeexcitation(), GenerateGamma(), and SetTimeLimit().


The documentation for this class was generated from the following files: