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 | |
G4LowEnergyGammaConversion & | operator= (const G4LowEnergyGammaConversion &right) |
G4LowEnergyGammaConversion (const G4LowEnergyGammaConversion &) | |
G4double | ScreenFunction1 (G4double screenVariable) |
G4double | ScreenFunction2 (G4double screenVariable) |
Private Attributes | |
G4double | lowEnergyLimit |
G4double | highEnergyLimit |
G4RDVEMDataSet * | meanFreePathTable |
G4RDVCrossSectionHandler * | crossSectionHandler |
G4RDVRangeTest * | rangeTest |
const G4double | intrinsicLowEnergyLimit |
const G4double | intrinsicHighEnergyLimit |
const G4double | smallEnergy |
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 60 of file G4LowEnergyGammaConversion.hh.
View newest version in sPHENIX GitHub at line 60 of file G4LowEnergyGammaConversion.hh
G4LowEnergyGammaConversion::G4LowEnergyGammaConversion | ( | const G4String & | processName = "LowEnConversion" | ) |
Definition at line 76 of file G4LowEnergyGammaConversion.cc.
View newest version in sPHENIX GitHub at line 76 of file G4LowEnergyGammaConversion.cc
References crossSectionHandler, FatalException, G4cout, G4endl, G4Exception(), G4VProcess::GetProcessName(), GeV, highEnergyLimit, G4RDVCrossSectionHandler::Initialise(), intrinsicHighEnergyLimit, intrinsicLowEnergyLimit, lowEnergyLimit, meanFreePathTable, MeV, rangeTest, and G4VProcess::verboseLevel.
G4LowEnergyGammaConversion::~G4LowEnergyGammaConversion | ( | ) |
Definition at line 110 of file G4LowEnergyGammaConversion.cc.
View newest version in sPHENIX GitHub at line 110 of file G4LowEnergyGammaConversion.cc
References crossSectionHandler, meanFreePathTable, and rangeTest.
|
private |
|
virtual |
Reimplemented from G4VProcess.
Definition at line 117 of file G4LowEnergyGammaConversion.cc.
View newest version in sPHENIX GitHub at line 117 of file G4LowEnergyGammaConversion.cc
References G4RDVCrossSectionHandler::BuildMeanFreePathForMaterials(), G4RDVCrossSectionHandler::Clear(), crossSectionHandler, G4RDVCrossSectionHandler::LoadData(), and meanFreePathTable.
|
inline |
Definition at line 76 of file G4LowEnergyGammaConversion.hh.
View newest version in sPHENIX GitHub at line 76 of file G4LowEnergyGammaConversion.hh
References GetMeanFreePath().
|
protectedvirtual |
Implements G4VDiscreteProcess.
Definition at line 317 of file G4LowEnergyGammaConversion.cc.
View newest version in sPHENIX GitHub at line 317 of file G4LowEnergyGammaConversion.cc
References DBL_MAX, energy, G4RDVEMDataSet::FindValue(), G4Track::GetDynamicParticle(), G4MaterialCutsCouple::GetIndex(), G4DynamicParticle::GetKineticEnergy(), G4Track::GetMaterialCutsCouple(), highEnergyLimit, lowEnergyLimit, meanFreePathTable, and G4InuclParticleNames::photon.
Referenced by DumpMeanFreePath().
|
virtual |
Reimplemented from G4VProcess.
Definition at line 312 of file G4LowEnergyGammaConversion.cc.
View newest version in sPHENIX GitHub at line 312 of file G4LowEnergyGammaConversion.cc
References G4Gamma::Gamma().
|
private |
|
virtual |
Reimplemented from G4VDiscreteProcess.
Definition at line 128 of file G4LowEnergyGammaConversion.cc.
View newest version in sPHENIX GitHub at line 128 of file G4LowEnergyGammaConversion.cc
References G4ParticleChange::AddSecondary(), G4VProcess::aParticleChange, crossSectionHandler, G4Electron::Electron(), source.hepunit::electron_mass_c2, epsilon(), source.hepunit::epsilon0, G4RDVRangeTest::Escape(), fStopAndKill, G4cout, G4endl, G4UniformRand, G4Track::GetDynamicParticle(), G4Element::GetfCoulomb(), G4Element::GetIonisation(), G4DynamicParticle::GetKineticEnergy(), G4IonisParamElm::GetlogZ3(), G4Track::GetMaterialCutsCouple(), G4DynamicParticle::GetMomentumDirection(), G4Step::GetPostStepPoint(), G4StepPoint::GetSafety(), G4IonisParamElm::GetZ3(), G4ParticleChange::Initialize(), max, MeV, min, phi, G4Positron::Positron(), G4VDiscreteProcess::PostStepDoIt(), G4ParticleChange::ProposeEnergy(), G4VParticleChange::ProposeLocalEnergyDeposit(), G4ParticleChange::ProposeMomentumDirection(), G4VParticleChange::ProposeTrackStatus(), rangeTest, CLHEP::Hep3Vector::rotateUz(), ScreenFunction1(), ScreenFunction2(), G4RDVCrossSectionHandler::SelectRandomElement(), G4VParticleChange::SetNumberOfSecondaries(), CLHEP::RandBit::shootBit(), smallEnergy, twopi, and Acts::UnitConstants::u.
Definition at line 333 of file G4LowEnergyGammaConversion.cc.
View newest version in sPHENIX GitHub at line 333 of file G4LowEnergyGammaConversion.cc
Referenced by PostStepDoIt().
Definition at line 347 of file G4LowEnergyGammaConversion.cc.
View newest version in sPHENIX GitHub at line 347 of file G4LowEnergyGammaConversion.cc
Referenced by PostStepDoIt().
|
private |
Definition at line 100 of file G4LowEnergyGammaConversion.hh.
View newest version in sPHENIX GitHub at line 100 of file G4LowEnergyGammaConversion.hh
Referenced by BuildPhysicsTable(), G4LowEnergyGammaConversion(), PostStepDoIt(), and ~G4LowEnergyGammaConversion().
|
private |
Definition at line 97 of file G4LowEnergyGammaConversion.hh.
View newest version in sPHENIX GitHub at line 97 of file G4LowEnergyGammaConversion.hh
Referenced by G4LowEnergyGammaConversion(), and GetMeanFreePath().
|
private |
Definition at line 105 of file G4LowEnergyGammaConversion.hh.
View newest version in sPHENIX GitHub at line 105 of file G4LowEnergyGammaConversion.hh
Referenced by G4LowEnergyGammaConversion().
|
private |
Definition at line 104 of file G4LowEnergyGammaConversion.hh.
View newest version in sPHENIX GitHub at line 104 of file G4LowEnergyGammaConversion.hh
Referenced by G4LowEnergyGammaConversion().
|
private |
Definition at line 96 of file G4LowEnergyGammaConversion.hh.
View newest version in sPHENIX GitHub at line 96 of file G4LowEnergyGammaConversion.hh
Referenced by G4LowEnergyGammaConversion(), and GetMeanFreePath().
|
private |
Definition at line 99 of file G4LowEnergyGammaConversion.hh.
View newest version in sPHENIX GitHub at line 99 of file G4LowEnergyGammaConversion.hh
Referenced by BuildPhysicsTable(), G4LowEnergyGammaConversion(), GetMeanFreePath(), and ~G4LowEnergyGammaConversion().
|
private |
Definition at line 102 of file G4LowEnergyGammaConversion.hh.
View newest version in sPHENIX GitHub at line 102 of file G4LowEnergyGammaConversion.hh
Referenced by G4LowEnergyGammaConversion(), PostStepDoIt(), and ~G4LowEnergyGammaConversion().
|
private |
Definition at line 107 of file G4LowEnergyGammaConversion.hh.
View newest version in sPHENIX GitHub at line 107 of file G4LowEnergyGammaConversion.hh
Referenced by PostStepDoIt().