Geant4
10.02.p02
|
#include <G4VEvaporationChannel.hh>
Public Member Functions | |
G4VEvaporationChannel (const G4String &aName="") | |
virtual | ~G4VEvaporationChannel () |
virtual void | Initialise () |
virtual G4double | GetLifeTime (G4Fragment *theNucleus) |
virtual G4Fragment * | EmittedFragment (G4Fragment *theNucleus) |
virtual G4FragmentVector * | BreakUpFragment (G4Fragment *theNucleus) |
virtual G4bool | BreakUpChain (G4FragmentVector *theResult, G4Fragment *theNucleus) |
virtual G4FragmentVector * | BreakUp (const G4Fragment &theNucleus)=0 |
virtual G4double | GetEmissionProbability (G4Fragment *theNucleus)=0 |
virtual void | Dump () const |
virtual void | SetICM (G4bool) |
virtual void | RDMForced (G4bool) |
virtual G4double | GetFinalLevelEnergy (G4int Z, G4int A, G4double energy) |
virtual G4double | GetUpperLevelEnergy (G4int Z, G4int A) |
G4double | GetMaxLevelEnergy (G4int Z, G4int A) |
G4double | GetNearestLevelEnergy (G4int Z, G4int A, G4double energy) |
void | SetPhotonEvaporation (G4VEvaporationChannel *p) |
void | SetOPTxs (G4int opt) |
void | UseSICB (G4bool use) |
Protected Attributes | |
G4int | OPTxs |
G4bool | useSICB |
Private Member Functions | |
G4VEvaporationChannel (const G4VEvaporationChannel &right) | |
const G4VEvaporationChannel & | operator= (const G4VEvaporationChannel &right) |
G4bool | operator== (const G4VEvaporationChannel &right) const |
G4bool | operator!= (const G4VEvaporationChannel &right) const |
Private Attributes | |
G4VEvaporationChannel * | photonEvaporation |
Definition at line 50 of file G4VEvaporationChannel.hh.
G4VEvaporationChannel::G4VEvaporationChannel | ( | const G4String & | aName = "" | ) |
Definition at line 39 of file G4VEvaporationChannel.cc.
|
virtual |
Definition at line 43 of file G4VEvaporationChannel.cc.
|
private |
|
pure virtual |
Implemented in G4PhotonEvaporationOLD, G4PhotonEvaporation, G4UnstableFragmentBreakUp, G4EvaporationChannel, G4GEMChannel, and G4CompetitiveFission.
|
virtual |
Reimplemented in G4PhotonEvaporationOLD, G4PhotonEvaporation, and G4UnstableFragmentBreakUp.
Definition at line 81 of file G4VEvaporationChannel.cc.
Referenced by G4ExcitationHandler::BreakItUp().
|
virtual |
Reimplemented in G4PhotonEvaporationOLD, G4PhotonEvaporation, and G4UnstableFragmentBreakUp.
Definition at line 76 of file G4VEvaporationChannel.cc.
Referenced by G4NeutronRadCapture::ApplyYourself().
|
virtual |
Reimplemented in G4GEMChannel.
Definition at line 86 of file G4VEvaporationChannel.cc.
|
virtual |
Reimplemented in G4PhotonEvaporationOLD, G4UnstableFragmentBreakUp, G4PhotonEvaporation, G4EvaporationChannel, G4GEMChannel, and G4CompetitiveFission.
Definition at line 71 of file G4VEvaporationChannel.cc.
|
pure virtual |
Implemented in G4PhotonEvaporationOLD, G4PhotonEvaporation, G4UnstableFragmentBreakUp, G4EvaporationChannel, G4GEMChannel, and G4CompetitiveFission.
Reimplemented in G4PhotonEvaporation.
Definition at line 61 of file G4VEvaporationChannel.cc.
References G4INCL::KinematicsUtils::energy().
Referenced by GetNearestLevelEnergy().
|
virtual |
Definition at line 49 of file G4VEvaporationChannel.cc.
Definition at line 137 of file G4VEvaporationChannel.hh.
References GetUpperLevelEnergy(), and photonEvaporation.
Definition at line 127 of file G4VEvaporationChannel.hh.
References G4INCL::KinematicsUtils::energy(), GetFinalLevelEnergy(), and photonEvaporation.
Reimplemented in G4PhotonEvaporation.
Definition at line 66 of file G4VEvaporationChannel.cc.
Referenced by GetMaxLevelEnergy().
|
virtual |
Reimplemented in G4EvaporationChannel.
Definition at line 46 of file G4VEvaporationChannel.cc.
Referenced by G4EvaporationChannel::Initialise(), and G4ExcitationHandler::SetPhotonEvaporation().
|
private |
|
private |
|
private |
|
virtual |
Reimplemented in G4PhotonEvaporationOLD, and G4PhotonEvaporation.
Definition at line 57 of file G4VEvaporationChannel.cc.
|
virtual |
Reimplemented in G4PhotonEvaporationOLD, and G4PhotonEvaporation.
Definition at line 54 of file G4VEvaporationChannel.cc.
Referenced by G4NeutronRadCapture::G4NeutronRadCapture().
|
inline |
Definition at line 152 of file G4VEvaporationChannel.hh.
References OPTxs.
|
inline |
Definition at line 147 of file G4VEvaporationChannel.hh.
References photonEvaporation.
|
inline |
Definition at line 157 of file G4VEvaporationChannel.hh.
References useSICB.
|
protected |
Definition at line 113 of file G4VEvaporationChannel.hh.
Referenced by G4EvaporationChannel::GetEmissionProbability(), G4EvaporationChannel::Initialise(), and SetOPTxs().
|
private |
Definition at line 123 of file G4VEvaporationChannel.hh.
Referenced by GetMaxLevelEnergy(), GetNearestLevelEnergy(), and SetPhotonEvaporation().
|
protected |
Definition at line 114 of file G4VEvaporationChannel.hh.
Referenced by G4EvaporationChannel::GetEmissionProbability(), G4EvaporationChannel::Initialise(), and UseSICB().