Geant4  10.00.p02
G4InitXscPAI Class Reference

#include <G4InitXscPAI.hh>

+ Collaboration diagram for G4InitXscPAI:

Public Member Functions

 G4InitXscPAI (const G4MaterialCutsCouple *matCC)
 
virtual ~G4InitXscPAI ()
 
void KillCloseIntervals ()
 
void Normalisation ()
 
G4double RutherfordIntegral (G4int intervalNumber, G4double limitLow, G4double limitHigh)
 
G4double IntegralTerm (G4double omega)
 
G4double ImPartDielectricConst (G4int intervalNumber, G4double energy)
 
G4double RePartDielectricConst (G4double energy)
 
G4double ModuleSqDielectricConst (G4int intervalNumber, G4double energy)
 
G4double DifPAIxSection (G4double omega)
 
G4double DifPAIdEdx (G4double omega)
 
G4double PAIdNdxCherenkov (G4double omega)
 
G4double PAIdNdxPlasmon (G4double omega)
 
void IntegralPAIxSection (G4double bg2, G4double Tmax)
 
void IntegralCherenkov (G4double bg2, G4double Tmax)
 
void IntegralPlasmon (G4double bg2, G4double Tmax)
 
void IntegralPAIdEdx (G4double bg2, G4double Tmax)
 
G4double GetPhotonLambda (G4double omega)
 
G4double GetStepEnergyLoss (G4double step)
 
G4double GetStepCerenkovLoss (G4double step)
 
G4double GetStepPlasmonLoss (G4double step)
 
G4int GetIntervalNumber () const
 
G4int GetBinPAI () const
 
G4double GetNormalizationCof () const
 
G4double GetMatSandiaMatrix (G4int i, G4int j) const
 
G4PhysicsLogVectorGetPAIxscVector () const
 
G4PhysicsLogVectorGetPAIdEdxVector () const
 
G4PhysicsLogVectorGetPAIphotonVector () const
 
G4PhysicsLogVectorGetPAIelectronVector () const
 
G4PhysicsLogVectorGetChCosSqVector () const
 
G4PhysicsLogVectorGetChWidthVector () const
 

Private Member Functions

G4InitXscPAIoperator= (const G4InitXscPAI &right)
 
 G4InitXscPAI (const G4InitXscPAI &)
 

Private Attributes

G4int fIntervalNumber
 
G4double fNormalizationCof
 
G4int fCurrentInterval
 
G4int fIntervalTmax
 
G4double fBetaGammaSq
 
G4double fTmax
 
G4double fDensity
 
G4double fElectronDensity
 
G4OrderedTablefMatSandiaMatrix
 
G4SandiaTablefSandia
 
G4PhysicsLogVectorfPAIxscVector
 
G4PhysicsLogVectorfPAIdEdxVector
 
G4PhysicsLogVectorfPAIphotonVector
 
G4PhysicsLogVectorfPAIelectronVector
 
G4PhysicsLogVectorfChCosSqVector
 
G4PhysicsLogVectorfChWidthVector
 

Static Private Attributes

static const G4double fDelta = 0.005
 
static const G4int fPAIbin = 100
 
static const G4double fSolidDensity = 0.05*g/cm3
 

Detailed Description

Definition at line 48 of file G4InitXscPAI.hh.

Constructor & Destructor Documentation

G4InitXscPAI::G4InitXscPAI ( const G4MaterialCutsCouple matCC)
G4InitXscPAI::~G4InitXscPAI ( )
virtual
G4InitXscPAI::G4InitXscPAI ( const G4InitXscPAI )
private

Member Function Documentation

G4double G4InitXscPAI::DifPAIdEdx ( G4double  omega)

Definition at line 477 of file G4InitXscPAI.cc.

References DifPAIxSection().

Referenced by IntegralPAIdEdx().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4InitXscPAI::DifPAIxSection ( G4double  omega)

Definition at line 414 of file G4InitXscPAI.cc.

References betaBohr2, betaBohr4, fBetaGammaSq, fCurrentInterval, fDensity, fSolidDensity, ImPartDielectricConst(), IntegralTerm(), G4INCL::Math::pi, and RePartDielectricConst().

Referenced by DifPAIdEdx(), and IntegralPAIxSection().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4int G4InitXscPAI::GetBinPAI ( ) const
inline

Definition at line 106 of file G4InitXscPAI.hh.

References fPAIbin.

G4PhysicsLogVector* G4InitXscPAI::GetChCosSqVector ( ) const
inline

Definition at line 117 of file G4InitXscPAI.hh.

References fChCosSqVector.

G4PhysicsLogVector* G4InitXscPAI::GetChWidthVector ( ) const
inline

Definition at line 118 of file G4InitXscPAI.hh.

References fChWidthVector.

G4int G4InitXscPAI::GetIntervalNumber ( ) const
inline

Definition at line 105 of file G4InitXscPAI.hh.

References fIntervalNumber.

G4double G4InitXscPAI::GetMatSandiaMatrix ( G4int  i,
G4int  j 
) const
inline

Definition at line 110 of file G4InitXscPAI.hh.

References fMatSandiaMatrix.

G4double G4InitXscPAI::GetNormalizationCof ( ) const
inline

Definition at line 108 of file G4InitXscPAI.hh.

References fNormalizationCof.

G4PhysicsLogVector* G4InitXscPAI::GetPAIdEdxVector ( ) const
inline

Definition at line 114 of file G4InitXscPAI.hh.

References fPAIdEdxVector.

G4PhysicsLogVector* G4InitXscPAI::GetPAIelectronVector ( ) const
inline

Definition at line 116 of file G4InitXscPAI.hh.

References fPAIelectronVector.

G4PhysicsLogVector* G4InitXscPAI::GetPAIphotonVector ( ) const
inline

Definition at line 115 of file G4InitXscPAI.hh.

References fPAIphotonVector.

G4PhysicsLogVector* G4InitXscPAI::GetPAIxscVector ( ) const
inline

Definition at line 113 of file G4InitXscPAI.hh.

References fPAIxscVector.

G4double G4InitXscPAI::GetPhotonLambda ( G4double  omega)
G4double G4InitXscPAI::GetStepCerenkovLoss ( G4double  step)

Definition at line 982 of file G4InitXscPAI.cc.

G4double G4InitXscPAI::GetStepEnergyLoss ( G4double  step)

Definition at line 970 of file G4InitXscPAI.cc.

G4double G4InitXscPAI::GetStepPlasmonLoss ( G4double  step)

Definition at line 994 of file G4InitXscPAI.cc.

G4double G4InitXscPAI::ImPartDielectricConst ( G4int  intervalNumber,
G4double  energy 
)

Definition at line 294 of file G4InitXscPAI.cc.

References a1, a2, a3, and a4.

Referenced by DifPAIxSection(), IntegralCherenkov(), ModuleSqDielectricConst(), PAIdNdxCherenkov(), and PAIdNdxPlasmon().

+ Here is the caller graph for this function:

void G4InitXscPAI::IntegralCherenkov ( G4double  bg2,
G4double  Tmax 
)
void G4InitXscPAI::IntegralPAIdEdx ( G4double  bg2,
G4double  Tmax 
)

Definition at line 678 of file G4InitXscPAI.cc.

References DifPAIdEdx(), fBetaGammaSq, fCurrentInterval, fIntervalNumber, fIntervalTmax, fMatSandiaMatrix, fPAIbin, fPAIdEdxVector, fTmax, G4PhysicsVector::GetLowEdgeEnergy(), G4Integrator< T, F >::Legendre10(), and G4PhysicsVector::PutValue().

+ Here is the call graph for this function:

void G4InitXscPAI::IntegralPAIxSection ( G4double  bg2,
G4double  Tmax 
)

Definition at line 597 of file G4InitXscPAI.cc.

References DifPAIxSection(), fBetaGammaSq, fCurrentInterval, fIntervalNumber, fIntervalTmax, fMatSandiaMatrix, fPAIbin, fPAIxscVector, fTmax, G4PhysicsVector::GetLowEdgeEnergy(), G4Integrator< T, F >::Legendre10(), and G4PhysicsVector::PutValue().

+ Here is the call graph for this function:

void G4InitXscPAI::IntegralPlasmon ( G4double  bg2,
G4double  Tmax 
)

Definition at line 854 of file G4InitXscPAI.cc.

References fBetaGammaSq, fCurrentInterval, fIntervalNumber, fIntervalTmax, fMatSandiaMatrix, fPAIbin, fPAIelectronVector, fTmax, G4PhysicsVector::GetLowEdgeEnergy(), G4Integrator< T, F >::Legendre10(), PAIdNdxPlasmon(), and G4PhysicsVector::PutValue().

+ Here is the call graph for this function:

G4double G4InitXscPAI::IntegralTerm ( G4double  omega)

Definition at line 256 of file G4InitXscPAI.cc.

References fIntervalTmax, fMatSandiaMatrix, and RutherfordIntegral().

Referenced by DifPAIxSection(), and PAIdNdxPlasmon().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4InitXscPAI::KillCloseIntervals ( )

Definition at line 131 of file G4InitXscPAI.cc.

References fDelta, fIntervalNumber, and fMatSandiaMatrix.

Referenced by G4InitXscPAI().

+ Here is the caller graph for this function:

G4double G4InitXscPAI::ModuleSqDielectricConst ( G4int  intervalNumber,
G4double  energy 
)

Definition at line 320 of file G4InitXscPAI.cc.

References ImPartDielectricConst(), and RePartDielectricConst().

Referenced by IntegralCherenkov().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4InitXscPAI::Normalisation ( )

Definition at line 162 of file G4InitXscPAI.cc.

References fElectronDensity, fIntervalNumber, fNormalizationCof, G4INCL::Math::pi, and RutherfordIntegral().

Referenced by G4InitXscPAI().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4InitXscPAI& G4InitXscPAI::operator= ( const G4InitXscPAI right)
private
G4double G4InitXscPAI::PAIdNdxCherenkov ( G4double  omega)

Definition at line 487 of file G4InitXscPAI.cc.

References betaBohr2, betaBohr4, cofBetaBohr, fBetaGammaSq, fCurrentInterval, fDensity, fSolidDensity, ImPartDielectricConst(), G4INCL::Math::pi, and RePartDielectricConst().

Referenced by IntegralCherenkov().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4InitXscPAI::PAIdNdxPlasmon ( G4double  omega)

Definition at line 551 of file G4InitXscPAI.cc.

References betaBohr2, betaBohr4, cofBetaBohr, fBetaGammaSq, fCurrentInterval, fDensity, fSolidDensity, ImPartDielectricConst(), IntegralTerm(), G4INCL::Math::pi, and RePartDielectricConst().

Referenced by IntegralPlasmon().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4InitXscPAI::RePartDielectricConst ( G4double  energy)

Definition at line 343 of file G4InitXscPAI.cc.

References a1, a2, a3, a4, c1, c2, c3, fDelta, fIntervalNumber, and G4INCL::Math::pi.

Referenced by DifPAIxSection(), IntegralCherenkov(), ModuleSqDielectricConst(), PAIdNdxCherenkov(), and PAIdNdxPlasmon().

+ Here is the caller graph for this function:

G4double G4InitXscPAI::RutherfordIntegral ( G4int  intervalNumber,
G4double  limitLow,
G4double  limitHigh 
)

Definition at line 232 of file G4InitXscPAI.cc.

References a1, a2, a3, a4, c1, c2, and c3.

Referenced by IntegralTerm(), and Normalisation().

+ Here is the caller graph for this function:

Member Data Documentation

G4PhysicsLogVector* G4InitXscPAI::fChCosSqVector
private

Definition at line 153 of file G4InitXscPAI.hh.

Referenced by GetChCosSqVector(), IntegralCherenkov(), and ~G4InitXscPAI().

G4PhysicsLogVector* G4InitXscPAI::fChWidthVector
private

Definition at line 154 of file G4InitXscPAI.hh.

Referenced by GetChWidthVector(), IntegralCherenkov(), and ~G4InitXscPAI().

const G4double G4InitXscPAI::fDelta = 0.005
staticprivate

Definition at line 129 of file G4InitXscPAI.hh.

Referenced by KillCloseIntervals(), and RePartDielectricConst().

G4double G4InitXscPAI::fDensity
private

Definition at line 139 of file G4InitXscPAI.hh.

Referenced by DifPAIxSection(), G4InitXscPAI(), PAIdNdxCherenkov(), and PAIdNdxPlasmon().

G4double G4InitXscPAI::fElectronDensity
private

Definition at line 140 of file G4InitXscPAI.hh.

Referenced by G4InitXscPAI(), and Normalisation().

G4int G4InitXscPAI::fIntervalTmax
private
G4double G4InitXscPAI::fNormalizationCof
private

Definition at line 134 of file G4InitXscPAI.hh.

Referenced by GetNormalizationCof(), and Normalisation().

const G4int G4InitXscPAI::fPAIbin = 100
staticprivate
G4PhysicsLogVector* G4InitXscPAI::fPAIdEdxVector
private

Definition at line 150 of file G4InitXscPAI.hh.

Referenced by GetPAIdEdxVector(), IntegralPAIdEdx(), and ~G4InitXscPAI().

G4PhysicsLogVector* G4InitXscPAI::fPAIelectronVector
private

Definition at line 152 of file G4InitXscPAI.hh.

Referenced by GetPAIelectronVector(), IntegralPlasmon(), and ~G4InitXscPAI().

G4PhysicsLogVector* G4InitXscPAI::fPAIphotonVector
private

Definition at line 151 of file G4InitXscPAI.hh.

Referenced by GetPAIphotonVector(), IntegralCherenkov(), and ~G4InitXscPAI().

G4PhysicsLogVector* G4InitXscPAI::fPAIxscVector
private

Definition at line 149 of file G4InitXscPAI.hh.

Referenced by GetPAIxscVector(), IntegralPAIxSection(), and ~G4InitXscPAI().

G4SandiaTable* G4InitXscPAI::fSandia
private

Definition at line 145 of file G4InitXscPAI.hh.

Referenced by G4InitXscPAI(), and ~G4InitXscPAI().

const G4double G4InitXscPAI::fSolidDensity = 0.05*g/cm3
staticprivate

Definition at line 131 of file G4InitXscPAI.hh.

Referenced by DifPAIxSection(), PAIdNdxCherenkov(), and PAIdNdxPlasmon().

G4double G4InitXscPAI::fTmax
private

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