Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4VFermiBreakUp Class Referenceabstract

#include <G4VFermiBreakUp.hh>

+ Inheritance diagram for G4VFermiBreakUp:

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 G4VFermiBreakUpoperator= (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}
 

Detailed Description

Definition at line 40 of file G4VFermiBreakUp.hh.

Constructor & Destructor Documentation

◆ G4VFermiBreakUp() [1/2]

G4VFermiBreakUp::G4VFermiBreakUp ( )
inline

Definition at line 44 of file G4VFermiBreakUp.hh.

44{};

◆ ~G4VFermiBreakUp()

virtual G4VFermiBreakUp::~G4VFermiBreakUp ( )
virtualdefault

◆ G4VFermiBreakUp() [2/2]

G4VFermiBreakUp::G4VFermiBreakUp ( const G4VFermiBreakUp & right)
delete

Member Function Documentation

◆ BreakFragment()

virtual void G4VFermiBreakUp::BreakFragment ( G4FragmentVector * results,
G4Fragment * theNucleus )
pure virtual

Implemented in G4FermiBreakUpVI.

Referenced by G4ExcitationHandler::BreakItUp().

◆ Initialise()

virtual void G4VFermiBreakUp::Initialise ( )
pure virtual

Implemented in G4FermiBreakUpVI.

Referenced by G4ExcitationHandler::Initialise().

◆ IsApplicable()

virtual G4bool G4VFermiBreakUp::IsApplicable ( G4int Z,
G4int A,
G4double eexc ) const
pure virtual

◆ operator!=()

G4bool G4VFermiBreakUp::operator!= ( const G4VFermiBreakUp & right) const
delete

◆ operator=()

const G4VFermiBreakUp & G4VFermiBreakUp::operator= ( const G4VFermiBreakUp & right)
delete

◆ operator==()

G4bool G4VFermiBreakUp::operator== ( const G4VFermiBreakUp & right) const
delete

◆ SetVerbose()

void G4VFermiBreakUp::SetVerbose ( G4int val)
inline

Definition at line 65 of file G4VFermiBreakUp.hh.

65{ verbose = val; }

Member Data Documentation

◆ verbose

G4int G4VFermiBreakUp::verbose {0}
protected

The documentation for this class was generated from the following file: