Geant4
10.01.p02
|
#include <G4GammaConversionToMuons.hh>
Private Member Functions | |
G4Element * | SelectRandomAtom (const G4DynamicParticle *aDynamicGamma, G4Material *aMaterial) |
G4GammaConversionToMuons & | operator= (const G4GammaConversionToMuons &right) |
G4GammaConversionToMuons (const G4GammaConversionToMuons &) | |
Private Attributes | |
G4double | Mmuon |
G4double | Rc |
G4double | LowestEnergyLimit |
G4double | HighestEnergyLimit |
G4double | MeanFreePath |
G4double | CrossSecFactor |
Additional Inherited Members | |
Static Public Member Functions inherited from G4VProcess | |
static const G4String & | GetProcessTypeName (G4ProcessType) |
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 55 of file G4GammaConversionToMuons.cc.
References DBL_MAX, fGammaConversionToMuMu, MeanFreePath, and G4VProcess::SetProcessSubType().
G4GammaConversionToMuons::~G4GammaConversionToMuons | ( | ) |
Definition at line 72 of file G4GammaConversionToMuons.cc.
|
private |
|
virtual |
Reimplemented from G4VProcess.
Definition at line 85 of file G4GammaConversionToMuons.cc.
References PrintInfoDefinition().
|
virtual |
Definition at line 152 of file G4GammaConversionToMuons.cc.
References CrossSecFactor, G4Exp(), G4Log(), G4lrint(), G4NistManager::GetA27(), G4NistManager::GetZ13(), G4NistManager::Instance(), LowestEnergyLimit, Mmuon, Rc, and sqrte.
Referenced by ComputeMeanFreePath(), and GetCrossSectionPerAtom().
G4double G4GammaConversionToMuons::ComputeMeanFreePath | ( | G4double | GammaEnergy, |
G4Material * | aMaterial | ||
) |
Definition at line 114 of file G4GammaConversionToMuons.cc.
References ComputeCrossSectionPerAtom(), DBL_MAX, DBL_MIN, g, G4Material::GetElementVector(), G4Material::GetNumberOfElements(), G4Material::GetVecNbOfAtomsPerVolume(), and mole.
Referenced by GetMeanFreePath().
|
inline |
Definition at line 86 of file G4GammaConversionToMuons.hh.
References CrossSecFactor.
G4double G4GammaConversionToMuons::GetCrossSectionPerAtom | ( | const G4DynamicParticle * | aDynamicGamma, |
G4Element * | anElement | ||
) |
Definition at line 136 of file G4GammaConversionToMuons.cc.
References ComputeCrossSectionPerAtom(), G4DynamicParticle::GetKineticEnergy(), G4Element::GetN(), and G4Element::GetZ().
Referenced by SelectRandomAtom().
|
virtual |
Implements G4VDiscreteProcess.
Definition at line 93 of file G4GammaConversionToMuons.cc.
References ComputeMeanFreePath(), DBL_MAX, G4Track::GetDynamicParticle(), G4DynamicParticle::GetKineticEnergy(), G4Track::GetMaterial(), LowestEnergyLimit, and MeanFreePath.
|
virtual |
Reimplemented from G4VProcess.
Definition at line 77 of file G4GammaConversionToMuons.cc.
References G4Gamma::Gamma().
|
private |
|
virtual |
Reimplemented from G4VDiscreteProcess.
Definition at line 206 of file G4GammaConversionToMuons.cc.
References G4ParticleChange::AddSecondary(), G4VProcess::aParticleChange, C1, f1, f2, fStopAndKill, G4cout, G4endl, G4Exp(), G4Log(), G4lrint(), G4UniformRand, G4Track::GetDynamicParticle(), G4DynamicParticle::GetKineticEnergy(), G4Track::GetMaterial(), G4DynamicParticle::GetMomentumDirection(), G4Element::GetZ(), G4ParticleChange::Initialize(), G4NistManager::Instance(), LowestEnergyLimit, Mmuon, G4MuonMinus::MuonMinus(), G4MuonPlus::MuonPlus(), nmax, G4InuclParticleNames::nn, G4INCL::Math::pi, G4VDiscreteProcess::PostStepDoIt(), G4ParticleChange::ProposeEnergy(), G4ParticleChange::ProposeMomentumDirection(), G4VParticleChange::ProposeTrackStatus(), SelectRandomAtom(), G4VParticleChange::SetNumberOfSecondaries(), and sqrte.
void G4GammaConversionToMuons::PrintInfoDefinition | ( | ) |
Definition at line 409 of file G4GammaConversionToMuons.cc.
References G4BestUnit, G4cout, G4endl, G4VProcess::GetProcessName(), G4VProcess::GetProcessSubType(), GeV, HighestEnergyLimit, and LowestEnergyLimit.
Referenced by BuildPhysicsTable().
|
private |
Definition at line 381 of file G4GammaConversionToMuons.cc.
References G4cout, G4endl, G4UniformRand, GetCrossSectionPerAtom(), G4Material::GetElementVector(), G4Material::GetName(), G4Material::GetNumberOfElements(), G4Material::GetVecNbOfAtomsPerVolume(), and MeanFreePath.
Referenced by PostStepDoIt().
void G4GammaConversionToMuons::SetCrossSecFactor | ( | G4double | fac | ) |
Definition at line 196 of file G4GammaConversionToMuons.cc.
References CrossSecFactor, fac, G4cout, and G4endl.
Referenced by PhysicsList::SetGammaToMuPairFac().
|
private |
Definition at line 136 of file G4GammaConversionToMuons.hh.
Referenced by ComputeCrossSectionPerAtom(), GetCrossSecFactor(), and SetCrossSecFactor().
|
private |
Definition at line 133 of file G4GammaConversionToMuons.hh.
Referenced by PrintInfoDefinition().
|
private |
Definition at line 132 of file G4GammaConversionToMuons.hh.
Referenced by ComputeCrossSectionPerAtom(), GetMeanFreePath(), PostStepDoIt(), and PrintInfoDefinition().
|
private |
Definition at line 135 of file G4GammaConversionToMuons.hh.
Referenced by G4GammaConversionToMuons(), GetMeanFreePath(), and SelectRandomAtom().
|
private |
Definition at line 130 of file G4GammaConversionToMuons.hh.
Referenced by ComputeCrossSectionPerAtom(), and PostStepDoIt().
|
private |
Definition at line 131 of file G4GammaConversionToMuons.hh.
Referenced by ComputeCrossSectionPerAtom().