Geant4  10.02.p01
G4LowEPPolarizedComptonModel Class Reference

#include <G4LowEPPolarizedComptonModel.hh>

+ Inheritance diagram for G4LowEPPolarizedComptonModel:
+ Collaboration diagram for G4LowEPPolarizedComptonModel:

Public Member Functions

 G4LowEPPolarizedComptonModel (const G4ParticleDefinition *p=0, const G4String &nam="LowEPComptonModel")
 
virtual ~G4LowEPPolarizedComptonModel ()
 
virtual void Initialise (const G4ParticleDefinition *, const G4DataVector &)
 
virtual void InitialiseLocal (const G4ParticleDefinition *, G4VEmModel *masterModel)
 
virtual void InitialiseForElement (const G4ParticleDefinition *, G4int Z)
 
virtual G4double ComputeCrossSectionPerAtom (const G4ParticleDefinition *, G4double kinEnergy, G4double Z, G4double A=0, G4double cut=0, G4double emax=DBL_MAX)
 
virtual void SampleSecondaries (std::vector< G4DynamicParticle * > *, const G4MaterialCutsCouple *, const G4DynamicParticle *, G4double tmin, G4double maxEnergy)
 
- Public Member Functions inherited from G4VEmModel
 G4VEmModel (const G4String &nam)
 
virtual ~G4VEmModel ()
 
virtual void InitialiseForMaterial (const G4ParticleDefinition *, const G4Material *)
 
virtual G4double ComputeDEDXPerVolume (const G4Material *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=DBL_MAX)
 
virtual G4double CrossSectionPerVolume (const G4Material *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
virtual G4double GetPartialCrossSection (const G4Material *, G4int, const G4ParticleDefinition *, G4double)
 
virtual G4double ComputeCrossSectionPerShell (const G4ParticleDefinition *, G4int Z, G4int shellIdx, G4double kinEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
virtual G4double ChargeSquareRatio (const G4Track &)
 
virtual G4double GetChargeSquareRatio (const G4ParticleDefinition *, const G4Material *, G4double kineticEnergy)
 
virtual G4double GetParticleCharge (const G4ParticleDefinition *, const G4Material *, G4double kineticEnergy)
 
virtual void StartTracking (G4Track *)
 
virtual void CorrectionsAlongStep (const G4MaterialCutsCouple *, const G4DynamicParticle *, G4double &eloss, G4double &niel, G4double length)
 
virtual G4double Value (const G4MaterialCutsCouple *, const G4ParticleDefinition *, G4double kineticEnergy)
 
virtual G4double MinPrimaryEnergy (const G4Material *, const G4ParticleDefinition *, G4double cut=0.0)
 
virtual G4double MinEnergyCut (const G4ParticleDefinition *, const G4MaterialCutsCouple *)
 
virtual void SetupForMaterial (const G4ParticleDefinition *, const G4Material *, G4double kineticEnergy)
 
virtual void DefineForRegion (const G4Region *)
 
virtual void ModelDescription (std::ostream &outFile) const
 
void InitialiseElementSelectors (const G4ParticleDefinition *, const G4DataVector &)
 
std::vector
< G4EmElementSelector * > * 
GetElementSelectors ()
 
void SetElementSelectors (std::vector< G4EmElementSelector * > *)
 
G4double ComputeDEDX (const G4MaterialCutsCouple *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=DBL_MAX)
 
G4double CrossSection (const G4MaterialCutsCouple *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
G4double ComputeMeanFreePath (const G4ParticleDefinition *, G4double kineticEnergy, const G4Material *, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
G4double ComputeCrossSectionPerAtom (const G4ParticleDefinition *, const G4Element *, G4double kinEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
G4int SelectIsotopeNumber (const G4Element *)
 
const G4ElementSelectRandomAtom (const G4MaterialCutsCouple *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
const G4ElementSelectRandomAtom (const G4Material *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
G4int SelectRandomAtomNumber (const G4Material *)
 
void SetParticleChange (G4VParticleChange *, G4VEmFluctuationModel *f=0)
 
void SetCrossSectionTable (G4PhysicsTable *, G4bool isLocal)
 
G4ElementDataGetElementData ()
 
G4PhysicsTableGetCrossSectionTable ()
 
G4VEmFluctuationModelGetModelOfFluctuations ()
 
G4VEmAngularDistributionGetAngularDistribution ()
 
void SetAngularDistribution (G4VEmAngularDistribution *)
 
G4double HighEnergyLimit () const
 
G4double LowEnergyLimit () const
 
G4double HighEnergyActivationLimit () const
 
G4double LowEnergyActivationLimit () const
 
G4double PolarAngleLimit () const
 
G4double SecondaryThreshold () const
 
G4bool LPMFlag () const
 
G4bool DeexcitationFlag () const
 
G4bool ForceBuildTableFlag () const
 
G4bool UseAngularGeneratorFlag () const
 
void SetAngularGeneratorFlag (G4bool)
 
void SetHighEnergyLimit (G4double)
 
void SetLowEnergyLimit (G4double)
 
void SetActivationHighEnergyLimit (G4double)
 
void SetActivationLowEnergyLimit (G4double)
 
G4bool IsActive (G4double kinEnergy)
 
void SetPolarAngleLimit (G4double)
 
void SetSecondaryThreshold (G4double)
 
void SetLPMFlag (G4bool val)
 
void SetDeexcitationFlag (G4bool val)
 
void SetForceBuildTable (G4bool val)
 
void SetMasterThread (G4bool val)
 
G4bool IsMaster () const
 
G4double MaxSecondaryKinEnergy (const G4DynamicParticle *dynParticle)
 
const G4StringGetName () const
 
void SetCurrentCouple (const G4MaterialCutsCouple *)
 
const G4ElementGetCurrentElement () const
 
const G4IsotopeGetCurrentIsotope () const
 
G4bool IsLocked () const
 
void SetLocked (G4bool)
 

Private Member Functions

void ReadData (size_t Z, const char *path=0)
 
G4double ComputeScatteringFunction (G4double x, G4int Z)
 
G4LowEPPolarizedComptonModeloperator= (const G4LowEPPolarizedComptonModel &right)
 
 G4LowEPPolarizedComptonModel (const G4LowEPPolarizedComptonModel &)
 
G4ThreeVector GetRandomPolarization (G4ThreeVector &direction0)
 
G4ThreeVector GetPerpendicularPolarization (const G4ThreeVector &direction0, const G4ThreeVector &polarization0) const
 
G4ThreeVector SetNewPolarization (G4double LowEPPCepsilon, G4double sinT2, G4double phi, G4double cosTheta)
 
G4double SetPhi (G4double, G4double)
 
G4ThreeVector SetPerpendicularVector (G4ThreeVector &a)
 

Private Attributes

G4bool isInitialised
 
G4int verboseLevel
 
G4ParticleChangeForGammafParticleChange
 
G4VAtomDeexcitationfAtomDeexcitation
 

Static Private Attributes

static G4ShellDatashellData = 0
 
static G4DopplerProfileprofileData = 0
 
static G4int maxZ = 99
 
static G4LPhysicsFreeVectordata [100] = {0}
 
static const G4double ScatFuncFitParam [101][9]
 

Additional Inherited Members

- Protected Member Functions inherited from G4VEmModel
G4ParticleChangeForLossGetParticleChangeForLoss ()
 
G4ParticleChangeForGammaGetParticleChangeForGamma ()
 
virtual G4double MaxSecondaryEnergy (const G4ParticleDefinition *, G4double kineticEnergy)
 
const G4MaterialCutsCoupleCurrentCouple () const
 
void SetCurrentElement (const G4Element *)
 
- Protected Attributes inherited from G4VEmModel
G4ElementDatafElementData
 
G4VParticleChangepParticleChange
 
G4PhysicsTablexSectionTable
 
const std::vector< G4double > * theDensityFactor
 
const std::vector< G4int > * theDensityIdx
 
size_t idxTable
 
- Static Protected Attributes inherited from G4VEmModel
static const G4double inveplus = 1.0/CLHEP::eplus
 

Detailed Description

Definition at line 88 of file G4LowEPPolarizedComptonModel.hh.

Constructor & Destructor Documentation

G4LowEPPolarizedComptonModel::G4LowEPPolarizedComptonModel ( const G4ParticleDefinition p = 0,
const G4String nam = "LowEPComptonModel" 
)

Definition at line 79 of file G4LowEPPolarizedComptonModel.cc.

References fAtomDeexcitation, fParticleChange, G4cout, G4endl, G4VEmModel::SetDeexcitationFlag(), and verboseLevel.

+ Here is the call graph for this function:

G4LowEPPolarizedComptonModel::~G4LowEPPolarizedComptonModel ( )
virtual

Definition at line 104 of file G4LowEPPolarizedComptonModel.cc.

References G4VEmModel::IsMaster(), profileData, and shellData.

+ Here is the call graph for this function:

G4LowEPPolarizedComptonModel::G4LowEPPolarizedComptonModel ( const G4LowEPPolarizedComptonModel )
private

Member Function Documentation

G4double G4LowEPPolarizedComptonModel::ComputeCrossSectionPerAtom ( const G4ParticleDefinition ,
G4double  kinEnergy,
G4double  Z,
G4double  A = 0,
G4double  cut = 0,
G4double  emax = DBL_MAX 
)
virtual

Reimplemented from G4VEmModel.

Definition at line 245 of file G4LowEPPolarizedComptonModel.cc.

References data, e1, e2, G4PhysicsVector::Energy(), G4cout, G4endl, G4lrint(), G4PhysicsVector::GetVectorLength(), InitialiseForElement(), G4VEmModel::LowEnergyLimit(), maxZ, n, G4PhysicsVector::Value(), and verboseLevel.

+ Here is the call graph for this function:

G4double G4LowEPPolarizedComptonModel::ComputeScatteringFunction ( G4double  x,
G4int  Z 
)
private

Definition at line 683 of file G4LowEPPolarizedComptonModel.cc.

References G4Exp(), G4Log(), ln10, and ScatFuncFitParam.

Referenced by SampleSecondaries().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4ThreeVector G4LowEPPolarizedComptonModel::GetPerpendicularPolarization ( const G4ThreeVector direction0,
const G4ThreeVector polarization0 
) const
private

Definition at line 901 of file G4LowEPPolarizedComptonModel.cc.

Referenced by SampleSecondaries().

+ Here is the caller graph for this function:

G4ThreeVector G4LowEPPolarizedComptonModel::GetRandomPolarization ( G4ThreeVector direction0)
private

Definition at line 875 of file G4LowEPPolarizedComptonModel.cc.

References a0, a1, angle, b0, c0, G4UniformRand, SetPerpendicularVector(), and twopi.

Referenced by SampleSecondaries().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4LowEPPolarizedComptonModel::InitialiseForElement ( const G4ParticleDefinition ,
G4int  Z 
)
virtual

Reimplemented from G4VEmModel.

Definition at line 708 of file G4LowEPPolarizedComptonModel.cc.

References data, ReadData(), and G4TemplateAutoLock< M, L, U >::unlock().

Referenced by ComputeCrossSectionPerAtom().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4LowEPPolarizedComptonModel::InitialiseLocal ( const G4ParticleDefinition ,
G4VEmModel masterModel 
)
virtual

Reimplemented from G4VEmModel.

Definition at line 183 of file G4LowEPPolarizedComptonModel.cc.

References G4VEmModel::GetElementSelectors(), and G4VEmModel::SetElementSelectors().

+ Here is the call graph for this function:

G4LowEPPolarizedComptonModel& G4LowEPPolarizedComptonModel::operator= ( const G4LowEPPolarizedComptonModel right)
private
void G4LowEPPolarizedComptonModel::ReadData ( size_t  Z,
const char *  path = 0 
)
private

Definition at line 191 of file G4LowEPPolarizedComptonModel.cc.

References barn, data, FatalException, G4cout, G4endl, G4Exception(), MeV, G4PhysicsVector::Retrieve(), G4PhysicsVector::ScaleVector(), G4PhysicsVector::SetSpline(), and verboseLevel.

Referenced by Initialise(), and InitialiseForElement().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4LowEPPolarizedComptonModel::SampleSecondaries ( std::vector< G4DynamicParticle * > *  fvect,
const G4MaterialCutsCouple couple,
const G4DynamicParticle aDynamicGamma,
G4double  tmin,
G4double  maxEnergy 
)
virtual
G4ThreeVector G4LowEPPolarizedComptonModel::SetNewPolarization ( G4double  LowEPPCepsilon,
G4double  sinT2,
G4double  phi,
G4double  cosTheta 
)
private

Definition at line 919 of file G4LowEPPolarizedComptonModel.cc.

References G4UniformRand, and pi.

Referenced by SampleSecondaries().

+ Here is the caller graph for this function:

G4ThreeVector G4LowEPPolarizedComptonModel::SetPerpendicularVector ( G4ThreeVector a)
private

Definition at line 858 of file G4LowEPPolarizedComptonModel.cc.

References x, and z.

Referenced by GetRandomPolarization().

+ Here is the caller graph for this function:

G4double G4LowEPPolarizedComptonModel::SetPhi ( G4double  energyRate,
G4double  sinT2 
)
private

Definition at line 828 of file G4LowEPPolarizedComptonModel.cc.

References a, G4UniformRand, and twopi.

Referenced by SampleSecondaries().

+ Here is the caller graph for this function:

Member Data Documentation

G4LPhysicsFreeVector * G4LowEPPolarizedComptonModel::data = {0}
staticprivate
G4VAtomDeexcitation* G4LowEPPolarizedComptonModel::fAtomDeexcitation
private
G4ParticleChangeForGamma* G4LowEPPolarizedComptonModel::fParticleChange
private
G4bool G4LowEPPolarizedComptonModel::isInitialised
private

Definition at line 135 of file G4LowEPPolarizedComptonModel.hh.

Referenced by Initialise().

G4int G4LowEPPolarizedComptonModel::maxZ = 99
staticprivate

Definition at line 146 of file G4LowEPPolarizedComptonModel.hh.

Referenced by ComputeCrossSectionPerAtom(), and Initialise().

G4DopplerProfile * G4LowEPPolarizedComptonModel::profileData = 0
staticprivate
const G4double G4LowEPPolarizedComptonModel::ScatFuncFitParam
staticprivate

Definition at line 149 of file G4LowEPPolarizedComptonModel.hh.

Referenced by ComputeScatteringFunction().

G4ShellData * G4LowEPPolarizedComptonModel::shellData = 0
staticprivate
G4int G4LowEPPolarizedComptonModel::verboseLevel
private

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