Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Attributes | List of all members
G4VEvaporationChannel Class Referenceabstract

#include <G4VEvaporationChannel.hh>

Inheritance diagram for G4VEvaporationChannel:
Inheritance graph
[legend]

Public Member Functions

 G4VEvaporationChannel (const G4String &aName="Anonymous")
 
virtual ~G4VEvaporationChannel ()
 
virtual G4FragmentEmittedFragment (G4Fragment *theNucleus)
 
virtual G4FragmentVectorBreakUpFragment (G4Fragment *theNucleus)
 
virtual G4FragmentVectorBreakUp (const G4Fragment &theNucleus)=0
 
virtual G4double GetEmissionProbability (G4Fragment *theNucleus)=0
 
G4String GetName () const
 
void SetName (const G4String &aName)
 
void SetOPTxs (G4int opt)
 
void UseSICB (G4bool use)
 

Protected Attributes

G4int OPTxs
 
G4bool useSICB
 

Detailed Description

Definition at line 46 of file G4VEvaporationChannel.hh.

Constructor & Destructor Documentation

G4VEvaporationChannel::G4VEvaporationChannel ( const G4String aName = "Anonymous")

Definition at line 39 of file G4VEvaporationChannel.cc.

G4VEvaporationChannel::~G4VEvaporationChannel ( )
virtual

Definition at line 43 of file G4VEvaporationChannel.cc.

Member Function Documentation

virtual G4FragmentVector* G4VEvaporationChannel::BreakUp ( const G4Fragment theNucleus)
pure virtual
G4FragmentVector * G4VEvaporationChannel::BreakUpFragment ( G4Fragment theNucleus)
virtual

Reimplemented in G4PhotonEvaporation, G4PromptPhotonEvaporation, and G4UnstableFragmentBreakUp.

Definition at line 51 of file G4VEvaporationChannel.cc.

Here is the caller graph for this function:

G4Fragment * G4VEvaporationChannel::EmittedFragment ( G4Fragment theNucleus)
virtual
virtual G4double G4VEvaporationChannel::GetEmissionProbability ( G4Fragment theNucleus)
pure virtual
G4String G4VEvaporationChannel::GetName ( void  ) const
inline

Definition at line 67 of file G4VEvaporationChannel.hh.

void G4VEvaporationChannel::SetName ( const G4String aName)
inline

Definition at line 68 of file G4VEvaporationChannel.hh.

void G4VEvaporationChannel::SetOPTxs ( G4int  opt)
inline

Definition at line 71 of file G4VEvaporationChannel.hh.

void G4VEvaporationChannel::UseSICB ( G4bool  use)
inline

Definition at line 73 of file G4VEvaporationChannel.hh.

Member Data Documentation

G4int G4VEvaporationChannel::OPTxs
protected

Definition at line 77 of file G4VEvaporationChannel.hh.

G4bool G4VEvaporationChannel::useSICB
protected

Definition at line 78 of file G4VEvaporationChannel.hh.


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