Geant4.10
|
#include <G4GammaConversion.hh>
Protected Member Functions | |
virtual void | InitialiseProcess (const G4ParticleDefinition *) |
Protected Member Functions inherited from G4VEmProcess | |
G4VEmModel * | SelectModel (G4double &kinEnergy, size_t index) |
G4double | GetMeanFreePath (const G4Track &track, G4double previousStepSize, G4ForceCondition *condition) |
G4PhysicsVector * | LambdaPhysicsVector (const G4MaterialCutsCouple *) |
G4double | RecalculateLambda (G4double kinEnergy, const G4MaterialCutsCouple *couple) |
G4ParticleChangeForGamma * | GetParticleChange () |
void | SetParticle (const G4ParticleDefinition *p) |
void | SetSecondaryParticle (const G4ParticleDefinition *p) |
size_t | CurrentMaterialCutsCoupleIndex () const |
G4double | GetGammaEnergyCut () |
G4double | GetElectronEnergyCut () |
void | SetStartFromNullFlag (G4bool val) |
void | SetSplineFlag (G4bool val) |
Protected Member Functions inherited from G4VProcess | |
void | SubtractNumberOfInteractionLengthLeft (G4double previousStepSize) |
void | ClearNumberOfInteractionLengthLeft () |
Additional Inherited Members | |
Static Public Member Functions inherited from G4VProcess | |
static const G4String & | GetProcessTypeName (G4ProcessType) |
Protected Attributes inherited from G4VEmProcess | |
G4ParticleChangeForGamma | fParticleChange |
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 75 of file G4GammaConversion.hh.
G4GammaConversion::G4GammaConversion | ( | const G4String & | processName = "conv" , |
G4ProcessType | type = fElectromagnetic |
||
) |
Definition at line 79 of file G4GammaConversion.cc.
References G4Electron::Electron(), python.hepunit::electron_mass_c2, fGammaConversion, G4VEmProcess::SetBuildTableFlag(), G4VEmProcess::SetMinKinEnergy(), G4VProcess::SetProcessSubType(), G4VEmProcess::SetSecondaryParticle(), and G4VEmProcess::SetStartFromNullFlag().
|
virtual |
Definition at line 92 of file G4GammaConversion.cc.
|
protectedvirtual |
Implements G4VEmProcess.
Definition at line 104 of file G4GammaConversion.cc.
References G4VEmProcess::AddEmModel(), python.hepunit::electron_mass_c2, G4VEmProcess::EmModel(), python.hepunit::GeV, G4INCL::Math::max(), G4VEmProcess::MaxKinEnergy(), G4INCL::Math::min(), G4VEmProcess::MinKinEnergy(), G4VEmProcess::SetEmModel(), G4VEmModel::SetHighEnergyLimit(), G4VEmModel::SetLowEnergyLimit(), and G4VEmProcess::SetMinKinEnergy().
|
virtual |
Implements G4VEmProcess.
Definition at line 97 of file G4GammaConversion.cc.
References G4Gamma::Gamma().
|
virtual |
Reimplemented from G4VEmProcess.
Definition at line 131 of file G4GammaConversion.cc.
References python.hepunit::electron_mass_c2.
|
virtual |