#include <G4FermiFragment.hh>
Definition at line 36 of file G4FermiFragment.hh.
◆ G4FermiFragment() [1/2]
Definition at line 34 of file G4FermiFragment.cc.
35 : excitEnergy(e), lifeTime(t), A(a), Z(z), spin(sp)
36{
38}
static G4double GetNuclearMass(const G4double A, const G4double Z)
◆ ~G4FermiFragment()
G4FermiFragment::~G4FermiFragment |
( |
| ) |
|
|
default |
◆ G4FermiFragment() [2/2]
◆ GetA()
G4int G4FermiFragment::GetA |
( |
| ) |
const |
|
inline |
◆ GetExcitationEnergy()
G4double G4FermiFragment::GetExcitationEnergy |
( |
| ) |
const |
|
inline |
◆ GetFragmentMass()
G4double G4FermiFragment::GetFragmentMass |
( |
| ) |
const |
|
inline |
◆ GetLifeTime()
G4double G4FermiFragment::GetLifeTime |
( |
| ) |
const |
|
inline |
◆ GetTotalEnergy()
G4double G4FermiFragment::GetTotalEnergy |
( |
void | | ) |
const |
|
inline |
◆ GetZ()
G4int G4FermiFragment::GetZ |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ operator==()
Definition at line 61 of file G4FermiFragment.hh.
61 {
62 return (A == right.A && Z == right.Z &&
63 std::abs(excitEnergy - right.excitEnergy) < 0.0001);
64 }
◆ TwoSpinParity()
G4int G4FermiFragment::TwoSpinParity |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: