Geant4  10.00.p02
G4LowEnergyPhotoElectric Class Reference

#include <G4LowEnergyPhotoElectric.hh>

+ Inheritance diagram for G4LowEnergyPhotoElectric:
+ Collaboration diagram for G4LowEnergyPhotoElectric:

Public Member Functions

 G4LowEnergyPhotoElectric (const G4String &processName="LowEnPhotoElec")
 
 ~G4LowEnergyPhotoElectric ()
 
G4bool IsApplicable (const G4ParticleDefinition &)
 
void BuildPhysicsTable (const G4ParticleDefinition &photon)
 
G4VParticleChangePostStepDoIt (const G4Track &aTrack, const G4Step &aStep)
 
void SetCutForLowEnSecPhotons (G4double)
 
void SetCutForLowEnSecElectrons (G4double)
 
void ActivateAuger (G4bool)
 
void SetAngularGenerator (G4RDVPhotoElectricAngularDistribution *distribution)
 
void SetAngularGenerator (const G4String &name)
 
G4double DumpMeanFreePath (const G4Track &aTrack, G4double previousStepSize, G4ForceCondition *condition)
 
- 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 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 &)
 

Protected Member Functions

G4double GetMeanFreePath (const G4Track &aTrack, G4double previousStepSize, G4ForceCondition *condition)
 
- Protected Member Functions inherited from G4VProcess
void SubtractNumberOfInteractionLengthLeft (G4double previousStepSize)
 
void ClearNumberOfInteractionLengthLeft ()
 

Private Member Functions

G4LowEnergyPhotoElectricoperator= (const G4LowEnergyPhotoElectric &right)
 
 G4LowEnergyPhotoElectric (const G4LowEnergyPhotoElectric &)
 

Private Attributes

G4double lowEnergyLimit
 
G4double highEnergyLimit
 
G4RDVEMDataSetmeanFreePathTable
 
G4RDVCrossSectionHandlercrossSectionHandler
 
G4RDVCrossSectionHandlershellCrossSectionHandler
 
G4RDVRangeTestrangeTest
 
const G4double intrinsicLowEnergyLimit
 
const G4double intrinsicHighEnergyLimit
 
G4double cutForLowEnergySecondaryPhotons
 
G4double cutForLowEnergySecondaryElectrons
 
G4RDAtomicDeexcitation deexcitationManager
 
G4RDVPhotoElectricAngularDistributionElectronAngularGenerator
 
G4String generatorName
 

Additional Inherited Members

- Static Public Member Functions inherited from G4VProcess
static const G4StringGetProcessTypeName (G4ProcessType)
 
- 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 65 of file G4LowEnergyPhotoElectric.hh.

Constructor & Destructor Documentation

G4LowEnergyPhotoElectric::G4LowEnergyPhotoElectric ( const G4String processName = "LowEnPhotoElec")

Definition at line 97 of file G4LowEnergyPhotoElectric.cc.

References crossSectionHandler, ElectronAngularGenerator, FatalException, G4cout, G4endl, G4Exception(), generatorName, G4VProcess::GetProcessName(), GeV, highEnergyLimit, intrinsicHighEnergyLimit, intrinsicLowEnergyLimit, keV, lowEnergyLimit, meanFreePathTable, rangeTest, shellCrossSectionHandler, and G4VProcess::verboseLevel.

+ Here is the call graph for this function:

G4LowEnergyPhotoElectric::~G4LowEnergyPhotoElectric ( )
G4LowEnergyPhotoElectric::G4LowEnergyPhotoElectric ( const G4LowEnergyPhotoElectric )
private

Member Function Documentation

void G4LowEnergyPhotoElectric::ActivateAuger ( G4bool  val)

Definition at line 359 of file G4LowEnergyPhotoElectric.cc.

References G4RDAtomicDeexcitation::ActivateAugerElectronProduction(), and deexcitationManager.

Referenced by eRositaPhysicsList::ConstructEM().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4LowEnergyPhotoElectric::BuildPhysicsTable ( const G4ParticleDefinition photon)
virtual

Reimplemented from G4VProcess.

Definition at line 139 of file G4LowEnergyPhotoElectric.cc.

References G4RDVCrossSectionHandler::BuildMeanFreePathForMaterials(), G4RDVCrossSectionHandler::Clear(), crossSectionHandler, G4RDVCrossSectionHandler::LoadData(), G4RDVCrossSectionHandler::LoadShellData(), meanFreePathTable, and shellCrossSectionHandler.

+ Here is the call graph for this function:

G4double G4LowEnergyPhotoElectric::DumpMeanFreePath ( const G4Track aTrack,
G4double  previousStepSize,
G4ForceCondition condition 
)
inline

Definition at line 91 of file G4LowEnergyPhotoElectric.hh.

References GetMeanFreePath().

+ Here is the call graph for this function:

G4double G4LowEnergyPhotoElectric::GetMeanFreePath ( const G4Track aTrack,
G4double  previousStepSize,
G4ForceCondition condition 
)
protectedvirtual

Implements G4VDiscreteProcess.

Definition at line 325 of file G4LowEnergyPhotoElectric.cc.

References DBL_MAX, G4INCL::KinematicsUtils::energy(), G4Track::GetDynamicParticle(), G4DynamicParticle::GetKineticEnergy(), G4Track::GetMaterial(), photon, shellCrossSectionHandler, and G4RDVCrossSectionHandler::ValueForMaterial().

Referenced by DumpMeanFreePath().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4LowEnergyPhotoElectric::IsApplicable ( const G4ParticleDefinition particle)
virtual

Reimplemented from G4VProcess.

Definition at line 320 of file G4LowEnergyPhotoElectric.cc.

References G4Gamma::Gamma().

+ Here is the call graph for this function:

G4LowEnergyPhotoElectric& G4LowEnergyPhotoElectric::operator= ( const G4LowEnergyPhotoElectric right)
private
G4VParticleChange * G4LowEnergyPhotoElectric::PostStepDoIt ( const G4Track aTrack,
const G4Step aStep 
)
virtual

Reimplemented from G4VDiscreteProcess.

Definition at line 154 of file G4LowEnergyPhotoElectric.cc.

References G4ParticleChange::AddSecondary(), G4VProcess::aParticleChange, G4InuclSpecialFunctions::bindingEnergy(), G4RDAtomicShell::BindingEnergy(), crossSectionHandler, cutForLowEnergySecondaryPhotons, deexcitationManager, G4InuclParticleNames::electron, G4Electron::Electron(), ElectronAngularGenerator, G4RDVRangeTest::Escape(), fStopAndKill, G4cout, G4endl, G4RDAtomicDeexcitation::GenerateParticles(), G4DynamicParticle::GetDefinition(), G4Track::GetDynamicParticle(), G4ProductionCutsTable::GetEnergyCutsVector(), G4MaterialCutsCouple::GetIndex(), G4DynamicParticle::GetKineticEnergy(), G4Track::GetMaterialCutsCouple(), G4DynamicParticle::GetMomentumDirection(), G4RDVPhotoElectricAngularDistribution::GetPhotoElectronDirection(), G4DynamicParticle::GetPolarization(), G4Step::GetPostStepPoint(), G4ProductionCutsTable::GetProductionCutsTable(), G4StepPoint::GetSafety(), G4ParticleChange::Initialize(), G4RDAtomicTransitionManager::Instance(), lowEnergyLimit, G4INCL::Math::min(), G4VDiscreteProcess::PostStepDoIt(), G4ParticleChange::ProposeEnergy(), G4VParticleChange::ProposeLocalEnergyDeposit(), G4ParticleChange::ProposeMomentumDirection(), G4VParticleChange::ProposeTrackStatus(), rangeTest, G4RDVCrossSectionHandler::SelectRandomAtom(), G4RDVCrossSectionHandler::SelectRandomShell(), G4VParticleChange::SetNumberOfSecondaries(), G4RDAtomicTransitionManager::Shell(), shellCrossSectionHandler, and G4RDAtomicShell::ShellId().

+ Here is the call graph for this function:

void G4LowEnergyPhotoElectric::SetAngularGenerator ( G4RDVPhotoElectricAngularDistribution distribution)

Definition at line 364 of file G4LowEnergyPhotoElectric.cc.

References ElectronAngularGenerator, and G4RDVPhotoElectricAngularDistribution::PrintGeneratorInformation().

+ Here is the call graph for this function:

void G4LowEnergyPhotoElectric::SetAngularGenerator ( const G4String name)

Definition at line 370 of file G4LowEnergyPhotoElectric.cc.

References ElectronAngularGenerator, FatalException, G4Exception(), generatorName, name, and G4RDVPhotoElectricAngularDistribution::PrintGeneratorInformation().

+ Here is the call graph for this function:

void G4LowEnergyPhotoElectric::SetCutForLowEnSecElectrons ( G4double  cut)

Definition at line 353 of file G4LowEnergyPhotoElectric.cc.

References cutForLowEnergySecondaryElectrons, deexcitationManager, and G4RDAtomicDeexcitation::SetCutForAugerElectrons().

Referenced by eRositaPhysicsList::ConstructEM().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4LowEnergyPhotoElectric::SetCutForLowEnSecPhotons ( G4double  cut)

Definition at line 347 of file G4LowEnergyPhotoElectric.cc.

References cutForLowEnergySecondaryPhotons, deexcitationManager, and G4RDAtomicDeexcitation::SetCutForSecondaryPhotons().

Referenced by eRositaPhysicsList::ConstructEM().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

G4RDVCrossSectionHandler* G4LowEnergyPhotoElectric::crossSectionHandler
private
G4double G4LowEnergyPhotoElectric::cutForLowEnergySecondaryElectrons
private

Definition at line 122 of file G4LowEnergyPhotoElectric.hh.

Referenced by SetCutForLowEnSecElectrons().

G4double G4LowEnergyPhotoElectric::cutForLowEnergySecondaryPhotons
private

Definition at line 121 of file G4LowEnergyPhotoElectric.hh.

Referenced by PostStepDoIt(), and SetCutForLowEnSecPhotons().

G4RDAtomicDeexcitation G4LowEnergyPhotoElectric::deexcitationManager
private
G4RDVPhotoElectricAngularDistribution* G4LowEnergyPhotoElectric::ElectronAngularGenerator
private
G4String G4LowEnergyPhotoElectric::generatorName
private

Definition at line 127 of file G4LowEnergyPhotoElectric.hh.

Referenced by G4LowEnergyPhotoElectric(), and SetAngularGenerator().

G4double G4LowEnergyPhotoElectric::highEnergyLimit
private

Definition at line 109 of file G4LowEnergyPhotoElectric.hh.

Referenced by G4LowEnergyPhotoElectric().

const G4double G4LowEnergyPhotoElectric::intrinsicHighEnergyLimit
private

Definition at line 119 of file G4LowEnergyPhotoElectric.hh.

Referenced by G4LowEnergyPhotoElectric().

const G4double G4LowEnergyPhotoElectric::intrinsicLowEnergyLimit
private

Definition at line 118 of file G4LowEnergyPhotoElectric.hh.

Referenced by G4LowEnergyPhotoElectric().

G4double G4LowEnergyPhotoElectric::lowEnergyLimit
private

Definition at line 108 of file G4LowEnergyPhotoElectric.hh.

Referenced by G4LowEnergyPhotoElectric(), and PostStepDoIt().

G4RDVEMDataSet* G4LowEnergyPhotoElectric::meanFreePathTable
private
G4RDVRangeTest* G4LowEnergyPhotoElectric::rangeTest
private
G4RDVCrossSectionHandler* G4LowEnergyPhotoElectric::shellCrossSectionHandler
private

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