| 
    Geant4
    10.02.p02
    
   | 
 
#include <G4eIonisationParameters.hh>
 Collaboration diagram for G4eIonisationParameters:Public Member Functions | |
| G4eIonisationParameters (G4int minZ=1, G4int maxZ=99) | |
| ~G4eIonisationParameters () | |
| G4double | Parameter (G4int Z, G4int shellIndex, G4int parameterIndex, G4double e) const | 
| G4double | Excitation (G4int Z, G4double e) const | 
| void | PrintData () const | 
Private Member Functions | |
| G4eIonisationParameters (const G4eIonisationParameters &) | |
| G4eIonisationParameters & | operator= (const G4eIonisationParameters &right) | 
| void | LoadData () | 
Private Attributes | |
| G4int | zMin | 
| G4int | zMax | 
| G4DataVector | activeZ | 
| std::map< G4int, G4VEMDataSet  *, std::less< G4int > >  | param | 
| std::map< G4int, G4VEMDataSet  *, std::less< G4int > >  | excit | 
| size_t | length | 
Definition at line 61 of file G4eIonisationParameters.hh.
Definition at line 63 of file G4eIonisationParameters.cc.
References LoadData().
 Here is the call graph for this function:| G4eIonisationParameters::~G4eIonisationParameters | ( | ) | 
      
  | 
  private | 
Definition at line 125 of file G4eIonisationParameters.cc.
References excit, G4VEMDataSet::FindValue(), G4cout, G4endl, G4VEMDataSet::GetEnergies(), G4INCL::Math::max(), G4INCL::Math::min(), and pos.
Referenced by G4eIonisationSpectrum::Excitation().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 147 of file G4eIonisationParameters.cc.
References a, activeZ, barn, G4DataVector::contains(), G4INCL::KinematicsUtils::energy(), excit, FatalException, G4cout, G4endl, G4Exception(), G4Material::GetElementVector(), G4Material::GetMaterialTable(), G4Material::GetNumberOfElements(), G4Material::GetNumberOfMaterials(), G4Element::GetZ(), length, MeV, name, param, and z.
Referenced by G4eIonisationParameters().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
| G4double G4eIonisationParameters::Parameter | ( | G4int | Z, | 
| G4int | shellIndex, | ||
| G4int | parameterIndex, | ||
| G4double | e | ||
| ) | const | 
Definition at line 92 of file G4eIonisationParameters.cc.
References G4VEMDataSet::FindValue(), G4cout, G4endl, G4VEMDataSet::GetComponent(), G4VEMDataSet::GetEnergies(), G4INCL::Math::max(), G4INCL::Math::min(), G4VEMDataSet::NumberOfComponents(), param, and pos.
Referenced by G4eIonisationSpectrum::AverageEnergy(), G4eIonisationSpectrum::Probability(), and G4eIonisationSpectrum::SampleEnergy().
 Here is the call graph for this function:
 Here is the caller graph for this function:| void G4eIonisationParameters::PrintData | ( | void | ) | const | 
Definition at line 384 of file G4eIonisationParameters.cc.
References activeZ, G4cout, G4endl, G4VEMDataSet::GetComponent(), length, G4VEMDataSet::NumberOfComponents(), param, pos, and G4VEMDataSet::PrintData().
Referenced by G4eIonisationSpectrum::PrintData().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 87 of file G4eIonisationParameters.hh.
Referenced by LoadData(), PrintData(), and ~G4eIonisationParameters().
      
  | 
  private | 
Definition at line 91 of file G4eIonisationParameters.hh.
Referenced by Excitation(), LoadData(), and ~G4eIonisationParameters().
      
  | 
  private | 
Definition at line 93 of file G4eIonisationParameters.hh.
Referenced by LoadData(), and PrintData().
      
  | 
  private | 
Definition at line 90 of file G4eIonisationParameters.hh.
Referenced by LoadData(), Parameter(), PrintData(), and ~G4eIonisationParameters().
      
  | 
  private | 
Definition at line 85 of file G4eIonisationParameters.hh.
      
  | 
  private | 
Definition at line 84 of file G4eIonisationParameters.hh.