#include <G4FermiFragment.hh>
Definition at line 39 of file G4FermiFragment.hh.
 
Definition at line 36 of file G4FermiFragment.cc.
static G4double GetNuclearMass(const G4double A, const G4double Z)
 
static constexpr double proton_mass_c2
 
static constexpr double neutron_mass_c2
 
 
 
 
      
        
          | G4FermiFragment::~G4FermiFragment  | 
          ( | 
           | ) | 
           | 
        
      
 
 
Definition at line 96 of file G4FermiFragment.hh.
G4double GetCoulombBarrier(G4int ARes, G4int ZRes, G4double U) const 
 
virtual G4double BarrierPenetrationFactor(G4int Eexc) const 
 
 
 
 
  
  
      
        
          | G4double G4FermiFragment::GetExcitationEnergy  | 
          ( | 
          void  | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
Definition at line 54 of file G4FermiFragment.hh.
void FillFragment(G4FragmentVector *fv, const G4LorentzVector &aMomentum) const 
 
std::vector< G4Fragment * > G4FragmentVector
 
 
 
 
  
  
      
        
          | G4int G4FermiFragment::GetSpin  | 
          ( | 
          void  | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | G4bool G4FermiFragment::IsStable  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
Definition at line 102 of file G4FermiFragment.hh.
  104     return (A == right.A && Z == right.Z &&
 
  105         std::abs(excitEnergy - right.excitEnergy) < 0.0001);
 
 
 
 
The documentation for this class was generated from the following files:
- geant4.10.03.p01/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4FermiFragment.hh
 
- geant4.10.03.p01/source/processes/hadronic/models/de_excitation/fermi_breakup/src/G4FermiFragment.cc