| 
    Geant4_10
    
   | 
 
#include <G4VFermiFragment.hh>

Public Member Functions | |
| G4VFermiFragment (G4int anA, G4int aZ, G4int Pol, G4double ExE) | |
| virtual | ~G4VFermiFragment () | 
| virtual G4FragmentVector * | GetFragment (const G4LorentzVector &aMomentum) const =0 | 
| 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 | 
Protected Attributes | |
| G4bool | isStable | 
| G4int | A | 
| G4int | Z | 
| G4int | Polarization | 
| G4double | ExcitEnergy | 
| G4double | fragmentMass | 
Definition at line 40 of file G4VFermiFragment.hh.
      
  | 
  virtual | 
Definition at line 45 of file G4VFermiFragment.cc.
Definition at line 59 of file G4VFermiFragment.hh.
      
  | 
  pure virtual | 
Implemented in G4UnstableFermiFragment, and G4StableFermiFragment.
Definition at line 69 of file G4VFermiFragment.hh.
Definition at line 64 of file G4VFermiFragment.hh.
      
  | 
  inline | 
      
  | 
  protected | 
Definition at line 98 of file G4VFermiFragment.hh.
      
  | 
  protected | 
Definition at line 104 of file G4VFermiFragment.hh.
      
  | 
  protected | 
Definition at line 106 of file G4VFermiFragment.hh.
      
  | 
  protected | 
Definition at line 96 of file G4VFermiFragment.hh.
      
  | 
  protected | 
Definition at line 102 of file G4VFermiFragment.hh.
      
  | 
  protected | 
Definition at line 100 of file G4VFermiFragment.hh.
 1.8.5