|
Geant4 10.7.0
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 62 of file G4ExcitationHandler.hh.
|
explicit |
Definition at line 85 of file G4ExcitationHandler.cc.
| G4ExcitationHandler::~G4ExcitationHandler | ( | ) |
Definition at line 114 of file G4ExcitationHandler.cc.
| G4ReactionProductVector * G4ExcitationHandler::BreakItUp | ( | const G4Fragment & | theInitialState | ) |
Definition at line 278 of file G4ExcitationHandler.cc.
Referenced by G4WilsonAbrasionModel::ApplyYourself(), G4EMDissociation::ApplyYourself(), G4QMDReaction::ApplyYourself(), G4ParaFissionModel::ApplyYourself(), G4LowEIonFragmentation::ApplyYourself(), and G4PreCompoundDeexcitation::deExcite().
| G4VEvaporation * G4ExcitationHandler::GetEvaporation | ( | ) |
Definition at line 253 of file G4ExcitationHandler.cc.
Referenced by G4INCLXXInterface::G4INCLXXInterface().
| G4VFermiBreakUp * G4ExcitationHandler::GetFermiModel | ( | ) |
Definition at line 265 of file G4ExcitationHandler.cc.
| G4VMultiFragmentation * G4ExcitationHandler::GetMultiFragmentation | ( | ) |
Definition at line 259 of file G4ExcitationHandler.cc.
| G4VEvaporationChannel * G4ExcitationHandler::GetPhotonEvaporation | ( | ) |
Definition at line 271 of file G4ExcitationHandler.cc.
| void G4ExcitationHandler::Initialise | ( | ) |
Definition at line 157 of file G4ExcitationHandler.cc.
Referenced by BreakItUp(), and G4PreCompoundModel::InitialiseModel().
| void G4ExcitationHandler::ModelDescription | ( | std::ostream & | outFile | ) | const |
Definition at line 539 of file G4ExcitationHandler.cc.
Referenced by G4BinaryCascade::ModelDescription(), and G4BinaryCascade::PropagateModelDescription().
| void G4ExcitationHandler::SetDeexChannelsType | ( | G4DeexChannelType | val | ) |
Definition at line 221 of file G4ExcitationHandler.cc.
Referenced by G4QMDReaction::G4QMDReaction().
| void G4ExcitationHandler::SetEvaporation | ( | G4VEvaporation * | ptr, |
| G4bool | isLocal = false |
||
| ) |
Definition at line 175 of file G4ExcitationHandler.cc.
Referenced by G4QMDReaction::G4QMDReaction(), G4WilsonAbrasionModel::G4WilsonAbrasionModel(), and G4WilsonAbrasionModel::SetUseAblation().
| void G4ExcitationHandler::SetFermiModel | ( | G4VFermiBreakUp * | ptr | ) |
Definition at line 198 of file G4ExcitationHandler.cc.
Definition at line 168 of file G4ExcitationHandler.hh.
|
inline |
Definition at line 163 of file G4ExcitationHandler.hh.
Referenced by SetMaxAandZForFermiBreakUp().
|
inline |
Definition at line 158 of file G4ExcitationHandler.hh.
Referenced by SetMaxAandZForFermiBreakUp().
|
inline |
Definition at line 174 of file G4ExcitationHandler.hh.
Referenced by G4EMDissociation::G4EMDissociation().
| void G4ExcitationHandler::SetMultiFragmentation | ( | G4VMultiFragmentation * | ptr | ) |
Definition at line 190 of file G4ExcitationHandler.cc.
|
inline |
Definition at line 179 of file G4ExcitationHandler.hh.
| void G4ExcitationHandler::SetPhotonEvaporation | ( | G4VEvaporationChannel * | ptr | ) |
Definition at line 208 of file G4ExcitationHandler.cc.
Referenced by SetEvaporation().
|
inline |
Definition at line 182 of file G4ExcitationHandler.hh.