31#ifndef G4FermiFragment_h
32#define G4FermiFragment_h 1
58 return (fragmentMass + excitEnergy);
62 return (A == right.A && Z == right.Z &&
63 std::abs(excitEnergy - right.excitEnergy) < 0.0001);
G4double GetExcitationEnergy() const
G4double GetFragmentMass() const
G4bool operator==(const G4FermiFragment &right) const
G4double GetLifeTime() const
G4FermiFragment(const G4FermiFragment &right)=delete
G4FermiFragment(G4int anA, G4int aZ, G4int sp, G4double exc, G4double time)
G4int TwoSpinParity() const
const G4FermiFragment & operator=(const G4FermiFragment &right)=delete
~G4FermiFragment()=default
G4double GetTotalEnergy(void) const