ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Protected Member Functions | |
G4double | GetMeanFreePath (const G4Track &aTrack, G4double previousStepSize, G4ForceCondition *condition) |
Private Member Functions | |
G4LowEnergyPhotoElectric & | operator= (const G4LowEnergyPhotoElectric &right) |
G4LowEnergyPhotoElectric (const G4LowEnergyPhotoElectric &) | |
Additional Inherited Members | |
Static Public Member Functions inherited from G4VProcess | |
static const G4String & | GetProcessTypeName (G4ProcessType) |
Protected Attributes inherited from G4VProcess | |
const G4ProcessManager * | aProcessManager |
G4VParticleChange * | pParticleChange |
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 |
Definition at line 63 of file G4LowEnergyPhotoElectric.hh.
View newest version in sPHENIX GitHub at line 63 of file G4LowEnergyPhotoElectric.hh
G4LowEnergyPhotoElectric::G4LowEnergyPhotoElectric | ( | const G4String & | processName = "LowEnPhotoElec" | ) |
Definition at line 95 of file G4LowEnergyPhotoElectric.cc.
View newest version in sPHENIX GitHub at line 95 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.
G4LowEnergyPhotoElectric::~G4LowEnergyPhotoElectric | ( | ) |
Definition at line 128 of file G4LowEnergyPhotoElectric.cc.
View newest version in sPHENIX GitHub at line 128 of file G4LowEnergyPhotoElectric.cc
References crossSectionHandler, ElectronAngularGenerator, meanFreePathTable, rangeTest, and shellCrossSectionHandler.
|
private |
Definition at line 357 of file G4LowEnergyPhotoElectric.cc.
View newest version in sPHENIX GitHub at line 357 of file G4LowEnergyPhotoElectric.cc
References G4RDAtomicDeexcitation::ActivateAugerElectronProduction(), and deexcitationManager.
|
virtual |
Reimplemented from G4VProcess.
Definition at line 137 of file G4LowEnergyPhotoElectric.cc.
View newest version in sPHENIX GitHub at line 137 of file G4LowEnergyPhotoElectric.cc
References G4RDVCrossSectionHandler::BuildMeanFreePathForMaterials(), G4RDVCrossSectionHandler::Clear(), crossSectionHandler, G4RDVCrossSectionHandler::LoadData(), G4RDVCrossSectionHandler::LoadShellData(), meanFreePathTable, and shellCrossSectionHandler.
|
inline |
Definition at line 89 of file G4LowEnergyPhotoElectric.hh.
View newest version in sPHENIX GitHub at line 89 of file G4LowEnergyPhotoElectric.hh
References GetMeanFreePath().
|
protectedvirtual |
Implements G4VDiscreteProcess.
Definition at line 323 of file G4LowEnergyPhotoElectric.cc.
View newest version in sPHENIX GitHub at line 323 of file G4LowEnergyPhotoElectric.cc
References Acts::VectorHelpers::cross(), DBL_MAX, energy, G4Track::GetDynamicParticle(), G4DynamicParticle::GetKineticEnergy(), G4Track::GetMaterial(), material(), G4InuclParticleNames::photon, shellCrossSectionHandler, and G4RDVCrossSectionHandler::ValueForMaterial().
Referenced by DumpMeanFreePath().
|
virtual |
Reimplemented from G4VProcess.
Definition at line 318 of file G4LowEnergyPhotoElectric.cc.
View newest version in sPHENIX GitHub at line 318 of file G4LowEnergyPhotoElectric.cc
References G4Gamma::Gamma().
|
private |
|
virtual |
Reimplemented from G4VDiscreteProcess.
Definition at line 152 of file G4LowEnergyPhotoElectric.cc.
View newest version in sPHENIX GitHub at line 152 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(), k, lowEnergyLimit, min, G4VDiscreteProcess::PostStepDoIt(), G4ParticleChange::ProposeEnergy(), G4VParticleChange::ProposeLocalEnergyDeposit(), G4ParticleChange::ProposeMomentumDirection(), G4VParticleChange::ProposeTrackStatus(), rangeTest, G4RDVCrossSectionHandler::SelectRandomAtom(), G4RDVCrossSectionHandler::SelectRandomShell(), G4VParticleChange::SetNumberOfSecondaries(), G4RDAtomicTransitionManager::Shell(), shellCrossSectionHandler, G4RDAtomicShell::ShellId(), and Z.
void G4LowEnergyPhotoElectric::SetAngularGenerator | ( | G4RDVPhotoElectricAngularDistribution * | distribution | ) |
Definition at line 362 of file G4LowEnergyPhotoElectric.cc.
View newest version in sPHENIX GitHub at line 362 of file G4LowEnergyPhotoElectric.cc
References ElectronAngularGenerator, and G4RDVPhotoElectricAngularDistribution::PrintGeneratorInformation().
Definition at line 368 of file G4LowEnergyPhotoElectric.cc.
View newest version in sPHENIX GitHub at line 368 of file G4LowEnergyPhotoElectric.cc
References ElectronAngularGenerator, FatalException, G4Exception(), generatorName, and G4RDVPhotoElectricAngularDistribution::PrintGeneratorInformation().
Definition at line 351 of file G4LowEnergyPhotoElectric.cc.
View newest version in sPHENIX GitHub at line 351 of file G4LowEnergyPhotoElectric.cc
References cutForLowEnergySecondaryElectrons, deexcitationManager, and G4RDAtomicDeexcitation::SetCutForAugerElectrons().
Definition at line 345 of file G4LowEnergyPhotoElectric.cc.
View newest version in sPHENIX GitHub at line 345 of file G4LowEnergyPhotoElectric.cc
References cutForLowEnergySecondaryPhotons, deexcitationManager, and G4RDAtomicDeexcitation::SetCutForSecondaryPhotons().
|
private |
Definition at line 111 of file G4LowEnergyPhotoElectric.hh.
View newest version in sPHENIX GitHub at line 111 of file G4LowEnergyPhotoElectric.hh
Referenced by BuildPhysicsTable(), G4LowEnergyPhotoElectric(), PostStepDoIt(), and ~G4LowEnergyPhotoElectric().
|
private |
Definition at line 120 of file G4LowEnergyPhotoElectric.hh.
View newest version in sPHENIX GitHub at line 120 of file G4LowEnergyPhotoElectric.hh
Referenced by SetCutForLowEnSecElectrons().
|
private |
Definition at line 119 of file G4LowEnergyPhotoElectric.hh.
View newest version in sPHENIX GitHub at line 119 of file G4LowEnergyPhotoElectric.hh
Referenced by PostStepDoIt(), and SetCutForLowEnSecPhotons().
|
private |
Definition at line 122 of file G4LowEnergyPhotoElectric.hh.
View newest version in sPHENIX GitHub at line 122 of file G4LowEnergyPhotoElectric.hh
Referenced by ActivateAuger(), PostStepDoIt(), SetCutForLowEnSecElectrons(), and SetCutForLowEnSecPhotons().
|
private |
Definition at line 124 of file G4LowEnergyPhotoElectric.hh.
View newest version in sPHENIX GitHub at line 124 of file G4LowEnergyPhotoElectric.hh
Referenced by G4LowEnergyPhotoElectric(), PostStepDoIt(), SetAngularGenerator(), and ~G4LowEnergyPhotoElectric().
|
private |
Definition at line 125 of file G4LowEnergyPhotoElectric.hh.
View newest version in sPHENIX GitHub at line 125 of file G4LowEnergyPhotoElectric.hh
Referenced by G4LowEnergyPhotoElectric(), and SetAngularGenerator().
|
private |
Definition at line 107 of file G4LowEnergyPhotoElectric.hh.
View newest version in sPHENIX GitHub at line 107 of file G4LowEnergyPhotoElectric.hh
Referenced by G4LowEnergyPhotoElectric().
|
private |
Definition at line 117 of file G4LowEnergyPhotoElectric.hh.
View newest version in sPHENIX GitHub at line 117 of file G4LowEnergyPhotoElectric.hh
Referenced by G4LowEnergyPhotoElectric().
|
private |
Definition at line 116 of file G4LowEnergyPhotoElectric.hh.
View newest version in sPHENIX GitHub at line 116 of file G4LowEnergyPhotoElectric.hh
Referenced by G4LowEnergyPhotoElectric().
|
private |
Definition at line 106 of file G4LowEnergyPhotoElectric.hh.
View newest version in sPHENIX GitHub at line 106 of file G4LowEnergyPhotoElectric.hh
Referenced by G4LowEnergyPhotoElectric(), and PostStepDoIt().
|
private |
Definition at line 109 of file G4LowEnergyPhotoElectric.hh.
View newest version in sPHENIX GitHub at line 109 of file G4LowEnergyPhotoElectric.hh
Referenced by BuildPhysicsTable(), G4LowEnergyPhotoElectric(), and ~G4LowEnergyPhotoElectric().
|
private |
Definition at line 114 of file G4LowEnergyPhotoElectric.hh.
View newest version in sPHENIX GitHub at line 114 of file G4LowEnergyPhotoElectric.hh
Referenced by G4LowEnergyPhotoElectric(), PostStepDoIt(), and ~G4LowEnergyPhotoElectric().
|
private |
Definition at line 112 of file G4LowEnergyPhotoElectric.hh.
View newest version in sPHENIX GitHub at line 112 of file G4LowEnergyPhotoElectric.hh
Referenced by BuildPhysicsTable(), G4LowEnergyPhotoElectric(), GetMeanFreePath(), PostStepDoIt(), and ~G4LowEnergyPhotoElectric().