Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VFermiBreakUp.hh>
Public Member Functions | |
G4VFermiBreakUp () | |
virtual | ~G4VFermiBreakUp () |
virtual void | Initialise ()=0 |
virtual G4bool | IsApplicable (G4int Z, G4int A, G4double mass) const =0 |
virtual void | BreakFragment (G4FragmentVector *results, G4Fragment *theNucleus)=0 |
void | SetVerbose (G4int val) |
Protected Attributes | |
G4int | verbose |
Definition at line 39 of file G4VFermiBreakUp.hh.
|
inlineexplicit |
Definition at line 43 of file G4VFermiBreakUp.hh.
|
inlinevirtual |
Definition at line 44 of file G4VFermiBreakUp.hh.
|
pure virtual |
Implemented in G4FermiBreakUpVI.
Referenced by G4ExcitationHandler::BreakItUp().
|
pure virtual |
Implemented in G4FermiBreakUpVI.
Referenced by G4ExcitationHandler::Initialise().
Implemented in G4FermiBreakUpVI.
Referenced by G4Evaporation::BreakFragment(), and G4ExcitationHandler::BreakItUp().
|
inline |
Definition at line 59 of file G4VFermiBreakUp.hh.
|
protected |
Definition at line 63 of file G4VFermiBreakUp.hh.
Referenced by G4FermiBreakUpVI::BreakFragment(), G4FermiBreakUpVI::Initialise(), and SetVerbose().