Geant4  10.00.p02
G4RDeIonisationSpectrum Class Reference

#include <G4RDeIonisationSpectrum.hh>

+ Inheritance diagram for G4RDeIonisationSpectrum:
+ Collaboration diagram for G4RDeIonisationSpectrum:

Public Member Functions

 G4RDeIonisationSpectrum ()
 
 ~G4RDeIonisationSpectrum ()
 
G4double Probability (G4int Z, G4double tMin, G4double tMax, G4double kineticEnergy, G4int shell, const G4ParticleDefinition *pd=0) const
 
G4double AverageEnergy (G4int Z, G4double tMin, G4double tMax, G4double kineticEnergy, G4int shell, const G4ParticleDefinition *pd=0) const
 
G4double SampleEnergy (G4int Z, G4double tMin, G4double tMax, G4double kineticEnergy, G4int shell, const G4ParticleDefinition *pd=0) const
 
G4double MaxEnergyOfSecondaries (G4double kineticEnergy, G4int Z=0, const G4ParticleDefinition *pd=0) const
 
G4double Excitation (G4int Z, G4double e) const
 
void PrintData () const
 
- Public Member Functions inherited from G4RDVEnergySpectrum
 G4RDVEnergySpectrum ()
 
virtual ~G4RDVEnergySpectrum ()
 

Private Member Functions

G4double IntSpectrum (G4double xMin, G4double xMax, const G4DataVector &p) const
 
G4double AverageValue (G4double xMin, G4double xMax, const G4DataVector &p) const
 
G4double Function (G4double x, const G4DataVector &p) const
 
 G4RDeIonisationSpectrum (const G4RDeIonisationSpectrum &)
 
G4RDeIonisationSpectrumoperator= (const G4RDeIonisationSpectrum &right)
 

Private Attributes

G4RDeIonisationParameterstheParam
 
G4double lowestE
 
G4double factor
 
G4int iMax
 
G4int verbose
 

Detailed Description

Definition at line 65 of file G4RDeIonisationSpectrum.hh.

Constructor & Destructor Documentation

G4RDeIonisationSpectrum::G4RDeIonisationSpectrum ( )

Definition at line 61 of file G4RDeIonisationSpectrum.cc.

References theParam.

G4RDeIonisationSpectrum::~G4RDeIonisationSpectrum ( )

Definition at line 71 of file G4RDeIonisationSpectrum.cc.

References theParam.

G4RDeIonisationSpectrum::G4RDeIonisationSpectrum ( const G4RDeIonisationSpectrum )
private

Member Function Documentation

G4double G4RDeIonisationSpectrum::AverageEnergy ( G4int  Z,
G4double  tMin,
G4double  tMax,
G4double  kineticEnergy,
G4int  shell,
const G4ParticleDefinition pd = 0 
) const
virtual
G4double G4RDeIonisationSpectrum::AverageValue ( G4double  xMin,
G4double  xMax,
const G4DataVector p 
) const
private

Definition at line 487 of file G4RDeIonisationSpectrum.cc.

References iMax, and G4INCL::Math::max().

Referenced by AverageEnergy().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4RDeIonisationSpectrum::Excitation ( G4int  Z,
G4double  e 
) const
inlinevirtual

Implements G4RDVEnergySpectrum.

Definition at line 130 of file G4RDeIonisationSpectrum.hh.

References G4RDeIonisationParameters::Excitation(), and theParam.

+ Here is the call graph for this function:

G4double G4RDeIonisationSpectrum::Function ( G4double  x,
const G4DataVector p 
) const
inlineprivate

Definition at line 120 of file G4RDeIonisationSpectrum.hh.

References iMax.

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

+ Here is the caller graph for this function:

G4double G4RDeIonisationSpectrum::IntSpectrum ( G4double  xMin,
G4double  xMax,
const G4DataVector p 
) const
private

Definition at line 403 of file G4RDeIonisationSpectrum.cc.

References G4cout, G4endl, iMax, and G4INCL::Math::max().

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

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4RDeIonisationSpectrum::MaxEnergyOfSecondaries ( G4double  kineticEnergy,
G4int  Z = 0,
const G4ParticleDefinition pd = 0 
) const
virtual

Implements G4RDVEnergySpectrum.

Definition at line 571 of file G4RDeIonisationSpectrum.cc.

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

+ Here is the caller graph for this function:

G4RDeIonisationSpectrum& G4RDeIonisationSpectrum::operator= ( const G4RDeIonisationSpectrum right)
private
void G4RDeIonisationSpectrum::PrintData ( void  ) const
virtual

Implements G4RDVEnergySpectrum.

Definition at line 566 of file G4RDeIonisationSpectrum.cc.

References G4RDeIonisationParameters::PrintData(), and theParam.

+ Here is the call graph for this function:

G4double G4RDeIonisationSpectrum::Probability ( G4int  Z,
G4double  tMin,
G4double  tMax,
G4double  kineticEnergy,
G4int  shell,
const G4ParticleDefinition pd = 0 
) const
virtual

Implements G4RDVEnergySpectrum.

Definition at line 77 of file G4RDeIonisationSpectrum.cc.

References G4InuclSpecialFunctions::bindingEnergy(), G4INCL::KinematicsUtils::energy(), Function(), g, G4cout, G4endl, iMax, G4RDAtomicTransitionManager::Instance(), IntSpectrum(), keV, lowestE, G4INCL::Math::max(), MaxEnergyOfSecondaries(), G4INCL::Math::min(), G4RDeIonisationParameters::Parameter(), theParam, G4InuclParticleNames::tm, and verbose.

+ Here is the call graph for this function:

G4double G4RDeIonisationSpectrum::SampleEnergy ( G4int  Z,
G4double  tMin,
G4double  tMax,
G4double  kineticEnergy,
G4int  shell,
const G4ParticleDefinition pd = 0 
) const
virtual

Member Data Documentation

G4double G4RDeIonisationSpectrum::factor
private

Definition at line 114 of file G4RDeIonisationSpectrum.hh.

Referenced by SampleEnergy().

G4int G4RDeIonisationSpectrum::iMax
private
G4double G4RDeIonisationSpectrum::lowestE
private

Definition at line 113 of file G4RDeIonisationSpectrum.hh.

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

G4int G4RDeIonisationSpectrum::verbose
private

Definition at line 116 of file G4RDeIonisationSpectrum.hh.

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


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