Geant4  10.02
G4VEvaporation Class Referenceabstract

#include <G4VEvaporation.hh>

+ Inheritance diagram for G4VEvaporation:
+ Collaboration diagram for G4VEvaporation:

Public Member Functions

 G4VEvaporation ()
 
virtual ~G4VEvaporation ()
 
virtual G4FragmentVectorBreakItUp (const G4Fragment &theNucleus)=0
 
virtual void BreakFragment (G4FragmentVector *, G4Fragment *theNucleus)
 
virtual void InitialiseChannels ()
 
virtual void SetPhotonEvaporation (G4VEvaporationChannel *ptr)
 
G4VEvaporationChannelGetPhotonEvaporation ()
 
G4VEvaporationChannelGetFissionChannel ()
 
void SetOPTxs (G4int opt)
 
void UseSICB (G4bool use)
 

Protected Member Functions

void CleanChannels ()
 

Protected Attributes

G4VEvaporationChannelthePhotonEvaporation
 
G4int OPTxs
 
G4bool useSICB
 
std::vector
< G4VEvaporationChannel * > * 
theChannels
 
G4VEvaporationFactorytheChannelFactory
 

Private Member Functions

 G4VEvaporation (const G4VEvaporation &right)
 
const G4VEvaporationoperator= (const G4VEvaporation &right)
 
G4bool operator== (const G4VEvaporation &right) const
 
G4bool operator!= (const G4VEvaporation &right) const
 

Detailed Description

Definition at line 52 of file G4VEvaporation.hh.

Constructor & Destructor Documentation

G4VEvaporation::G4VEvaporation ( )

Definition at line 38 of file G4VEvaporation.cc.

G4VEvaporation::~G4VEvaporation ( )
virtual

Definition at line 43 of file G4VEvaporation.cc.

References CleanChannels(), theChannelFactory, and thePhotonEvaporation.

+ Here is the call graph for this function:

G4VEvaporation::G4VEvaporation ( const G4VEvaporation right)
private

Member Function Documentation

void G4VEvaporation::BreakFragment ( G4FragmentVector ,
G4Fragment theNucleus 
)
virtual

Reimplemented in G4Evaporation.

Definition at line 73 of file G4VEvaporation.cc.

Referenced by G4ExcitationHandler::BreakItUp().

+ Here is the caller graph for this function:

virtual G4FragmentVector* G4VEvaporation::BreakItUp ( const G4Fragment theNucleus)
pure virtual
void G4VEvaporation::CleanChannels ( )
protected

Definition at line 50 of file G4VEvaporation.cc.

References theChannels.

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

+ Here is the caller graph for this function:

G4VEvaporationChannel * G4VEvaporation::GetFissionChannel ( )
inline

Definition at line 105 of file G4VEvaporation.hh.

References theChannels.

Referenced by G4INCLXXInterface::G4INCLXXInterface().

+ Here is the caller graph for this function:

G4VEvaporationChannel * G4VEvaporation::GetPhotonEvaporation ( )
inline

Definition at line 100 of file G4VEvaporation.hh.

References thePhotonEvaporation.

Referenced by G4ExcitationHandler::G4ExcitationHandler(), and G4ExcitationHandler::SetEvaporation().

+ Here is the caller graph for this function:

void G4VEvaporation::InitialiseChannels ( )
virtual

Reimplemented in G4Evaporation.

Definition at line 61 of file G4VEvaporation.cc.

Referenced by G4ExcitationHandler::SetParameters().

+ Here is the caller graph for this function:

G4bool G4VEvaporation::operator!= ( const G4VEvaporation right) const
private
const G4VEvaporation& G4VEvaporation::operator= ( const G4VEvaporation right)
private
G4bool G4VEvaporation::operator== ( const G4VEvaporation right) const
private
void G4VEvaporation::SetOPTxs ( G4int  opt)
inline

Definition at line 76 of file G4VEvaporation.hh.

References OPTxs.

Referenced by G4ExcitationHandler::SetParameters().

+ Here is the caller graph for this function:

void G4VEvaporation::SetPhotonEvaporation ( G4VEvaporationChannel ptr)
virtual

Definition at line 64 of file G4VEvaporation.cc.

References theChannels, and thePhotonEvaporation.

Referenced by G4Evaporation::G4Evaporation(), and G4ExcitationHandler::SetPhotonEvaporation().

+ Here is the caller graph for this function:

void G4VEvaporation::UseSICB ( G4bool  use)
inline

Definition at line 78 of file G4VEvaporation.hh.

References useSICB.

Referenced by G4ExcitationHandler::SetParameters().

+ Here is the caller graph for this function:

Member Data Documentation

G4int G4VEvaporation::OPTxs
protected
G4bool G4VEvaporation::useSICB
protected

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