|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4Evaporation.hh>
Inheritance diagram for G4Evaporation:Public Member Functions | |
| G4Evaporation (G4VEvaporationChannel *photoEvaporation=nullptr) | |
| virtual | ~G4Evaporation () |
| virtual void | InitialiseChannels () final |
| virtual void | BreakFragment (G4FragmentVector *, G4Fragment *theNucleus) final |
| void | SetDefaultChannel () |
| void | SetGEMChannel () |
| void | SetGEMVIChannel () |
| void | SetCombinedChannel () |
Public Member Functions inherited from G4VEvaporation | |
| G4VEvaporation () | |
| virtual | ~G4VEvaporation () |
| virtual void | BreakFragment (G4FragmentVector *, G4Fragment *theNucleus) |
| virtual void | InitialiseChannels () |
| virtual void | SetPhotonEvaporation (G4VEvaporationChannel *ptr) |
| void | SetFermiBreakUp (G4VFermiBreakUp *ptr) |
| G4VFermiBreakUp * | GetFermiBreakUp () const |
| G4VEvaporationChannel * | GetPhotonEvaporation () |
| G4VEvaporationChannel * | GetFissionChannel () |
| void | SetOPTxs (G4int opt) |
| void | UseSICB (G4bool use) |
| size_t | GetNumberOfChannels () const |
Additional Inherited Members | |
Protected Member Functions inherited from G4VEvaporation | |
| void | CleanChannels () |
Protected Attributes inherited from G4VEvaporation | |
| G4VEvaporationChannel * | thePhotonEvaporation |
| G4VFermiBreakUp * | theFBU |
| G4int | OPTxs |
| G4bool | useSICB |
| std::vector< G4VEvaporationChannel * > * | theChannels |
| G4VEvaporationFactory * | theChannelFactory |
Definition at line 61 of file G4Evaporation.hh.
|
explicit |
Definition at line 66 of file G4Evaporation.cc.
|
virtual |
Definition at line 87 of file G4Evaporation.cc.
|
finalvirtual |
Reimplemented from G4VEvaporation.
Definition at line 179 of file G4Evaporation.cc.
|
finalvirtual |
Reimplemented from G4VEvaporation.
Definition at line 92 of file G4Evaporation.cc.
Referenced by BreakFragment(), and G4ExcitationHandler::SetDeexChannelsType().
| void G4Evaporation::SetCombinedChannel | ( | ) |
Definition at line 165 of file G4Evaporation.cc.
Referenced by InitialiseChannels(), and G4ExcitationHandler::SetDeexChannelsType().
| void G4Evaporation::SetDefaultChannel | ( | ) |
Definition at line 126 of file G4Evaporation.cc.
Referenced by InitialiseChannels(), and G4ExcitationHandler::SetDeexChannelsType().
| void G4Evaporation::SetGEMChannel | ( | ) |
Definition at line 139 of file G4Evaporation.cc.
Referenced by InitialiseChannels(), and G4ExcitationHandler::SetDeexChannelsType().
| void G4Evaporation::SetGEMVIChannel | ( | ) |
Definition at line 152 of file G4Evaporation.cc.
Referenced by InitialiseChannels(), and G4ExcitationHandler::SetDeexChannelsType().