|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4InuclEvaporation.hh>
Inheritance diagram for G4InuclEvaporation:Public Member Functions | |
| G4InuclEvaporation () | |
| ~G4InuclEvaporation () | |
| G4FragmentVector * | BreakItUp (const G4Fragment &theNucleus) |
| void | setVerboseLevel (const G4int verbose) |
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 43 of file G4InuclEvaporation.hh.
| G4InuclEvaporation::G4InuclEvaporation | ( | ) |
Definition at line 72 of file G4InuclEvaporation.cc.
| G4InuclEvaporation::~G4InuclEvaporation | ( | ) |
Definition at line 79 of file G4InuclEvaporation.cc.
| G4FragmentVector * G4InuclEvaporation::BreakItUp | ( | const G4Fragment & | theNucleus | ) |
Definition at line 100 of file G4InuclEvaporation.cc.
| void G4InuclEvaporation::setVerboseLevel | ( | const G4int | verbose | ) |
Definition at line 96 of file G4InuclEvaporation.cc.