| 
    Geant4
    10.02.p02
    
   | 
 
#include <G4VFermiFragment.hh>
 Inheritance diagram for G4VFermiFragment:Public Member Functions | |
| G4VFermiFragment (G4int anA, G4int aZ, G4int Pol, G4double ExE) | |
| virtual | ~G4VFermiFragment () | 
| virtual void | FillFragment (G4FragmentVector *, const G4LorentzVector &aMomentum) const =0 | 
| G4FragmentVector * | GetFragment (const G4LorentzVector &aMomentum) const | 
| 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 | 
Private Member Functions | |
| G4VFermiFragment (const G4VFermiFragment &right) | |
| const G4VFermiFragment & | operator= (const G4VFermiFragment &right) | 
| G4bool | operator== (const G4VFermiFragment &right) const | 
| G4bool | operator!= (const G4VFermiFragment &right) const | 
Definition at line 40 of file G4VFermiFragment.hh.
Definition at line 34 of file G4VFermiFragment.cc.
References A, fragmentMass, G4NucleiProperties::GetNuclearMass(), and Z.
 Here is the call graph for this function:
      
  | 
  virtual | 
Definition at line 45 of file G4VFermiFragment.cc.
      
  | 
  private | 
      
  | 
  pure virtual | 
Implemented in G4UnstableFermiFragment, and G4StableFermiFragment.
Referenced by GetFragment().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 67 of file G4VFermiFragment.hh.
References A.
Referenced by G4FermiFragmentsPool::DumpFragment().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 82 of file G4VFermiFragment.hh.
References ExcitEnergy.
Referenced by G4FermiFragmentsPool::DumpFragment(), and GetTotalEnergy().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 60 of file G4VFermiFragment.hh.
References FillFragment().
 Here is the call graph for this function:
      
  | 
  inline | 
Definition at line 87 of file G4VFermiFragment.hh.
References fragmentMass.
Referenced by G4FermiFragmentsPool::DumpFragment(), and GetTotalEnergy().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 77 of file G4VFermiFragment.hh.
References Polarization.
      
  | 
  inline | 
Definition at line 92 of file G4VFermiFragment.hh.
References GetExcitationEnergy(), and GetFragmentMass().
 Here is the call graph for this function:
      
  | 
  inline | 
Definition at line 72 of file G4VFermiFragment.hh.
References Z.
Referenced by G4FermiFragmentsPool::DumpFragment().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 97 of file G4VFermiFragment.hh.
References isStable.
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  protected | 
Definition at line 105 of file G4VFermiFragment.hh.
Referenced by G4StableFermiFragment::FillFragment(), G4VFermiFragment(), and GetA().
      
  | 
  protected | 
Definition at line 109 of file G4VFermiFragment.hh.
Referenced by GetExcitationEnergy().
      
  | 
  protected | 
Definition at line 110 of file G4VFermiFragment.hh.
Referenced by G4VFermiFragment(), and GetFragmentMass().
      
  | 
  protected | 
Definition at line 104 of file G4VFermiFragment.hh.
Referenced by G4UnstableFermiFragment::G4UnstableFermiFragment(), and IsStable().
      
  | 
  protected | 
Definition at line 107 of file G4VFermiFragment.hh.
Referenced by GetPolarization().
      
  | 
  protected | 
Definition at line 106 of file G4VFermiFragment.hh.
Referenced by G4StableFermiFragment::FillFragment(), G4VFermiFragment(), and GetZ().