Geant4  10.00.p02
G4PolarizedAnnihilationCrossSection Class Reference

#include <G4PolarizedAnnihilationCrossSection.hh>

+ Inheritance diagram for G4PolarizedAnnihilationCrossSection:
+ Collaboration diagram for G4PolarizedAnnihilationCrossSection:

Public Member Functions

 G4PolarizedAnnihilationCrossSection ()
 
virtual ~G4PolarizedAnnihilationCrossSection ()
 
virtual void Initialize (G4double eps, G4double gamma, G4double phi, const G4StokesVector &p0, const G4StokesVector &p1, G4int flag=0)
 
G4double DiceEpsilon ()
 
virtual G4double XSection (const G4StokesVector &pol2, const G4StokesVector &pol3)
 
virtual G4double TotalXSection (G4double xmin, G4double xmax, G4double y, const G4StokesVector &pol0, const G4StokesVector &pol1)
 
G4StokesVector GetPol2 ()
 
G4StokesVector GetPol3 ()
 
virtual G4double GetXmin (G4double y)
 
virtual G4double GetXmax (G4double y)
 
G4double getVar (G4int)
 
void getCoeff ()
 
- Public Member Functions inherited from G4VPolarizedCrossSection
 G4VPolarizedCrossSection ()
 
virtual ~G4VPolarizedCrossSection ()
 
G4double GetYmin ()
 
void SetMaterial (G4double A, G4double Z, G4double coul)
 

Private Member Functions

void TotalXS ()
 
void DefineCoefficients (const G4StokesVector &pol0, const G4StokesVector &pol1)
 

Private Attributes

G4double polxx
 
G4double polyy
 
G4double polzz
 
G4double polxz
 
G4double polzx
 
G4double polxy
 
G4double polyx
 
G4double polyz
 
G4double polzy
 
G4double re2
 
G4double diffXSFactor
 
G4double totalXSFactor
 
G4double phi0
 
G4ThreeVector phi2
 
G4ThreeVector phi3
 
G4double dice
 
G4double polXS
 
G4double unpXS
 
G4double ISPxx
 
G4double ISPyy
 
G4double ISPzz
 
G4double ISPnd
 

Additional Inherited Members

- Protected Member Functions inherited from G4VPolarizedCrossSection
void SetXmin (G4double xmin)
 
void SetXmax (G4double xmax)
 
void SetYmin (G4double ymin)
 
- Protected Attributes inherited from G4VPolarizedCrossSection
G4double fXmin
 
G4double fXmax
 
G4double fYmin
 
G4double theA
 
G4double theZ
 
G4double fCoul
 

Detailed Description

Definition at line 55 of file G4PolarizedAnnihilationCrossSection.hh.

Constructor & Destructor Documentation

G4PolarizedAnnihilationCrossSection::G4PolarizedAnnihilationCrossSection ( )

Definition at line 52 of file G4PolarizedAnnihilationCrossSection.cc.

References dice, ISPnd, ISPxx, ISPyy, ISPzz, phi2, phi3, polXS, re2, and unpXS.

G4PolarizedAnnihilationCrossSection::~G4PolarizedAnnihilationCrossSection ( )
virtual

Definition at line 69 of file G4PolarizedAnnihilationCrossSection.cc.

Member Function Documentation

void G4PolarizedAnnihilationCrossSection::DefineCoefficients ( const G4StokesVector pol0,
const G4StokesVector pol1 
)
private

Definition at line 288 of file G4PolarizedAnnihilationCrossSection.cc.

References polxx, polxy, polxz, polyx, polyy, polyz, polzx, polzy, and polzz.

Referenced by Initialize(), and TotalXSection().

+ Here is the caller graph for this function:

G4double G4PolarizedAnnihilationCrossSection::DiceEpsilon ( )

Definition at line 317 of file G4PolarizedAnnihilationCrossSection.cc.

References dice.

Referenced by G4PolarizedAnnihilationModel::SampleSecondaries().

+ Here is the caller graph for this function:

void G4PolarizedAnnihilationCrossSection::getCoeff ( )
G4StokesVector G4PolarizedAnnihilationCrossSection::GetPol2 ( )
virtual

Reimplemented from G4VPolarizedCrossSection.

Definition at line 272 of file G4PolarizedAnnihilationCrossSection.cc.

References phi0, and phi2.

Referenced by G4PolarizedAnnihilationModel::SampleSecondaries().

+ Here is the caller graph for this function:

G4StokesVector G4PolarizedAnnihilationCrossSection::GetPol3 ( )
virtual

Reimplemented from G4VPolarizedCrossSection.

Definition at line 281 of file G4PolarizedAnnihilationCrossSection.cc.

References phi0, and phi3.

Referenced by G4PolarizedAnnihilationModel::SampleSecondaries().

+ Here is the caller graph for this function:

G4double G4PolarizedAnnihilationCrossSection::getVar ( G4int  choice)

Definition at line 322 of file G4PolarizedAnnihilationCrossSection.cc.

References ISPnd, ISPxx, ISPyy, ISPzz, polXS, and unpXS.

Referenced by G4PolarizedAnnihilationModel::SampleSecondaries().

+ Here is the caller graph for this function:

G4double G4PolarizedAnnihilationCrossSection::GetXmax ( G4double  y)
virtual

Reimplemented from G4VPolarizedCrossSection.

Definition at line 311 of file G4PolarizedAnnihilationCrossSection.cc.

G4double G4PolarizedAnnihilationCrossSection::GetXmin ( G4double  y)
virtual

Reimplemented from G4VPolarizedCrossSection.

Definition at line 307 of file G4PolarizedAnnihilationCrossSection.cc.

void G4PolarizedAnnihilationCrossSection::Initialize ( G4double  eps,
G4double  gamma,
G4double  phi,
const G4StokesVector p0,
const G4StokesVector p1,
G4int  flag = 0 
)
virtual

Reimplemented from G4VPolarizedCrossSection.

Definition at line 90 of file G4PolarizedAnnihilationCrossSection.cc.

References DefineCoefficients(), dice, diffXSFactor, eps, G4InuclParticleNames::gam, ISPnd, ISPxx, ISPyy, ISPzz, phi0, phi2, phi3, polXS, polxx, polxy, polxz, polyx, polyy, polyz, polzx, polzy, polzz, re2, sqr(), and unpXS.

Referenced by G4PolarizedAnnihilationModel::SampleSecondaries().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4PolarizedAnnihilationCrossSection::TotalXS ( )
private

Definition at line 75 of file G4PolarizedAnnihilationCrossSection.cc.

G4double G4PolarizedAnnihilationCrossSection::TotalXSection ( G4double  xmin,
G4double  xmax,
G4double  y,
const G4StokesVector pol0,
const G4StokesVector pol1 
)
virtual

Reimplemented from G4VPolarizedCrossSection.

Definition at line 238 of file G4PolarizedAnnihilationCrossSection.cc.

References DefineCoefficients(), G4InuclParticleNames::gam, G4INCL::Math::pi, polxx, polyy, polzz, re2, sqr(), and totalXSFactor.

Referenced by G4PolarizedAnnihilationModel::ComputeAsymmetriesPerElectron().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4PolarizedAnnihilationCrossSection::XSection ( const G4StokesVector pol2,
const G4StokesVector pol3 
)
virtual

Implements G4VPolarizedCrossSection.

Definition at line 229 of file G4PolarizedAnnihilationCrossSection.cc.

References phi0, phi2, and phi3.

Member Data Documentation

G4double G4PolarizedAnnihilationCrossSection::dice
private
G4double G4PolarizedAnnihilationCrossSection::diffXSFactor
private

Definition at line 91 of file G4PolarizedAnnihilationCrossSection.hh.

Referenced by Initialize().

G4double G4PolarizedAnnihilationCrossSection::ISPnd
private
G4double G4PolarizedAnnihilationCrossSection::ISPxx
private
G4double G4PolarizedAnnihilationCrossSection::ISPyy
private
G4double G4PolarizedAnnihilationCrossSection::ISPzz
private
G4double G4PolarizedAnnihilationCrossSection::phi0
private

Definition at line 93 of file G4PolarizedAnnihilationCrossSection.hh.

Referenced by GetPol2(), GetPol3(), Initialize(), and XSection().

G4ThreeVector G4PolarizedAnnihilationCrossSection::phi2
private
G4ThreeVector G4PolarizedAnnihilationCrossSection::phi3
private
G4double G4PolarizedAnnihilationCrossSection::polXS
private
G4double G4PolarizedAnnihilationCrossSection::polxx
private
G4double G4PolarizedAnnihilationCrossSection::polxy
private

Definition at line 89 of file G4PolarizedAnnihilationCrossSection.hh.

Referenced by DefineCoefficients(), and Initialize().

G4double G4PolarizedAnnihilationCrossSection::polxz
private

Definition at line 89 of file G4PolarizedAnnihilationCrossSection.hh.

Referenced by DefineCoefficients(), and Initialize().

G4double G4PolarizedAnnihilationCrossSection::polyx
private

Definition at line 89 of file G4PolarizedAnnihilationCrossSection.hh.

Referenced by DefineCoefficients(), and Initialize().

G4double G4PolarizedAnnihilationCrossSection::polyy
private
G4double G4PolarizedAnnihilationCrossSection::polyz
private

Definition at line 89 of file G4PolarizedAnnihilationCrossSection.hh.

Referenced by DefineCoefficients(), and Initialize().

G4double G4PolarizedAnnihilationCrossSection::polzx
private

Definition at line 89 of file G4PolarizedAnnihilationCrossSection.hh.

Referenced by DefineCoefficients(), and Initialize().

G4double G4PolarizedAnnihilationCrossSection::polzy
private

Definition at line 89 of file G4PolarizedAnnihilationCrossSection.hh.

Referenced by DefineCoefficients(), and Initialize().

G4double G4PolarizedAnnihilationCrossSection::polzz
private
G4double G4PolarizedAnnihilationCrossSection::re2
private
G4double G4PolarizedAnnihilationCrossSection::totalXSFactor
private

Definition at line 91 of file G4PolarizedAnnihilationCrossSection.hh.

Referenced by TotalXSection().

G4double G4PolarizedAnnihilationCrossSection::unpXS
private

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