Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4Be8FermiFragment Class Reference

#include <G4Be8FermiFragment.hh>

Inheritance diagram for G4Be8FermiFragment:
Collaboration diagram for G4Be8FermiFragment:

Public Member Functions

 G4Be8FermiFragment (G4int anA, G4int aZ, G4int Pol, G4double ExE)
 
virtual ~G4Be8FermiFragment ()
 
- Public Member Functions inherited from G4UnstableFermiFragment
 G4UnstableFermiFragment (G4int anA, G4int aZ, G4int Pol, G4double ExE)
 
virtual ~G4UnstableFermiFragment ()
 
virtual void FillFragment (G4FragmentVector *, const G4LorentzVector &aMomentum) const final
 
- Public Member Functions inherited from G4VFermiFragment
 G4VFermiFragment (G4int anA, G4int aZ, G4int Pol, G4double exc, G4bool stable=true)
 
virtual ~G4VFermiFragment ()
 
G4FragmentVectorGetFragment (const G4LorentzVector &aMomentum) const
 
G4int GetA (void) const
 
G4int GetZ (void) const
 
G4int GetPolarization (void) const
 
G4double GetExcitationEnergy (void) const
 
G4double GetFragmentMass (void) const
 
G4double GetTotalEnergy (void) const
 
G4bool IsStable () const
 

Additional Inherited Members

- Protected Attributes inherited from G4UnstableFermiFragment
std::vector< G4doubleMasses
 
std::vector< G4intCharges
 
std::vector< G4intAtomNum
 

Detailed Description

Definition at line 40 of file G4Be8FermiFragment.hh.

Constructor & Destructor Documentation

G4Be8FermiFragment::G4Be8FermiFragment ( G4int  anA,
G4int  aZ,
G4int  Pol,
G4double  ExE 
)

Definition at line 37 of file G4Be8FermiFragment.cc.

38  : G4UnstableFermiFragment(anA,aZ,Pol,ExE)
39 {
40  // Be8 ----> alpha + alpha
41 
44 
45  AtomNum.push_back(4);
46  AtomNum.push_back(4);
47 
48  Charges.push_back(2);
49  Charges.push_back(2);
50 
51 }
static G4double GetNuclearMass(const G4double A, const G4double Z)
std::vector< G4double > Masses
G4UnstableFermiFragment(G4int anA, G4int aZ, G4int Pol, G4double ExE)

Here is the call graph for this function:

G4Be8FermiFragment::~G4Be8FermiFragment ( )
virtual

Definition at line 53 of file G4Be8FermiFragment.cc.

54 {}

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