| 
    Geant4
    10.01
    
   | 
 
#include <G4LivermoreIonisationCrossSection.hh>
 Inheritance diagram for G4LivermoreIonisationCrossSection:
 Collaboration diagram for G4LivermoreIonisationCrossSection:Public Member Functions | |
| G4LivermoreIonisationCrossSection (const G4String &nam="LivermorePIXE") | |
| virtual | ~G4LivermoreIonisationCrossSection () | 
| void | Initialise () | 
| G4double | CrossSection (G4int Z, G4AtomicShellEnumerator shell, G4double incidentEnergy, G4double mass=0.0, const G4Material *mat=0) | 
| std::vector< G4double > | GetCrossSection (G4int Z, G4double incidentEnergy, G4double mass=0.0, G4double deltaEnergy=0.0, const G4Material *mat=0) | 
| std::vector< G4double > | Probabilities (G4int Z, G4double incidentEnergy, G4double mass=0.0, G4double deltaEnergy=0, const G4Material *mat=0) | 
  Public Member Functions inherited from G4VhShellCrossSection | |
| G4VhShellCrossSection (const G4String &xname="") | |
| virtual | ~G4VhShellCrossSection () | 
| G4int | SelectRandomShell (G4int Z, G4double incidentEnergy, G4double mass, G4double deltaEnergy, const G4Material *mat) | 
| virtual void | SetTotalCS (G4double) | 
| const G4String & | GetName () const | 
Private Member Functions | |
| G4LivermoreIonisationCrossSection & | operator= (const G4LivermoreIonisationCrossSection &right) | 
| G4LivermoreIonisationCrossSection (const G4LivermoreIonisationCrossSection &) | |
Private Attributes | |
| G4double | fLowEnergyLimit | 
| G4double | fHighEnergyLimit | 
| G4int | verboseLevel | 
| G4VCrossSectionHandler * | crossSectionHandler | 
| const G4AtomicTransitionManager * | transitionManager | 
Definition at line 55 of file G4LivermoreIonisationCrossSection.hh.
| G4LivermoreIonisationCrossSection::G4LivermoreIonisationCrossSection | ( | const G4String & | nam = "LivermorePIXE" | ) | 
Definition at line 47 of file G4LivermoreIonisationCrossSection.cc.
References eV, fHighEnergyLimit, fLowEnergyLimit, GeV, Initialise(), G4AtomicTransitionManager::Instance(), transitionManager, and verboseLevel.
 Here is the call graph for this function:
      
  | 
  virtual | 
Definition at line 62 of file G4LivermoreIonisationCrossSection.cc.
References crossSectionHandler.
      
  | 
  private | 
      
  | 
  virtual | 
Implements G4VhShellCrossSection.
Definition at line 90 of file G4LivermoreIonisationCrossSection.cc.
References crossSectionHandler, fHighEnergyLimit, G4VCrossSectionHandler::FindValue(), fLowEnergyLimit, G4INCL::Math::min(), n, nmax, G4AtomicTransitionManager::NumberOfShells(), and transitionManager.
Referenced by GetCrossSection().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  virtual | 
Implements G4VhShellCrossSection.
Definition at line 108 of file G4LivermoreIonisationCrossSection.cc.
References CrossSection(), G4INCL::Math::min(), nmax, G4AtomicTransitionManager::NumberOfShells(), and transitionManager.
Referenced by Probabilities().
 Here is the call graph for this function:
 Here is the caller graph for this function:| void G4LivermoreIonisationCrossSection::Initialise | ( | ) | 
Definition at line 69 of file G4LivermoreIonisationCrossSection.cc.
References G4VCrossSectionHandler::Clear(), crossSectionHandler, fHighEnergyLimit, fLowEnergyLimit, and G4VCrossSectionHandler::LoadShellData().
Referenced by G4LivermoreIonisationCrossSection().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
      
  | 
  virtual | 
Implements G4VhShellCrossSection.
Definition at line 124 of file G4LivermoreIonisationCrossSection.cc.
References GetCrossSection(), and n.
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 97 of file G4LivermoreIonisationCrossSection.hh.
Referenced by CrossSection(), Initialise(), and ~G4LivermoreIonisationCrossSection().
      
  | 
  private | 
Definition at line 91 of file G4LivermoreIonisationCrossSection.hh.
Referenced by CrossSection(), G4LivermoreIonisationCrossSection(), and Initialise().
      
  | 
  private | 
Definition at line 90 of file G4LivermoreIonisationCrossSection.hh.
Referenced by CrossSection(), G4LivermoreIonisationCrossSection(), and Initialise().
      
  | 
  private | 
Definition at line 99 of file G4LivermoreIonisationCrossSection.hh.
Referenced by CrossSection(), G4LivermoreIonisationCrossSection(), and GetCrossSection().
      
  | 
  private | 
Definition at line 95 of file G4LivermoreIonisationCrossSection.hh.
Referenced by G4LivermoreIonisationCrossSection().