Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
G4FermiBreakUp Class Reference

#include <G4FermiBreakUp.hh>

Inheritance diagram for G4FermiBreakUp:
G4VFermiBreakUp

Public Member Functions

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

Detailed Description

Definition at line 37 of file G4FermiBreakUp.hh.

Constructor & Destructor Documentation

G4FermiBreakUp::G4FermiBreakUp ( )

Definition at line 37 of file G4FermiBreakUp.cc.

38 {}
G4FermiBreakUp::~G4FermiBreakUp ( )
virtual

Definition at line 40 of file G4FermiBreakUp.cc.

41 {}

Member Function Documentation

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

Implements G4VFermiBreakUp.

Definition at line 43 of file G4FermiBreakUp.cc.

References G4FermiConfigurationList::GetFragments().

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

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