Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ExcitationHandler.hh>
Public Member Functions | |
G4ExcitationHandler () | |
~G4ExcitationHandler () | |
G4ReactionProductVector * | BreakItUp (const G4Fragment &theInitialState) |
void | ModelDescription (std::ostream &outFile) const |
void | Initialise () |
void | SetEvaporation (G4VEvaporation *ptr, G4bool isLocal=false) |
void | SetMultiFragmentation (G4VMultiFragmentation *ptr) |
void | SetFermiModel (G4VFermiBreakUp *ptr) |
void | SetPhotonEvaporation (G4VEvaporationChannel *ptr) |
void | SetDeexChannelsType (G4DeexChannelType val) |
void | SetMaxZForFermiBreakUp (G4int aZ) |
void | SetMaxAForFermiBreakUp (G4int anA) |
void | SetMaxAandZForFermiBreakUp (G4int anA, G4int aZ) |
void | SetMinEForMultiFrag (G4double anE) |
G4VEvaporation * | GetEvaporation () |
G4VMultiFragmentation * | GetMultiFragmentation () |
G4VFermiBreakUp * | GetFermiModel () |
G4VEvaporationChannel * | GetPhotonEvaporation () |
void | SetOPTxs (G4int opt) |
void | UseSICB () |
Definition at line 63 of file G4ExcitationHandler.hh.
|
explicit |
Definition at line 88 of file G4ExcitationHandler.cc.
G4ExcitationHandler::~G4ExcitationHandler | ( | ) |
Definition at line 121 of file G4ExcitationHandler.cc.
G4ReactionProductVector * G4ExcitationHandler::BreakItUp | ( | const G4Fragment & | theInitialState | ) |
Definition at line 285 of file G4ExcitationHandler.cc.
Referenced by G4WilsonAbrasionModel::ApplyYourself(), G4EMDissociation::ApplyYourself(), G4QMDReaction::ApplyYourself(), G4LowEIonFragmentation::ApplyYourself(), and G4PreCompoundDeexcitation::deExcite().
G4VEvaporation * G4ExcitationHandler::GetEvaporation | ( | ) |
Definition at line 260 of file G4ExcitationHandler.cc.
Referenced by G4INCLXXInterface::G4INCLXXInterface().
G4VFermiBreakUp * G4ExcitationHandler::GetFermiModel | ( | ) |
Definition at line 272 of file G4ExcitationHandler.cc.
G4VMultiFragmentation * G4ExcitationHandler::GetMultiFragmentation | ( | ) |
Definition at line 266 of file G4ExcitationHandler.cc.
G4VEvaporationChannel * G4ExcitationHandler::GetPhotonEvaporation | ( | ) |
Definition at line 278 of file G4ExcitationHandler.cc.
void G4ExcitationHandler::Initialise | ( | ) |
Definition at line 164 of file G4ExcitationHandler.cc.
Referenced by BreakItUp(), G4AblaInterface::InitialiseModel(), and G4PreCompoundModel::InitialiseModel().
void G4ExcitationHandler::ModelDescription | ( | std::ostream & | outFile | ) | const |
Definition at line 665 of file G4ExcitationHandler.cc.
Referenced by G4BinaryCascade::ModelDescription(), and G4BinaryCascade::PropagateModelDescription().
void G4ExcitationHandler::SetDeexChannelsType | ( | G4DeexChannelType | val | ) |
Definition at line 228 of file G4ExcitationHandler.cc.
Referenced by G4QMDReaction::G4QMDReaction().
void G4ExcitationHandler::SetEvaporation | ( | G4VEvaporation * | ptr, |
G4bool | isLocal = false |
||
) |
Definition at line 182 of file G4ExcitationHandler.cc.
Referenced by G4QMDReaction::G4QMDReaction(), G4WilsonAbrasionModel::G4WilsonAbrasionModel(), and G4WilsonAbrasionModel::SetUseAblation().
void G4ExcitationHandler::SetFermiModel | ( | G4VFermiBreakUp * | ptr | ) |
Definition at line 205 of file G4ExcitationHandler.cc.
Definition at line 172 of file G4ExcitationHandler.hh.
|
inline |
Definition at line 167 of file G4ExcitationHandler.hh.
Referenced by SetMaxAandZForFermiBreakUp().
|
inline |
Definition at line 162 of file G4ExcitationHandler.hh.
Referenced by SetMaxAandZForFermiBreakUp().
|
inline |
Definition at line 178 of file G4ExcitationHandler.hh.
Referenced by G4EMDissociation::G4EMDissociation().
void G4ExcitationHandler::SetMultiFragmentation | ( | G4VMultiFragmentation * | ptr | ) |
Definition at line 197 of file G4ExcitationHandler.cc.
|
inline |
Definition at line 183 of file G4ExcitationHandler.hh.
void G4ExcitationHandler::SetPhotonEvaporation | ( | G4VEvaporationChannel * | ptr | ) |
Definition at line 215 of file G4ExcitationHandler.cc.
Referenced by SetEvaporation().
|
inline |
Definition at line 186 of file G4ExcitationHandler.hh.