Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4FermiBreakUp Class Reference

#include <G4FermiBreakUp.hh>

+ Inheritance diagram for G4FermiBreakUp:

Public Member Functions

 G4FermiBreakUp ()
 
virtual ~G4FermiBreakUp ()
 
G4FragmentVectorBreakItUp (const G4Fragment &theNucleus)
 
- Public Member Functions inherited from G4VFermiBreakUp
 G4VFermiBreakUp ()
 
virtual ~G4VFermiBreakUp ()
 
virtual G4FragmentVectorBreakItUp (const G4Fragment &theNucleus)=0
 

Detailed Description

Definition at line 37 of file G4FermiBreakUp.hh.

Constructor & Destructor Documentation

◆ G4FermiBreakUp()

G4FermiBreakUp::G4FermiBreakUp ( )

Definition at line 38 of file G4FermiBreakUp.cc.

39{}

◆ ~G4FermiBreakUp()

G4FermiBreakUp::~G4FermiBreakUp ( )
virtual

Definition at line 41 of file G4FermiBreakUp.cc.

42{}

Member Function Documentation

◆ BreakItUp()

G4FragmentVector * G4FermiBreakUp::BreakItUp ( const G4Fragment theNucleus)
virtual

Implements G4VFermiBreakUp.

Definition at line 44 of file G4FermiBreakUp.cc.

45{
46 return theConfigurationList.GetFragments(theNucleus);
47}
G4FragmentVector * GetFragments(const G4Fragment &theNucleus)

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