#include <G4PreCompoundNucleon.hh>
Definition at line 41 of file G4PreCompoundNucleon.hh.
 
Definition at line 47 of file G4PreCompoundNucleon.cc.
G4PreCompoundFragment(const G4ParticleDefinition *, G4VCoulombBarrier *aCoulombBarrier)
 
 
 
 
  
  
      
        
          | G4PreCompoundNucleon::~G4PreCompoundNucleon  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | virtual G4double G4PreCompoundNucleon::GetRj  | 
          ( | 
          G4int  | 
          NumberParticles,  | 
         
        
           | 
           | 
          G4int  | 
          NumberCharged  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
protectedpure virtual   | 
  
 
 
Implements G4PreCompoundFragment.
Definition at line 56 of file G4PreCompoundNucleon.cc.
   72   if (E0 <= 0.0) { 
return 0.0; }
 
   75   if (E1 <= 0.0) { 
return 0.0; }
 
   80   if (rj <0.0 || xs < 0.0) { 
return 0.0; }
 
   85     * 
g4calc->
powN(g1*E1/(g0*E0),N-2) * g1 / (E0*g0*g0);
 
G4double powN(G4double x, G4int n) const 
 
static constexpr double pi2
 
static constexpr double millibarn
 
static constexpr double hbarc
 
G4int GetNumberOfParticles() const 
 
G4double GetLevelDensity() const 
 
G4DeexPrecoParameters * theParameters
 
G4int GetNumberOfHoles() const 
 
G4double CrossSection(G4double ekin) const 
 
virtual G4double GetRj(G4int NumberParticles, G4int NumberCharged) const =0
 
G4double theBindingEnergy
 
G4int GetNumberOfCharged() const 
 
G4double GetExcitationEnergy() const 
 
 
 
 
The documentation for this class was generated from the following files:
- source/geant4.10.03.p03/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundNucleon.hh
 
- source/geant4.10.03.p03/source/processes/hadronic/models/pre_equilibrium/exciton_model/src/G4PreCompoundNucleon.cc