Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4GammaConversionToMuons.hh>
Additional Inherited Members | |
Static Public Member Functions inherited from G4VProcess | |
static const G4String & | GetProcessTypeName (G4ProcessType) |
virtual G4double | GetMeanFreePath (const G4Track &aTrack, G4double previousStepSize, G4ForceCondition *condition)=0 |
Protected Member Functions inherited from G4VProcess | |
void | SubtractNumberOfInteractionLengthLeft (G4double previousStepSize) |
void | ClearNumberOfInteractionLengthLeft () |
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 61 of file G4GammaConversionToMuons.hh.
G4GammaConversionToMuons::G4GammaConversionToMuons | ( | const G4String & | processName = "GammaToMuPair" , |
G4ProcessType | type = fElectromagnetic |
||
) |
Definition at line 48 of file G4GammaConversionToMuons.cc.
G4GammaConversionToMuons::~G4GammaConversionToMuons | ( | ) |
Definition at line 62 of file G4GammaConversionToMuons.cc.
|
virtual |
Reimplemented from G4VProcess.
Definition at line 75 of file G4GammaConversionToMuons.cc.
|
virtual |
Definition at line 142 of file G4GammaConversionToMuons.cc.
Referenced by ComputeMeanFreePath(), and GetCrossSectionPerAtom().
G4double G4GammaConversionToMuons::ComputeMeanFreePath | ( | G4double | GammaEnergy, |
G4Material * | aMaterial | ||
) |
Definition at line 104 of file G4GammaConversionToMuons.cc.
Referenced by GetMeanFreePath().
|
inline |
Definition at line 86 of file G4GammaConversionToMuons.hh.
G4double G4GammaConversionToMuons::GetCrossSectionPerAtom | ( | const G4DynamicParticle * | aDynamicGamma, |
G4Element * | anElement | ||
) |
Definition at line 126 of file G4GammaConversionToMuons.cc.
|
virtual |
Implements G4VDiscreteProcess.
Definition at line 83 of file G4GammaConversionToMuons.cc.
|
virtual |
|
virtual |
Reimplemented from G4VDiscreteProcess.
Definition at line 202 of file G4GammaConversionToMuons.cc.
void G4GammaConversionToMuons::PrintInfoDefinition | ( | ) |
Definition at line 396 of file G4GammaConversionToMuons.cc.
Referenced by BuildPhysicsTable().
void G4GammaConversionToMuons::SetCrossSecFactor | ( | G4double | fac | ) |
Definition at line 193 of file G4GammaConversionToMuons.cc.