Geant4  10.00.p02
G4RDeIonisationParameters Class Reference

#include <G4RDeIonisationParameters.hh>

+ Collaboration diagram for G4RDeIonisationParameters:

Public Member Functions

 G4RDeIonisationParameters (G4int minZ=1, G4int maxZ=99)
 
 ~G4RDeIonisationParameters ()
 
G4double Parameter (G4int Z, G4int shellIndex, G4int parameterIndex, G4double e) const
 
G4double Excitation (G4int Z, G4double e) const
 
void PrintData () const
 

Private Member Functions

 G4RDeIonisationParameters (const G4RDeIonisationParameters &)
 
G4RDeIonisationParametersoperator= (const G4RDeIonisationParameters &right)
 
void LoadData ()
 

Private Attributes

G4int zMin
 
G4int zMax
 
G4DataVector activeZ
 
std::map< G4int,
G4RDVEMDataSet *, std::less
< G4int > > 
param
 
std::map< G4int,
G4RDVEMDataSet *, std::less
< G4int > > 
excit
 
size_t length
 

Detailed Description

Definition at line 62 of file G4RDeIonisationParameters.hh.

Constructor & Destructor Documentation

G4RDeIonisationParameters::G4RDeIonisationParameters ( G4int  minZ = 1,
G4int  maxZ = 99 
)

Definition at line 62 of file G4RDeIonisationParameters.cc.

References LoadData().

+ Here is the call graph for this function:

G4RDeIonisationParameters::~G4RDeIonisationParameters ( )

Definition at line 70 of file G4RDeIonisationParameters.cc.

References activeZ, excit, param, and pos.

G4RDeIonisationParameters::G4RDeIonisationParameters ( const G4RDeIonisationParameters )
private

Member Function Documentation

G4double G4RDeIonisationParameters::Excitation ( G4int  Z,
G4double  e 
) const

Definition at line 124 of file G4RDeIonisationParameters.cc.

References excit, G4RDVEMDataSet::FindValue(), G4cout, G4endl, G4RDVEMDataSet::GetEnergies(), G4INCL::Math::max(), G4INCL::Math::min(), and pos.

Referenced by G4RDeIonisationSpectrum::Excitation().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4RDeIonisationParameters::LoadData ( )
private

Definition at line 146 of file G4RDeIonisationParameters.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, m, MeV, name, param, s, and z.

Referenced by G4RDeIonisationParameters().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4RDeIonisationParameters& G4RDeIonisationParameters::operator= ( const G4RDeIonisationParameters right)
private
G4double G4RDeIonisationParameters::Parameter ( G4int  Z,
G4int  shellIndex,
G4int  parameterIndex,
G4double  e 
) const

Definition at line 91 of file G4RDeIonisationParameters.cc.

References G4RDVEMDataSet::FindValue(), G4cout, G4endl, G4RDVEMDataSet::GetComponent(), G4RDVEMDataSet::GetEnergies(), G4INCL::Math::max(), G4INCL::Math::min(), G4RDVEMDataSet::NumberOfComponents(), param, and pos.

Referenced by G4RDeIonisationSpectrum::AverageEnergy(), G4RDeIonisationSpectrum::Probability(), and G4RDeIonisationSpectrum::SampleEnergy().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4RDeIonisationParameters::PrintData ( void  ) const

Definition at line 373 of file G4RDeIonisationParameters.cc.

References activeZ, G4cout, G4endl, G4RDVEMDataSet::GetComponent(), length, G4RDVEMDataSet::NumberOfComponents(), param, pos, and G4RDVEMDataSet::PrintData().

Referenced by G4RDeIonisationSpectrum::PrintData().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

G4DataVector G4RDeIonisationParameters::activeZ
private

Definition at line 88 of file G4RDeIonisationParameters.hh.

Referenced by LoadData(), PrintData(), and ~G4RDeIonisationParameters().

std::map<G4int,G4RDVEMDataSet*,std::less<G4int> > G4RDeIonisationParameters::excit
private

Definition at line 92 of file G4RDeIonisationParameters.hh.

Referenced by Excitation(), LoadData(), and ~G4RDeIonisationParameters().

size_t G4RDeIonisationParameters::length
private

Definition at line 94 of file G4RDeIonisationParameters.hh.

Referenced by LoadData(), and PrintData().

std::map<G4int,G4RDVEMDataSet*,std::less<G4int> > G4RDeIonisationParameters::param
private
G4int G4RDeIonisationParameters::zMax
private

Definition at line 86 of file G4RDeIonisationParameters.hh.

G4int G4RDeIonisationParameters::zMin
private

Definition at line 85 of file G4RDeIonisationParameters.hh.


The documentation for this class was generated from the following files: