Geant4  10.00.p02
G4Evaporation Class Reference

#include <G4Evaporation.hh>

+ Inheritance diagram for G4Evaporation:
+ Collaboration diagram for G4Evaporation:

Public Member Functions

 G4Evaporation ()
 
 G4Evaporation (G4VEvaporationChannel *photoEvaporation)
 
virtual ~G4Evaporation ()
 
virtual void Initialise ()
 
G4FragmentVectorBreakItUp (const G4Fragment &theNucleus)
 
void SetDefaultChannel ()
 
void SetGEMChannel ()
 
void SetCombinedChannel ()
 
virtual void SetPhotonEvaporation (G4VEvaporationChannel *ptr)
 
- Public Member Functions inherited from G4VEvaporation
 G4VEvaporation ()
 
virtual ~G4VEvaporation ()
 
G4VEvaporationChannelGetPhotonEvaporation ()
 
void SetOPTxs (G4int opt)
 
void UseSICB (G4bool use)
 

Private Member Functions

void CleanChannels ()
 
void SetParameters ()
 
void InitialiseEvaporation ()
 
 G4Evaporation (const G4Evaporation &right)
 
const G4Evaporationoperator= (const G4Evaporation &right)
 
G4bool operator== (const G4Evaporation &right) const
 
G4bool operator!= (const G4Evaporation &right) const
 

Private Attributes

std::vector
< G4VEvaporationChannel * > * 
theChannels
 
std::vector< G4doubleprobabilities
 
G4VEvaporationFactorytheChannelFactory
 
size_t nChannels
 
G4int maxZforFBU
 
G4int maxAforFBU
 
G4double minExcitation
 
G4NistManagernist
 
G4IonTabletheTableOfIons
 
G4UnstableFragmentBreakUp unstableBreakUp
 

Additional Inherited Members

- Protected Attributes inherited from G4VEvaporation
G4VEvaporationChannelthePhotonEvaporation
 
G4int OPTxs
 
G4bool useSICB
 

Detailed Description

Definition at line 55 of file G4Evaporation.hh.

Constructor & Destructor Documentation

G4Evaporation::G4Evaporation ( )

Definition at line 64 of file G4Evaporation.cc.

References G4ParticleTable::GetIonTable(), G4ParticleTable::GetParticleTable(), InitialiseEvaporation(), SetParameters(), SetPhotonEvaporation(), theChannelFactory, G4VEvaporation::thePhotonEvaporation, and theTableOfIons.

+ Here is the call graph for this function:

G4Evaporation::G4Evaporation ( G4VEvaporationChannel photoEvaporation)

Definition at line 74 of file G4Evaporation.cc.

References G4ParticleTable::GetIonTable(), G4ParticleTable::GetParticleTable(), InitialiseEvaporation(), SetParameters(), SetPhotonEvaporation(), theChannelFactory, G4VEvaporation::thePhotonEvaporation, and theTableOfIons.

+ Here is the call graph for this function:

G4Evaporation::~G4Evaporation ( )
virtual

Definition at line 86 of file G4Evaporation.cc.

References CleanChannels(), theChannelFactory, and G4VEvaporation::thePhotonEvaporation.

+ Here is the call graph for this function:

G4Evaporation::G4Evaporation ( const G4Evaporation right)
private

Member Function Documentation

G4FragmentVector * G4Evaporation::BreakItUp ( const G4Fragment theNucleus)
virtual

Implements G4VEvaporation.

Definition at line 152 of file G4Evaporation.cc.

References A, G4UnstableFragmentBreakUp::BreakUpFragment(), G4UniformRand, G4Fragment::GetA_asInt(), G4Fragment::GetExcitationEnergy(), G4NistManager::GetIsotopeAbundance(), G4Fragment::GetZ_asInt(), maxAforFBU, maxZforFBU, MeV, nChannels, nist, probabilities, and unstableBreakUp.

+ Here is the call graph for this function:

void G4Evaporation::CleanChannels ( )
private

Definition at line 93 of file G4Evaporation.cc.

References nChannels, and theChannels.

Referenced by InitialiseEvaporation(), and ~G4Evaporation().

+ Here is the caller graph for this function:

void G4Evaporation::Initialise ( )
virtual

Reimplemented from G4VEvaporation.

Definition at line 117 of file G4Evaporation.cc.

References nChannels, G4VEvaporation::OPTxs, and G4VEvaporation::useSICB.

Referenced by InitialiseEvaporation().

+ Here is the caller graph for this function:

void G4Evaporation::InitialiseEvaporation ( )
private

Definition at line 108 of file G4Evaporation.cc.

References CleanChannels(), G4VEvaporationFactory::GetChannel(), Initialise(), nChannels, probabilities, theChannelFactory, and theChannels.

Referenced by G4Evaporation(), SetCombinedChannel(), SetDefaultChannel(), and SetGEMChannel().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4Evaporation::operator!= ( const G4Evaporation right) const
private
const G4Evaporation& G4Evaporation::operator= ( const G4Evaporation right)
private
G4bool G4Evaporation::operator== ( const G4Evaporation right) const
private
void G4Evaporation::SetCombinedChannel ( )

Definition at line 139 of file G4Evaporation.cc.

References InitialiseEvaporation(), theChannelFactory, and G4VEvaporation::thePhotonEvaporation.

+ Here is the call graph for this function:

void G4Evaporation::SetDefaultChannel ( )

Definition at line 125 of file G4Evaporation.cc.

References InitialiseEvaporation(), theChannelFactory, and G4VEvaporation::thePhotonEvaporation.

Referenced by G4QMDReaction::setEvaporationCh().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4Evaporation::SetGEMChannel ( )

Definition at line 132 of file G4Evaporation.cc.

References InitialiseEvaporation(), theChannelFactory, and G4VEvaporation::thePhotonEvaporation.

Referenced by G4QMDReaction::setEvaporationCh().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4Evaporation::SetParameters ( )
private

Definition at line 99 of file G4Evaporation.cc.

References G4FermiFragmentsPool::GetMaxA(), G4FermiFragmentsPool::GetMaxZ(), G4FermiFragmentsPool::Instance(), G4NistManager::Instance(), keV, maxAforFBU, maxZforFBU, minExcitation, nist, and probabilities.

Referenced by G4Evaporation().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4Evaporation::SetPhotonEvaporation ( G4VEvaporationChannel ptr)
virtual

Reimplemented from G4VEvaporation.

Definition at line 146 of file G4Evaporation.cc.

References nChannels, and G4VEvaporation::SetPhotonEvaporation().

Referenced by G4Evaporation().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

G4int G4Evaporation::maxAforFBU
private

Definition at line 93 of file G4Evaporation.hh.

Referenced by BreakItUp(), and SetParameters().

G4int G4Evaporation::maxZforFBU
private

Definition at line 92 of file G4Evaporation.hh.

Referenced by BreakItUp(), and SetParameters().

G4double G4Evaporation::minExcitation
private

Definition at line 94 of file G4Evaporation.hh.

Referenced by SetParameters().

size_t G4Evaporation::nChannels
private
G4NistManager* G4Evaporation::nist
private

Definition at line 95 of file G4Evaporation.hh.

Referenced by BreakItUp(), and SetParameters().

std::vector<G4double> G4Evaporation::probabilities
private

Definition at line 89 of file G4Evaporation.hh.

Referenced by BreakItUp(), InitialiseEvaporation(), and SetParameters().

G4VEvaporationFactory* G4Evaporation::theChannelFactory
private
std::vector<G4VEvaporationChannel*>* G4Evaporation::theChannels
private

Definition at line 88 of file G4Evaporation.hh.

Referenced by CleanChannels(), and InitialiseEvaporation().

G4IonTable* G4Evaporation::theTableOfIons
private

Definition at line 96 of file G4Evaporation.hh.

Referenced by G4Evaporation().

G4UnstableFragmentBreakUp G4Evaporation::unstableBreakUp
private

Definition at line 97 of file G4Evaporation.hh.

Referenced by BreakItUp().


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