Geant4  10.00.p02
G4SynchrotronRadiationInMat Class Reference

#include <G4SynchrotronRadiationInMat.hh>

+ Inheritance diagram for G4SynchrotronRadiationInMat:
+ Collaboration diagram for G4SynchrotronRadiationInMat:

Public Member Functions

 G4SynchrotronRadiationInMat (const G4String &processName="SynchrotronRadiation", G4ProcessType type=fElectromagnetic)
 
virtual ~G4SynchrotronRadiationInMat ()
 
G4double GetMeanFreePath (const G4Track &track, G4double previousStepSize, G4ForceCondition *condition)
 
G4VParticleChangePostStepDoIt (const G4Track &track, const G4Step &Step)
 
G4double GetPhotonEnergy (const G4Track &trackData, const G4Step &stepData)
 
G4double GetRandomEnergySR (G4double, G4double)
 
G4double GetProbSpectrumSRforInt (G4double)
 
G4double GetIntProbSR (G4double)
 
G4double GetProbSpectrumSRforEnergy (G4double)
 
G4double GetEnergyProbSR (G4double)
 
G4double GetIntegrandForAngleK (G4double)
 
G4double GetAngleK (G4double)
 
G4double GetAngleNumberAtGammaKsi (G4double)
 
G4bool IsApplicable (const G4ParticleDefinition &)
 
void SetRootNumber (G4int rn)
 
void SetVerboseLevel (G4int v)
 
void SetKsi (G4double ksi)
 
void SetEta (G4double eta)
 
void SetPsiGamma (G4double psg)
 
void SetOrderAngleK (G4double ord)
 
- Public Member Functions inherited from G4VDiscreteProcess
 G4VDiscreteProcess (const G4String &, G4ProcessType aType=fNotDefined)
 
 G4VDiscreteProcess (G4VDiscreteProcess &)
 
virtual ~G4VDiscreteProcess ()
 
virtual G4double PostStepGetPhysicalInteractionLength (const G4Track &track, G4double previousStepSize, G4ForceCondition *condition)
 
virtual G4double AlongStepGetPhysicalInteractionLength (const G4Track &, G4double, G4double, G4double &, G4GPILSelection *)
 
virtual G4double AtRestGetPhysicalInteractionLength (const G4Track &, G4ForceCondition *)
 
virtual G4VParticleChangeAtRestDoIt (const G4Track &, const G4Step &)
 
virtual G4VParticleChangeAlongStepDoIt (const G4Track &, const G4Step &)
 
- Public Member Functions inherited from G4VProcess
 G4VProcess (const G4String &aName="NoName", G4ProcessType aType=fNotDefined)
 
 G4VProcess (const G4VProcess &right)
 
virtual ~G4VProcess ()
 
G4int operator== (const G4VProcess &right) const
 
G4int operator!= (const G4VProcess &right) const
 
G4double GetCurrentInteractionLength () const
 
void SetPILfactor (G4double value)
 
G4double GetPILfactor () const
 
G4double AlongStepGPIL (const G4Track &track, G4double previousStepSize, G4double currentMinimumStep, G4double &proposedSafety, G4GPILSelection *selection)
 
G4double AtRestGPIL (const G4Track &track, G4ForceCondition *condition)
 
G4double PostStepGPIL (const G4Track &track, G4double previousStepSize, G4ForceCondition *condition)
 
virtual void BuildPhysicsTable (const G4ParticleDefinition &)
 
virtual void PreparePhysicsTable (const G4ParticleDefinition &)
 
virtual G4bool StorePhysicsTable (const G4ParticleDefinition *, const G4String &, G4bool)
 
virtual G4bool RetrievePhysicsTable (const G4ParticleDefinition *, const G4String &, G4bool)
 
const G4StringGetPhysicsTableFileName (const G4ParticleDefinition *, const G4String &directory, const G4String &tableName, G4bool ascii=false)
 
const G4StringGetProcessName () const
 
G4ProcessType GetProcessType () const
 
void SetProcessType (G4ProcessType)
 
G4int GetProcessSubType () const
 
void SetProcessSubType (G4int)
 
virtual void StartTracking (G4Track *)
 
virtual void EndTracking ()
 
virtual void SetProcessManager (const G4ProcessManager *)
 
virtual const G4ProcessManagerGetProcessManager ()
 
virtual void ResetNumberOfInteractionLengthLeft ()
 
G4double GetNumberOfInteractionLengthLeft () const
 
G4double GetTotalNumberOfInteractionLengthTraversed () const
 
G4bool isAtRestDoItIsEnabled () const
 
G4bool isAlongStepDoItIsEnabled () const
 
G4bool isPostStepDoItIsEnabled () const
 
virtual void DumpInfo () const
 
void SetVerboseLevel (G4int value)
 
G4int GetVerboseLevel () const
 
virtual void SetMasterProcess (G4VProcess *masterP)
 
const G4VProcessGetMasterProcess () const
 
virtual void BuildWorkerPhysicsTable (const G4ParticleDefinition &part)
 
virtual void PrepareWorkerPhysicsTable (const G4ParticleDefinition &)
 

Static Public Member Functions

static G4double GetLambdaConst ()
 
static G4double GetEnergyConst ()
 
- Static Public Member Functions inherited from G4VProcess
static const G4StringGetProcessTypeName (G4ProcessType)
 

Private Member Functions

G4SynchrotronRadiationInMatoperator= (const G4SynchrotronRadiationInMat &right)
 
 G4SynchrotronRadiationInMat (const G4SynchrotronRadiationInMat &)
 

Private Attributes

const G4double LowestKineticEnergy
 
const G4double HighestKineticEnergy
 
G4int TotBin
 
G4double CutInRange
 
const G4ParticleDefinitiontheGamma
 
const G4ParticleDefinitiontheElectron
 
const G4ParticleDefinitionthePositron
 
const G4doubleGammaCutInKineticEnergy
 
const G4doubleElectronCutInKineticEnergy
 
const G4doublePositronCutInKineticEnergy
 
const G4doubleParticleCutInKineticEnergy
 
G4double GammaCutInKineticEnergyNow
 
G4double ElectronCutInKineticEnergyNow
 
G4double PositronCutInKineticEnergyNow
 
G4double ParticleCutInKineticEnergyNow
 
G4double fAlpha
 
G4int fRootNumber
 
G4double fKsi
 
G4double fPsiGamma
 
G4double fEta
 
G4double fOrderAngleK
 
G4int fVerboseLevel
 
G4PropagatorInFieldfFieldPropagator
 

Static Private Attributes

static const G4double fLambdaConst
 
static const G4double fEnergyConst
 
static const G4double fIntegralProbabilityOfSR [200]
 

Additional Inherited Members

- Protected Member Functions inherited from G4VProcess
void SubtractNumberOfInteractionLengthLeft (G4double previousStepSize)
 
void ClearNumberOfInteractionLengthLeft ()
 
- Protected Attributes inherited from G4VProcess
const G4ProcessManageraProcessManager
 
G4VParticleChangepParticleChange
 
G4ParticleChange aParticleChange
 
G4double theNumberOfInteractionLengthLeft
 
G4double currentInteractionLength
 
G4double theInitialNumberOfInteractionLength
 
G4String theProcessName
 
G4String thePhysicsTableFileName
 
G4ProcessType theProcessType
 
G4int theProcessSubType
 
G4double thePILfactor
 
G4bool enableAtRestDoIt
 
G4bool enableAlongStepDoIt
 
G4bool enablePostStepDoIt
 
G4int verboseLevel
 

Detailed Description

Definition at line 68 of file G4SynchrotronRadiationInMat.hh.

Constructor & Destructor Documentation

G4SynchrotronRadiationInMat::G4SynchrotronRadiationInMat ( const G4String processName = "SynchrotronRadiation",
G4ProcessType  type = fElectromagnetic 
)
G4SynchrotronRadiationInMat::~G4SynchrotronRadiationInMat ( )
virtual

Definition at line 152 of file G4SynchrotronRadiationInMat.cc.

G4SynchrotronRadiationInMat::G4SynchrotronRadiationInMat ( const G4SynchrotronRadiationInMat )
private

Member Function Documentation

G4double G4SynchrotronRadiationInMat::GetAngleK ( G4double  eta)

Definition at line 636 of file G4SynchrotronRadiationInMat.cc.

References a, fAlpha, fEta, fRootNumber, GetIntegrandForAngleK(), G4Integrator< T, F >::Laguerre(), and n.

Referenced by GetAngleNumberAtGammaKsi().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4SynchrotronRadiationInMat::GetAngleNumberAtGammaKsi ( G4double  gpsi)

Definition at line 657 of file G4SynchrotronRadiationInMat.cc.

References fEta, fKsi, fOrderAngleK, fPsiGamma, and GetAngleK().

+ Here is the call graph for this function:

static G4double G4SynchrotronRadiationInMat::GetEnergyConst ( )
inlinestatic

Definition at line 110 of file G4SynchrotronRadiationInMat.hh.

References fEnergyConst.

G4double G4SynchrotronRadiationInMat::GetEnergyProbSR ( G4double  ksi)

Definition at line 599 of file G4SynchrotronRadiationInMat.cc.

References a, fAlpha, fKsi, fRootNumber, GetProbSpectrumSRforEnergy(), G4Integrator< T, F >::Laguerre(), n, and G4INCL::Math::pi.

+ Here is the call graph for this function:

G4double G4SynchrotronRadiationInMat::GetIntegrandForAngleK ( G4double  t)

Definition at line 623 of file G4SynchrotronRadiationInMat.cc.

References fEta, and fOrderAngleK.

Referenced by GetAngleK().

+ Here is the caller graph for this function:

G4double G4SynchrotronRadiationInMat::GetIntProbSR ( G4double  ksi)

Definition at line 560 of file G4SynchrotronRadiationInMat.cc.

References a, fAlpha, fKsi, fRootNumber, GetProbSpectrumSRforInt(), G4Integrator< T, F >::Laguerre(), n, and G4INCL::Math::pi.

+ Here is the call graph for this function:

static G4double G4SynchrotronRadiationInMat::GetLambdaConst ( )
inlinestatic

Definition at line 109 of file G4SynchrotronRadiationInMat.hh.

References fLambdaConst.

G4double G4SynchrotronRadiationInMat::GetProbSpectrumSRforEnergy ( G4double  t)

Definition at line 584 of file G4SynchrotronRadiationInMat.cc.

References fKsi.

Referenced by GetEnergyProbSR().

+ Here is the caller graph for this function:

G4double G4SynchrotronRadiationInMat::GetProbSpectrumSRforInt ( G4double  t)

Definition at line 544 of file G4SynchrotronRadiationInMat.cc.

References fKsi.

Referenced by GetIntProbSR().

+ Here is the caller graph for this function:

G4double G4SynchrotronRadiationInMat::GetRandomEnergySR ( G4double  gamma,
G4double  perpB 
)

Definition at line 514 of file G4SynchrotronRadiationInMat.cc.

References fEnergyConst, fIntegralProbabilityOfSR, G4UniformRand, and position.

Referenced by PostStepDoIt().

+ Here is the caller graph for this function:

G4bool G4SynchrotronRadiationInMat::IsApplicable ( const G4ParticleDefinition particle)
virtual

Reimplemented from G4VProcess.

Definition at line 157 of file G4SynchrotronRadiationInMat.cc.

References theElectron, and thePositron.

G4SynchrotronRadiationInMat& G4SynchrotronRadiationInMat::operator= ( const G4SynchrotronRadiationInMat right)
private
void G4SynchrotronRadiationInMat::SetEta ( G4double  eta)
inline

Definition at line 115 of file G4SynchrotronRadiationInMat.hh.

References fEta.

void G4SynchrotronRadiationInMat::SetKsi ( G4double  ksi)
inline

Definition at line 114 of file G4SynchrotronRadiationInMat.hh.

References fKsi.

void G4SynchrotronRadiationInMat::SetOrderAngleK ( G4double  ord)
inline

Definition at line 117 of file G4SynchrotronRadiationInMat.hh.

References fOrderAngleK.

void G4SynchrotronRadiationInMat::SetPsiGamma ( G4double  psg)
inline

Definition at line 116 of file G4SynchrotronRadiationInMat.hh.

References fPsiGamma.

void G4SynchrotronRadiationInMat::SetRootNumber ( G4int  rn)
inline

Definition at line 112 of file G4SynchrotronRadiationInMat.hh.

References fRootNumber.

void G4SynchrotronRadiationInMat::SetVerboseLevel ( G4int  v)
inline

Definition at line 113 of file G4SynchrotronRadiationInMat.hh.

References fVerboseLevel.

Member Data Documentation

G4double G4SynchrotronRadiationInMat::CutInRange
private

Definition at line 135 of file G4SynchrotronRadiationInMat.hh.

Referenced by G4SynchrotronRadiationInMat().

const G4double* G4SynchrotronRadiationInMat::ElectronCutInKineticEnergy
private

Definition at line 142 of file G4SynchrotronRadiationInMat.hh.

G4double G4SynchrotronRadiationInMat::ElectronCutInKineticEnergyNow
private

Definition at line 148 of file G4SynchrotronRadiationInMat.hh.

Referenced by G4SynchrotronRadiationInMat().

G4double G4SynchrotronRadiationInMat::fAlpha
private

Definition at line 152 of file G4SynchrotronRadiationInMat.hh.

Referenced by GetAngleK(), GetEnergyProbSR(), and GetIntProbSR().

const G4double G4SynchrotronRadiationInMat::fEnergyConst
staticprivate
Initial value:
= 1.5*c_light*c_light*eplus*hbar_Planck/
electron_mass_c2

Definition at line 123 of file G4SynchrotronRadiationInMat.hh.

Referenced by GetEnergyConst(), GetPhotonEnergy(), and GetRandomEnergySR().

G4double G4SynchrotronRadiationInMat::fEta
private
G4PropagatorInField* G4SynchrotronRadiationInMat::fFieldPropagator
private
const G4double G4SynchrotronRadiationInMat::fIntegralProbabilityOfSR
staticprivate

Definition at line 125 of file G4SynchrotronRadiationInMat.hh.

Referenced by GetPhotonEnergy(), and GetRandomEnergySR().

const G4double G4SynchrotronRadiationInMat::fLambdaConst
staticprivate
Initial value:
= std::sqrt(3.0)*electron_mass_c2/
(2.5*fine_structure_const*eplus*c_light)

Definition at line 117 of file G4SynchrotronRadiationInMat.hh.

Referenced by GetLambdaConst(), and GetMeanFreePath().

G4double G4SynchrotronRadiationInMat::fOrderAngleK
private
G4double G4SynchrotronRadiationInMat::fPsiGamma
private
G4int G4SynchrotronRadiationInMat::fRootNumber
private
G4int G4SynchrotronRadiationInMat::fVerboseLevel
private

Definition at line 160 of file G4SynchrotronRadiationInMat.hh.

Referenced by GetMeanFreePath(), PostStepDoIt(), and SetVerboseLevel().

const G4double* G4SynchrotronRadiationInMat::GammaCutInKineticEnergy
private

Definition at line 141 of file G4SynchrotronRadiationInMat.hh.

G4double G4SynchrotronRadiationInMat::GammaCutInKineticEnergyNow
private

Definition at line 147 of file G4SynchrotronRadiationInMat.hh.

Referenced by G4SynchrotronRadiationInMat().

const G4double G4SynchrotronRadiationInMat::HighestKineticEnergy
private

Definition at line 131 of file G4SynchrotronRadiationInMat.hh.

const G4double G4SynchrotronRadiationInMat::LowestKineticEnergy
private

Definition at line 128 of file G4SynchrotronRadiationInMat.hh.

Referenced by GetMeanFreePath().

const G4double* G4SynchrotronRadiationInMat::ParticleCutInKineticEnergy
private

Definition at line 144 of file G4SynchrotronRadiationInMat.hh.

G4double G4SynchrotronRadiationInMat::ParticleCutInKineticEnergyNow
private

Definition at line 150 of file G4SynchrotronRadiationInMat.hh.

Referenced by G4SynchrotronRadiationInMat().

const G4double* G4SynchrotronRadiationInMat::PositronCutInKineticEnergy
private

Definition at line 143 of file G4SynchrotronRadiationInMat.hh.

G4double G4SynchrotronRadiationInMat::PositronCutInKineticEnergyNow
private

Definition at line 149 of file G4SynchrotronRadiationInMat.hh.

Referenced by G4SynchrotronRadiationInMat().

const G4ParticleDefinition* G4SynchrotronRadiationInMat::theElectron
private

Definition at line 138 of file G4SynchrotronRadiationInMat.hh.

Referenced by IsApplicable().

const G4ParticleDefinition* G4SynchrotronRadiationInMat::theGamma
private

Definition at line 137 of file G4SynchrotronRadiationInMat.hh.

const G4ParticleDefinition* G4SynchrotronRadiationInMat::thePositron
private

Definition at line 139 of file G4SynchrotronRadiationInMat.hh.

Referenced by IsApplicable().

G4int G4SynchrotronRadiationInMat::TotBin
private

Definition at line 133 of file G4SynchrotronRadiationInMat.hh.


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