Geant4  10.00.p02
G4PhotoElectricAngularGeneratorPolarized Class Reference

#include <G4PhotoElectricAngularGeneratorPolarized.hh>

+ Inheritance diagram for G4PhotoElectricAngularGeneratorPolarized:
+ Collaboration diagram for G4PhotoElectricAngularGeneratorPolarized:

Public Member Functions

 G4PhotoElectricAngularGeneratorPolarized ()
 
 ~G4PhotoElectricAngularGeneratorPolarized ()
 
virtual G4ThreeVectorSampleDirection (const G4DynamicParticle *dp, G4double eKinEnergy, G4int shellId, const G4Material *mat=0)
 
void PrintGeneratorInformation () const
 
- Public Member Functions inherited from G4VEmAngularDistribution
 G4VEmAngularDistribution (const G4String &name)
 
virtual ~G4VEmAngularDistribution ()
 
virtual G4ThreeVectorSampleDirectionForShell (const G4DynamicParticle *dp, G4double finalTotalEnergy, G4int Z, G4int shellID, const G4Material *)
 
const G4StringGetName () const
 

Protected Member Functions

G4ThreeVector PerpendicularVector (const G4ThreeVector &a) const
 

Private Member Functions

G4PhotoElectricAngularGeneratorPolarizedoperator= (const G4PhotoElectricAngularGeneratorPolarized &right)
 
 G4PhotoElectricAngularGeneratorPolarized (const G4PhotoElectricAngularGeneratorPolarized &)
 
void PhotoElectronGetMajorantSurfaceAandCParameters (G4int shellId, G4double beta, G4double *majorantSurfaceParameterA, G4double *majorantSurfaceParameterC) const
 
void PhotoElectronGeneratePhiAndTheta (G4int shellId, G4double beta, G4double aBeta, G4double cBeta, G4double *pphi, G4double *ptheta) const
 
G4ThreeVector PhotoElectronComputeFinalDirection (const G4RotationMatrix &rotation, G4double theta, G4double phi) const
 
G4RotationMatrix PhotoElectronRotationMatrix (const G4ThreeVector &direction, const G4ThreeVector &polarization)
 
G4double CrossSectionMajorantFunction (G4double theta, G4double cBeta) const
 
G4double DSigmaKshellGavrila1959 (G4double beta, G4double theta, G4double phi) const
 
G4double DSigmaL1shellGavrila (G4double beta, G4double theta, G4double phi) const
 

Private Attributes

G4double betaArray [3]
 
G4double aMajorantSurfaceParameterTable [980][2]
 
G4double cMajorantSurfaceParameterTable [980][2]
 

Additional Inherited Members

- Protected Attributes inherited from G4VEmAngularDistribution
G4ThreeVector fLocalDirection
 

Detailed Description

Definition at line 52 of file G4PhotoElectricAngularGeneratorPolarized.hh.

Constructor & Destructor Documentation

G4PhotoElectricAngularGeneratorPolarized::G4PhotoElectricAngularGeneratorPolarized ( )

Definition at line 70 of file G4PhotoElectricAngularGeneratorPolarized.cc.

References aMajorantSurfaceParameterTable, betaArray, cMajorantSurfaceParameterTable, FatalException, and G4Exception().

+ Here is the call graph for this function:

G4PhotoElectricAngularGeneratorPolarized::~G4PhotoElectricAngularGeneratorPolarized ( )

Definition at line 124 of file G4PhotoElectricAngularGeneratorPolarized.cc.

G4PhotoElectricAngularGeneratorPolarized::G4PhotoElectricAngularGeneratorPolarized ( const G4PhotoElectricAngularGeneratorPolarized )
private

Member Function Documentation

G4double G4PhotoElectricAngularGeneratorPolarized::CrossSectionMajorantFunction ( G4double  theta,
G4double  cBeta 
) const
private

Definition at line 221 of file G4PhotoElectricAngularGeneratorPolarized.cc.

Referenced by PhotoElectronGeneratePhiAndTheta().

+ Here is the caller graph for this function:

G4double G4PhotoElectricAngularGeneratorPolarized::DSigmaKshellGavrila1959 ( G4double  beta,
G4double  theta,
G4double  phi 
) const
private

Definition at line 231 of file G4PhotoElectricAngularGeneratorPolarized.cc.

References G4INCL::Math::pi.

Referenced by PhotoElectronGeneratePhiAndTheta().

+ Here is the caller graph for this function:

G4double G4PhotoElectricAngularGeneratorPolarized::DSigmaL1shellGavrila ( G4double  beta,
G4double  theta,
G4double  phi 
) const
private

Definition at line 267 of file G4PhotoElectricAngularGeneratorPolarized.cc.

References G4INCL::Math::pi.

Referenced by PhotoElectronGeneratePhiAndTheta().

+ Here is the caller graph for this function:

G4PhotoElectricAngularGeneratorPolarized& G4PhotoElectricAngularGeneratorPolarized::operator= ( const G4PhotoElectricAngularGeneratorPolarized right)
private
G4ThreeVector G4PhotoElectricAngularGeneratorPolarized::PerpendicularVector ( const G4ThreeVector a) const
protected

Definition at line 413 of file G4PhotoElectricAngularGeneratorPolarized.cc.

References z.

Referenced by PhotoElectronRotationMatrix().

+ Here is the caller graph for this function:

G4ThreeVector G4PhotoElectricAngularGeneratorPolarized::PhotoElectronComputeFinalDirection ( const G4RotationMatrix rotation,
G4double  theta,
G4double  phi 
) const
private

Definition at line 388 of file G4PhotoElectricAngularGeneratorPolarized.cc.

Referenced by SampleDirection().

+ Here is the caller graph for this function:

void G4PhotoElectricAngularGeneratorPolarized::PhotoElectronGeneratePhiAndTheta ( G4int  shellId,
G4double  beta,
G4double  aBeta,
G4double  cBeta,
G4double pphi,
G4double ptheta 
) const
private

Definition at line 169 of file G4PhotoElectricAngularGeneratorPolarized.cc.

References CrossSectionMajorantFunction(), DSigmaKshellGavrila1959(), DSigmaL1shellGavrila(), G4UniformRand, and G4INCL::Math::pi.

Referenced by SampleDirection().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4PhotoElectricAngularGeneratorPolarized::PhotoElectronGetMajorantSurfaceAandCParameters ( G4int  shellId,
G4double  beta,
G4double majorantSurfaceParameterA,
G4double majorantSurfaceParameterC 
) const
private

Definition at line 343 of file G4PhotoElectricAngularGeneratorPolarized.cc.

References aMajorantSurfaceParameterTable, betaArray, cMajorantSurfaceParameterTable, and G4INCL::Math::max().

Referenced by SampleDirection().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4RotationMatrix G4PhotoElectricAngularGeneratorPolarized::PhotoElectronRotationMatrix ( const G4ThreeVector direction,
const G4ThreeVector polarization 
)
private

Definition at line 302 of file G4PhotoElectricAngularGeneratorPolarized.cc.

References a0, a1, b0, G4UniformRand, and PerpendicularVector().

Referenced by SampleDirection().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4PhotoElectricAngularGeneratorPolarized::PrintGeneratorInformation ( ) const

Definition at line 402 of file G4PhotoElectricAngularGeneratorPolarized.cc.

References G4cout, and G4endl.

G4ThreeVector & G4PhotoElectricAngularGeneratorPolarized::SampleDirection ( const G4DynamicParticle dp,
G4double  eKinEnergy,
G4int  shellId,
const G4Material mat = 0 
)
virtual

Member Data Documentation

G4double G4PhotoElectricAngularGeneratorPolarized::aMajorantSurfaceParameterTable[980][2]
private
G4double G4PhotoElectricAngularGeneratorPolarized::betaArray[3]
private
G4double G4PhotoElectricAngularGeneratorPolarized::cMajorantSurfaceParameterTable[980][2]
private

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