Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4VEvaporationChannel Class Referenceabstract

#include <G4VEvaporationChannel.hh>

+ Inheritance diagram for G4VEvaporationChannel:

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::G4VEvaporationChannel ( const G4String aName = "Anonymous")

Definition at line 39 of file G4VEvaporationChannel.cc.

40 :OPTxs(3),useSICB(false),Name(aName)
41{}

◆ ~G4VEvaporationChannel()

G4VEvaporationChannel::~G4VEvaporationChannel ( )
virtual

Definition at line 43 of file G4VEvaporationChannel.cc.

44{}

Member Function Documentation

◆ BreakUp()

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

◆ BreakUpFragment()

G4FragmentVector * G4VEvaporationChannel::BreakUpFragment ( G4Fragment theNucleus)
virtual

Reimplemented in G4UnstableFragmentBreakUp, G4PhotonEvaporation, and G4PromptPhotonEvaporation.

Definition at line 51 of file G4VEvaporationChannel.cc.

52{
53 return 0;
54}

Referenced by G4ExcitationHandler::BreakItUp().

◆ EmittedFragment()

G4Fragment * G4VEvaporationChannel::EmittedFragment ( G4Fragment theNucleus)
virtual

Reimplemented in G4UnstableFragmentBreakUp, G4PhotonEvaporation, and G4PromptPhotonEvaporation.

Definition at line 46 of file G4VEvaporationChannel.cc.

47{
48 return 0;
49}

◆ GetEmissionProbability()

virtual G4double G4VEvaporationChannel::GetEmissionProbability ( G4Fragment theNucleus)
pure virtual

◆ GetName()

G4String G4VEvaporationChannel::GetName ( ) const
inline

Definition at line 67 of file G4VEvaporationChannel.hh.

67{return Name;}

◆ SetName()

void G4VEvaporationChannel::SetName ( const G4String aName)
inline

Definition at line 68 of file G4VEvaporationChannel.hh.

68{ Name = aName;}

◆ SetOPTxs()

void G4VEvaporationChannel::SetOPTxs ( G4int  opt)
inline

Definition at line 71 of file G4VEvaporationChannel.hh.

71{ OPTxs = opt; }

◆ UseSICB()

void G4VEvaporationChannel::UseSICB ( G4bool  use)
inline

Definition at line 73 of file G4VEvaporationChannel.hh.

73{ useSICB = use; }

Member Data Documentation

◆ OPTxs

G4int G4VEvaporationChannel::OPTxs
protected

◆ useSICB

G4bool G4VEvaporationChannel::useSICB
protected

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