Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VFermiBreakUp.hh>
Public Member Functions | |
G4VFermiBreakUp () | |
virtual | ~G4VFermiBreakUp ()=default |
virtual void | Initialise ()=0 |
virtual G4bool | IsApplicable (G4int Z, G4int A, G4double eexc) const =0 |
virtual void | BreakFragment (G4FragmentVector *results, G4Fragment *theNucleus)=0 |
G4VFermiBreakUp (const G4VFermiBreakUp &right)=delete | |
const G4VFermiBreakUp & | operator= (const G4VFermiBreakUp &right)=delete |
G4bool | operator== (const G4VFermiBreakUp &right) const =delete |
G4bool | operator!= (const G4VFermiBreakUp &right) const =delete |
void | SetVerbose (G4int val) |
Protected Attributes | |
G4int | verbose {0} |
Definition at line 40 of file G4VFermiBreakUp.hh.
|
inline |
Definition at line 44 of file G4VFermiBreakUp.hh.
|
virtualdefault |
|
delete |
|
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().
|
delete |
|
delete |
|
delete |
|
inline |
Definition at line 65 of file G4VFermiBreakUp.hh.
|
protected |
Definition at line 69 of file G4VFermiBreakUp.hh.
Referenced by G4FermiBreakUpVI::BreakFragment(), G4FermiBreakUpVI::Initialise(), and SetVerbose().