|
Geant4
10.00.p02
|
#include <G4GammaConversion.hh>
Inheritance diagram for G4GammaConversion:
Collaboration diagram for G4GammaConversion: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 () |
Private Attributes | |
| G4bool | isInitialised |
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(), fGammaConversion, G4VEmProcess::SetBuildTableFlag(), G4VEmProcess::SetLambdaBinning(), G4VEmProcess::SetMinKinEnergy(), G4VProcess::SetProcessSubType(), G4VEmProcess::SetSecondaryParticle(), and G4VEmProcess::SetStartFromNullFlag().
Here is the call graph for this function:
|
virtual |
Definition at line 93 of file G4GammaConversion.cc.
|
protectedvirtual |
Implements G4VEmProcess.
Definition at line 105 of file G4GammaConversion.cc.
References G4VEmProcess::AddEmModel(), G4VEmProcess::EmModel(), GeV, isInitialised, G4INCL::Math::max(), G4VEmProcess::MaxKinEnergy(), G4INCL::Math::min(), G4VEmProcess::MinKinEnergy(), G4VEmProcess::SetEmModel(), G4VEmModel::SetHighEnergyLimit(), G4VEmModel::SetLowEnergyLimit(), and G4VEmProcess::SetMinKinEnergy().
Here is the call graph for this function:
|
virtual |
Implements G4VEmProcess.
Definition at line 98 of file G4GammaConversion.cc.
References G4Gamma::Gamma().
Here is the call graph for this function:
|
virtual |
Reimplemented from G4VEmProcess.
Definition at line 132 of file G4GammaConversion.cc.
|
virtual |
Implements G4VEmProcess.
Definition at line 140 of file G4GammaConversion.cc.
|
private |
Definition at line 100 of file G4GammaConversion.hh.
Referenced by InitialiseProcess().