Geant4 9.6.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) const |
void | SetEvaporation (G4VEvaporation *ptr) |
void | SetMultiFragmentation (G4VMultiFragmentation *ptr) |
void | SetFermiModel (G4VFermiBreakUp *ptr) |
void | SetPhotonEvaporation (G4VEvaporationChannel *ptr) |
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 * | SetPhotonEvaporation () |
void | SetOPTxs (G4int opt) |
void | UseSICB () |
Definition at line 63 of file G4ExcitationHandler.hh.
G4ExcitationHandler::G4ExcitationHandler | ( | ) |
Definition at line 87 of file G4ExcitationHandler.cc.
G4ExcitationHandler::~G4ExcitationHandler | ( | ) |
Definition at line 101 of file G4ExcitationHandler.cc.
G4ReactionProductVector * G4ExcitationHandler::BreakItUp | ( | const G4Fragment & | theInitialState | ) | const |
Definition at line 118 of file G4ExcitationHandler.cc.
Referenced by G4WilsonAbrasionModel::ApplyYourself(), G4EMDissociation::ApplyYourself(), G4QMDReaction::ApplyYourself(), G4ParaFissionModel::ApplyYourself(), G4INCLXXInterface::ApplyYourself(), G4LowEIonFragmentation::ApplyYourself(), G4StopTheoDeexcitation::BreakUp(), and G4PreCompoundDeexcitation::deExcite().
|
inline |
Definition at line 132 of file G4ExcitationHandler.hh.
|
inline |
Definition at line 142 of file G4ExcitationHandler.hh.
|
inline |
Definition at line 137 of file G4ExcitationHandler.hh.
void G4ExcitationHandler::SetEvaporation | ( | G4VEvaporation * | ptr | ) |
Definition at line 389 of file G4ExcitationHandler.cc.
Referenced by G4EMDissociation::G4EMDissociation(), G4QMDReaction::G4QMDReaction(), G4WilsonAbrasionModel::G4WilsonAbrasionModel(), and G4WilsonAbrasionModel::SetUseAblation().
void G4ExcitationHandler::SetFermiModel | ( | G4VFermiBreakUp * | ptr | ) |
Definition at line 409 of file G4ExcitationHandler.cc.
Referenced by G4EMDissociation::G4EMDissociation(), G4WilsonAbrasionModel::G4WilsonAbrasionModel(), and G4WilsonAbrasionModel::SetUseAblation().
Definition at line 436 of file G4ExcitationHandler.cc.
Referenced by G4EMDissociation::G4EMDissociation(), G4WilsonAbrasionModel::G4WilsonAbrasionModel(), and G4WilsonAbrasionModel::SetUseAblation().
void G4ExcitationHandler::SetMaxAForFermiBreakUp | ( | G4int | anA | ) |
Definition at line 431 of file G4ExcitationHandler.cc.
Referenced by SetMaxAandZForFermiBreakUp().
void G4ExcitationHandler::SetMaxZForFermiBreakUp | ( | G4int | aZ | ) |
Definition at line 426 of file G4ExcitationHandler.cc.
Referenced by SetMaxAandZForFermiBreakUp().
void G4ExcitationHandler::SetMinEForMultiFrag | ( | G4double | anE | ) |
Definition at line 442 of file G4ExcitationHandler.cc.
Referenced by G4StopTheoDeexcitation::BreakUp(), G4EMDissociation::G4EMDissociation(), G4WilsonAbrasionModel::G4WilsonAbrasionModel(), and G4WilsonAbrasionModel::SetUseAblation().
void G4ExcitationHandler::SetMultiFragmentation | ( | G4VMultiFragmentation * | ptr | ) |
Definition at line 401 of file G4ExcitationHandler.cc.
Referenced by G4EMDissociation::G4EMDissociation(), G4WilsonAbrasionModel::G4WilsonAbrasionModel(), and G4WilsonAbrasionModel::SetUseAblation().
|
inline |
Definition at line 152 of file G4ExcitationHandler.hh.
|
inline |
Definition at line 147 of file G4ExcitationHandler.hh.
void G4ExcitationHandler::SetPhotonEvaporation | ( | G4VEvaporationChannel * | ptr | ) |
Definition at line 418 of file G4ExcitationHandler.cc.
|
inline |
Definition at line 158 of file G4ExcitationHandler.hh.