Geant4  10.03
G4VFermiBreakUp Class Referenceabstract

#include <G4VFermiBreakUp.hh>

+ Inheritance diagram for G4VFermiBreakUp:

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
 

Private Member Functions

 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
 

Detailed Description

Definition at line 40 of file G4VFermiBreakUp.hh.

Constructor & Destructor Documentation

G4VFermiBreakUp::G4VFermiBreakUp ( )
inlineexplicit

Definition at line 44 of file G4VFermiBreakUp.hh.

virtual G4VFermiBreakUp::~G4VFermiBreakUp ( )
inlinevirtual

Definition at line 45 of file G4VFermiBreakUp.hh.

G4VFermiBreakUp::G4VFermiBreakUp ( const G4VFermiBreakUp right)
privatedelete

Member Function Documentation

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

Implemented in G4FermiBreakUpVI, and G4FermiBreakUp.

Referenced by G4ExcitationHandler::BreakItUp().

+ Here is the caller graph for this function:

virtual void G4VFermiBreakUp::Initialise ( )
pure virtual

Implemented in G4FermiBreakUpVI, and G4FermiBreakUp.

Referenced by G4ExcitationHandler::Initialise().

+ Here is the caller graph for this function:

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

Implemented in G4FermiBreakUpVI, and G4FermiBreakUp.

Referenced by G4Evaporation::BreakFragment(), and G4ExcitationHandler::BreakItUp().

+ Here is the caller graph for this function:

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

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