|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4UnstableFragmentBreakUp.hh>
Inheritance diagram for G4UnstableFragmentBreakUp:Public Member Functions | |
| G4UnstableFragmentBreakUp () | |
| virtual | ~G4UnstableFragmentBreakUp () |
| virtual G4bool | BreakUpChain (G4FragmentVector *, G4Fragment *) final |
| virtual G4double | GetEmissionProbability (G4Fragment *fragment) final |
| void | SetVerbose (G4int val) |
Public Member Functions inherited from G4VEvaporationChannel | |
| G4VEvaporationChannel (const G4String &aName="") | |
| virtual | ~G4VEvaporationChannel () |
| virtual G4double | GetEmissionProbability (G4Fragment *theNucleus)=0 |
| virtual void | Initialise () |
| virtual G4double | GetLifeTime (G4Fragment *theNucleus) |
| virtual G4Fragment * | EmittedFragment (G4Fragment *theNucleus) |
| virtual G4bool | BreakUpChain (G4FragmentVector *theResult, G4Fragment *theNucleus) |
| G4FragmentVector * | BreakUpFragment (G4Fragment *theNucleus) |
| virtual void | Dump () const |
| virtual void | SetICM (G4bool) |
| virtual void | RDMForced (G4bool) |
| void | SetOPTxs (G4int opt) |
| void | UseSICB (G4bool use) |
Additional Inherited Members | |
Protected Attributes inherited from G4VEvaporationChannel | |
| G4int | OPTxs |
| G4bool | useSICB |
Definition at line 56 of file G4UnstableFragmentBreakUp.hh.
|
explicit |
Definition at line 58 of file G4UnstableFragmentBreakUp.cc.
|
virtual |
Definition at line 66 of file G4UnstableFragmentBreakUp.cc.
|
finalvirtual |
Reimplemented from G4VEvaporationChannel.
Definition at line 69 of file G4UnstableFragmentBreakUp.cc.
Referenced by G4Evaporation::BreakFragment().
|
finalvirtual |
Implements G4VEvaporationChannel.
Definition at line 184 of file G4UnstableFragmentBreakUp.cc.
|
inline |
Definition at line 69 of file G4UnstableFragmentBreakUp.hh.
Referenced by G4Evaporation::InitialiseChannels().