31#ifndef G4FermiFragment_h
32#define G4FermiFragment_h 1
58 return (fragmentMass + excitEnergy);
68 return (A == right.A && Z == right.Z &&
69 std::abs(excitEnergy - right.excitEnergy) < 0.0001);
G4double GetExcitationEnergy() const
G4double GetFragmentMass() const
G4bool operator==(const G4FermiFragment &right) const
G4FermiFragment(const G4FermiFragment &right)=delete
G4double GetCoulombBarrier(G4int Ares, G4int Zres, G4double Eex) const
const G4FermiFragment & operator=(const G4FermiFragment &right)=delete
G4double GetTotalEnergy(void) const
virtual G4double GetCoulombBarrier(G4int ARes, G4int ZRes, G4double U=0.0) const =0