| 
    Geant4
    10.01
    
   | 
 
#include <G4VNuclearDensity.hh>
 Inheritance diagram for G4VNuclearDensity:Public Member Functions | |
| G4VNuclearDensity () | |
| virtual | ~G4VNuclearDensity () | 
| G4double | GetDensity (const G4ThreeVector &aPosition) const | 
| virtual G4double | GetRelativeDensity (const G4ThreeVector &aPosition) const =0 | 
| virtual G4double | GetRadius (const G4double maxRelativeDenisty) const =0 | 
| virtual G4double | GetDeriv (const G4ThreeVector &point) const =0 | 
Protected Member Functions | |
| void | Setrho0 (G4double arho0) | 
| G4double | Getrho0 () const | 
Private Attributes | |
| G4double | rho0 | 
Definition at line 36 of file G4VNuclearDensity.hh.
| G4VNuclearDensity::G4VNuclearDensity | ( | ) | 
Definition at line 32 of file G4VNuclearDensity.cc.
      
  | 
  virtual | 
Definition at line 36 of file G4VNuclearDensity.cc.
      
  | 
  inline | 
Definition at line 43 of file G4VNuclearDensity.hh.
References GetRelativeDensity(), and rho0.
Referenced by G4BinaryCascade::CheckPauliPrinciple(), G4Fancy3DNucleus::ChooseFermiMomenta(), G4Fancy3DNucleus::ChoosePositions(), G4KM_NucleonEqRhs::EvaluateRhsGivenB(), G4NeutronField::GetDensity(), G4ProtonField::GetDensity(), G4NuclearShellModelDensity::GetDeriv(), G4NuclearFermiDensity::GetDeriv(), G4SigmaPlusField::GetField(), G4KaonZeroField::GetField(), G4SigmaZeroField::GetField(), G4SigmaMinusField::GetField(), G4KaonPlusField::GetField(), G4PionZeroField::GetField(), G4KaonMinusField::GetField(), G4PionPlusField::GetField(), G4AntiProtonField::GetField(), G4PionMinusField::GetField(), and G4BinaryLightIonReaction::GetProjectileExcitation().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  pure virtual | 
Implemented in G4NuclearFermiDensity, and G4NuclearShellModelDensity.
Referenced by G4KM_NucleonEqRhs::EvaluateRhsGivenB(), and G4KM_OpticalEqRhs::EvaluateRhsGivenB().
 Here is the caller graph for this function:
      
  | 
  pure virtual | 
Implemented in G4NuclearFermiDensity, and G4NuclearShellModelDensity.
Referenced by G4Fancy3DNucleus::GetNuclearRadius().
 Here is the caller graph for this function:
      
  | 
  pure virtual | 
Implemented in G4NuclearShellModelDensity, and G4NuclearFermiDensity.
Referenced by G4Fancy3DNucleus::ChoosePositions(), and GetDensity().
 Here is the caller graph for this function:
      
  | 
  inlineprotected | 
Definition at line 54 of file G4VNuclearDensity.hh.
Referenced by G4NuclearFermiDensity::GetDeriv().
 Here is the caller graph for this function:
      
  | 
  inlineprotected | 
Definition at line 53 of file G4VNuclearDensity.hh.
References rho0.
Referenced by G4NuclearFermiDensity::G4NuclearFermiDensity(), and G4NuclearShellModelDensity::G4NuclearShellModelDensity().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 54 of file G4VNuclearDensity.hh.
Referenced by GetDensity(), and Setrho0().