34 #ifndef G4VFermiFragment_h    35 #define G4VFermiFragment_h 1 
G4double GetTotalEnergy(void) const
 
virtual ~G4VFermiFragment()
 
virtual void FillFragment(G4FragmentVector *, const G4LorentzVector &aMomentum) const =0
 
G4double GetExcitationEnergy(void) const
 
G4bool operator!=(const G4VFermiFragment &right) const
 
std::vector< G4Fragment * > G4FragmentVector
 
G4bool operator==(const G4VFermiFragment &right) const
 
G4double GetFragmentMass(void) const
 
G4VFermiFragment(G4int anA, G4int aZ, G4int Pol, G4double ExE)
 
G4int GetPolarization(void) const
 
G4FragmentVector * GetFragment(const G4LorentzVector &aMomentum) const
 
const G4VFermiFragment & operator=(const G4VFermiFragment &right)