Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Attributes
G4VEvaporationChannel Class Referenceabstract

#include <G4VEvaporationChannel.hh>

Inheritance diagram for G4VEvaporationChannel:
G4CompetitiveFission G4EvaporationChannel G4GEMChannel G4PhotonEvaporation G4PromptPhotonEvaporation G4UnstableFragmentBreakUp G4AlphaEvaporationChannel G4DeuteronEvaporationChannel G4He3EvaporationChannel G4NeutronEvaporationChannel G4ProtonEvaporationChannel G4TritonEvaporationChannel G4AlphaGEMChannel G4B10GEMChannel G4B11GEMChannel G4B12GEMChannel G4B13GEMChannel G4B8GEMChannel G4Be10GEMChannel G4Be11GEMChannel G4Be12GEMChannel G4Be7GEMChannel G4Be9GEMChannel G4C10GEMChannel G4C11GEMChannel G4C12GEMChannel G4C13GEMChannel G4C14GEMChannel G4C15GEMChannel G4C16GEMChannel G4DeuteronGEMChannel G4F17GEMChannel G4F18GEMChannel G4F19GEMChannel G4F20GEMChannel G4F21GEMChannel G4He3GEMChannel G4He6GEMChannel G4He8GEMChannel G4Li6GEMChannel G4Li7GEMChannel G4Li8GEMChannel G4Li9GEMChannel G4Mg22GEMChannel G4Mg23GEMChannel G4Mg24GEMChannel G4Mg25GEMChannel G4Mg26GEMChannel G4Mg27GEMChannel G4Mg28GEMChannel G4N12GEMChannel G4N13GEMChannel G4N14GEMChannel G4N15GEMChannel G4N16GEMChannel G4N17GEMChannel G4Na21GEMChannel G4Na22GEMChannel G4Na23GEMChannel G4Na24GEMChannel G4Na25GEMChannel G4Ne18GEMChannel G4Ne19GEMChannel G4Ne20GEMChannel G4Ne21GEMChannel G4Ne22GEMChannel G4Ne23GEMChannel G4Ne24GEMChannel G4NeutronGEMChannel G4O14GEMChannel G4O15GEMChannel G4O16GEMChannel G4O17GEMChannel G4O18GEMChannel G4O19GEMChannel G4O20GEMChannel G4ProtonGEMChannel G4TritonGEMChannel

Public Member Functions

 G4VEvaporationChannel (const G4String &aName="Anonymous", G4EvaporationChannelType timeType=fDelayedEmission)
 
virtual ~G4VEvaporationChannel ()
 
virtual G4double GetLifeTime (G4Fragment *theNucleus)
 
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

G4EvaporationChannelType sampleDecayTime
 
G4int OPTxs
 
G4bool useSICB
 

Detailed Description

Definition at line 56 of file G4VEvaporationChannel.hh.

Constructor & Destructor Documentation

G4VEvaporationChannel::G4VEvaporationChannel ( const G4String aName = "Anonymous",
G4EvaporationChannelType  timeType = fDelayedEmission 
)

Definition at line 39 of file G4VEvaporationChannel.cc.

41  :sampleDecayTime(timeType),OPTxs(3),useSICB(false),Name(aName)
42 {}
G4EvaporationChannelType sampleDecayTime
G4VEvaporationChannel::~G4VEvaporationChannel ( )
virtual

Definition at line 44 of file G4VEvaporationChannel.cc.

45 {}

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 57 of file G4VEvaporationChannel.cc.

Referenced by G4ExcitationHandler::BreakItUp().

58 {
59  return 0;
60 }
G4Fragment * G4VEvaporationChannel::EmittedFragment ( G4Fragment theNucleus)
virtual

Reimplemented in G4PhotonEvaporation, G4UnstableFragmentBreakUp, and G4PromptPhotonEvaporation.

Definition at line 52 of file G4VEvaporationChannel.cc.

53 {
54  return 0;
55 }
virtual G4double G4VEvaporationChannel::GetEmissionProbability ( G4Fragment theNucleus)
pure virtual
G4double G4VEvaporationChannel::GetLifeTime ( G4Fragment theNucleus)
virtual

Definition at line 47 of file G4VEvaporationChannel.cc.

48 {
49  return 0.0;
50 }
G4String G4VEvaporationChannel::GetName ( void  ) const
inline

Definition at line 81 of file G4VEvaporationChannel.hh.

81 {return Name;}
void G4VEvaporationChannel::SetName ( const G4String aName)
inline

Definition at line 82 of file G4VEvaporationChannel.hh.

82 { Name = aName;}
void G4VEvaporationChannel::SetOPTxs ( G4int  opt)
inline

Definition at line 85 of file G4VEvaporationChannel.hh.

References OPTxs.

85 { OPTxs = opt; }
void G4VEvaporationChannel::UseSICB ( G4bool  use)
inline

Definition at line 87 of file G4VEvaporationChannel.hh.

References useSICB.

87 { useSICB = use; }

Field Documentation

G4int G4VEvaporationChannel::OPTxs
protected
G4EvaporationChannelType G4VEvaporationChannel::sampleDecayTime
protected

Definition at line 91 of file G4VEvaporationChannel.hh.

G4bool G4VEvaporationChannel::useSICB
protected

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