|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4FermiBreakUpAN.hh>
Public Member Functions | |
| G4FermiBreakUpAN (G4int verbosity=0) | |
| ~G4FermiBreakUpAN () override=default | |
| void | Initialise () override |
| G4bool | IsApplicable (G4int Z, G4int A, G4double eexc) const override |
| void | BreakFragment (G4FragmentVector *results, G4Fragment *theNucleus) override |
| std::vector< G4FermiParticle > | BreakItUp (const G4FermiParticle &nucleus) const |
| Public Member Functions inherited from G4VFermiBreakUp | |
| G4VFermiBreakUp () | |
| virtual | ~G4VFermiBreakUp ()=default |
| 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) |
Additional Inherited Members | |
| Protected Attributes inherited from G4VFermiBreakUp | |
| G4int | verbose {0} |
Definition at line 48 of file G4FermiBreakUpAN.hh.
|
explicit |
Definition at line 162 of file G4FermiBreakUpAN.cc.
|
overridedefault |
|
overridevirtual |
Reimplemented from G4VFermiBreakUp.
Definition at line 239 of file G4FermiBreakUpAN.cc.
| std::vector< G4FermiParticle > G4FermiBreakUpAN::BreakItUp | ( | const G4FermiParticle & | nucleus | ) | const |
Definition at line 168 of file G4FermiBreakUpAN.cc.
Referenced by BreakFragment().
|
overridevirtual |
Reimplemented from G4VFermiBreakUp.
Definition at line 207 of file G4FermiBreakUpAN.cc.
Reimplemented from G4VFermiBreakUp.
Definition at line 234 of file G4FermiBreakUpAN.cc.