Geant4.10
|
#include <G4GammaConversionToMuons.hh>
Additional Inherited Members | |
![]() | |
static const G4String & | GetProcessTypeName (G4ProcessType) |
![]() | |
void | SubtractNumberOfInteractionLengthLeft (G4double previousStepSize) |
void | ClearNumberOfInteractionLengthLeft () |
![]() | |
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.
References DBL_MAX, and G4VProcess::SetProcessSubType().
G4GammaConversionToMuons::~G4GammaConversionToMuons | ( | ) |
Definition at line 62 of file G4GammaConversionToMuons.cc.
|
virtual |
Reimplemented from G4VProcess.
Definition at line 75 of file G4GammaConversionToMuons.cc.
References PrintInfoDefinition().
|
virtual |
Definition at line 142 of file G4GammaConversionToMuons.cc.
References python.hepunit::electron_mass_c2, python.hepunit::elm_coupling, python.hepunit::fine_structure_const, G4ThreadLocal, G4ParticleDefinition::GetPDGMass(), and G4MuonPlus::MuonPlus().
Referenced by ComputeMeanFreePath(), and GetCrossSectionPerAtom().
G4double G4GammaConversionToMuons::ComputeMeanFreePath | ( | G4double | GammaEnergy, |
G4Material * | aMaterial | ||
) |
Definition at line 104 of file G4GammaConversionToMuons.cc.
References ComputeCrossSectionPerAtom(), DBL_MAX, DBL_MIN, g(), G4Material::GetElementVector(), G4Material::GetNumberOfElements(), G4Material::GetVecNbOfAtomsPerVolume(), and python.hepunit::mole.
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.
References ComputeCrossSectionPerAtom(), g(), G4Element::GetA(), G4DynamicParticle::GetKineticEnergy(), G4Element::GetZ(), and python.hepunit::mole.
|
virtual |
Implements G4VDiscreteProcess.
Definition at line 83 of file G4GammaConversionToMuons.cc.
References ComputeMeanFreePath(), DBL_MAX, G4Track::GetDynamicParticle(), G4DynamicParticle::GetKineticEnergy(), and G4Track::GetMaterial().
|
virtual |
Reimplemented from G4VProcess.
Definition at line 67 of file G4GammaConversionToMuons.cc.
References G4Gamma::Gamma().
|
virtual |
Reimplemented from G4VDiscreteProcess.
Definition at line 202 of file G4GammaConversionToMuons.cc.
References G4ParticleChange::AddSecondary(), G4VProcess::aParticleChange, C1, python.hepunit::electron_mass_c2, fStopAndKill, g(), G4cout, G4endl, G4ThreadLocal, G4UniformRand, G4Element::GetA(), G4Track::GetDynamicParticle(), G4DynamicParticle::GetKineticEnergy(), G4Track::GetMaterial(), G4DynamicParticle::GetMomentumDirection(), G4ParticleDefinition::GetPDGMass(), G4Element::GetZ(), G4ParticleChange::Initialize(), python.hepunit::mole, G4MuonMinus::MuonMinus(), G4MuonPlus::MuonPlus(), python.hepunit::pi, G4VDiscreteProcess::PostStepDoIt(), G4ParticleChange::ProposeEnergy(), G4ParticleChange::ProposeMomentumDirection(), G4VParticleChange::ProposeTrackStatus(), CLHEP::Hep3Vector::rotateUz(), and G4VParticleChange::SetNumberOfSecondaries().
void G4GammaConversionToMuons::PrintInfoDefinition | ( | ) |
Definition at line 396 of file G4GammaConversionToMuons.cc.
References G4BestUnit, G4cout, G4endl, G4VProcess::GetProcessName(), G4VProcess::GetProcessSubType(), and python.hepunit::GeV.
Referenced by BuildPhysicsTable().
Definition at line 193 of file G4GammaConversionToMuons.cc.
References G4cout, and G4endl.
Referenced by PhysicsList::SetGammaToMuPairFac().