Geant4.10
|
#include <G4mplIonisationWithDeltaModel.hh>
Protected Member Functions | |
virtual G4double | MaxSecondaryEnergy (const G4ParticleDefinition *, G4double kinEnergy) |
![]() | |
G4ParticleChangeForLoss * | GetParticleChangeForLoss () |
G4ParticleChangeForGamma * | GetParticleChangeForGamma () |
const G4MaterialCutsCouple * | CurrentCouple () const |
void | SetCurrentElement (const G4Element *) |
Additional Inherited Members | |
![]() | |
G4ElementData * | fElementData |
G4VParticleChange * | pParticleChange |
G4PhysicsTable * | xSectionTable |
const std::vector< G4double > * | theDensityFactor |
const std::vector< G4int > * | theDensityIdx |
size_t | idxTable |
Definition at line 58 of file G4mplIonisationWithDeltaModel.hh.
G4mplIonisationWithDeltaModel::G4mplIonisationWithDeltaModel | ( | G4double | mCharge, |
const G4String & | nam = "mplIonisationWithDelta" |
||
) |
Definition at line 74 of file G4mplIonisationWithDeltaModel.cc.
References python.hepunit::cm2, G4Electron::Electron(), python.hepunit::electron_mass_c2, python.hepunit::eplus, python.hepunit::fine_structure_const, g(), G4cout, G4endl, G4lrint(), python.hepunit::GeV, python.hepunit::hbarc, and python.hepunit::pi.
|
virtual |
|
virtual |
Reimplemented from G4VEmModel.
Definition at line 249 of file G4mplIonisationWithDeltaModel.cc.
References ComputeCrossSectionPerElectron().
|
virtual |
Definition at line 229 of file G4mplIonisationWithDeltaModel.cc.
References G4VEmModel::LowEnergyLimit(), G4INCL::Math::max(), MaxSecondaryEnergy(), G4INCL::Math::min(), and SetParticle().
Referenced by ComputeCrossSectionPerAtom().
|
virtual |
Reimplemented from G4VEmModel.
Definition at line 151 of file G4mplIonisationWithDeltaModel.cc.
References G4VEmModel::CurrentCouple(), G4InuclParticleNames::gam, G4MaterialCutsCouple::GetIndex(), G4VEmModel::LowEnergyLimit(), G4INCL::Math::max(), MaxSecondaryEnergy(), G4INCL::Math::min(), and SetParticle().
|
virtual |
Implements G4VEmFluctuationModel.
Definition at line 351 of file G4mplIonisationWithDeltaModel.cc.
References G4InuclParticleNames::gam, G4Material::GetElectronDensity(), G4DynamicParticle::GetKineticEnergy(), and python.hepunit::twopi_mc2_rcl2.
Referenced by SampleFluctuations().
|
virtual |
Implements G4VEmModel.
Definition at line 122 of file G4mplIonisationWithDeltaModel.cc.
References python.hepunit::electron_Compton_length, python.hepunit::fine_structure_const, G4Log(), G4Material::GetElectronDensity(), G4MaterialCutsCouple::GetMaterial(), G4ProductionCutsTable::GetMaterialCutsCouple(), G4VEmModel::GetParticleChangeForLoss(), G4ProductionCutsTable::GetProductionCutsTable(), G4ProductionCutsTable::GetTableSize(), G4VEmModel::IsMaster(), eplot::material, n, python.hepunit::pi, and SetParticle().
|
protectedvirtual |
Reimplemented from G4VEmModel.
Definition at line 371 of file G4mplIonisationWithDeltaModel.cc.
References python.hepunit::electron_mass_c2.
Referenced by ComputeCrossSectionPerElectron(), ComputeDEDXPerVolume(), and SampleSecondaries().
|
virtual |
Implements G4VEmFluctuationModel.
Definition at line 322 of file G4mplIonisationWithDeltaModel.cc.
References Dispersion(), G4UniformRand, G4MaterialCutsCouple::GetMaterial(), G4INCL::DeJongSpin::shoot(), and test::x.
|
virtual |
Implements G4VEmModel.
Definition at line 264 of file G4mplIonisationWithDeltaModel.cc.
References python.hepunit::electron_mass_c2, G4UniformRand, G4DynamicParticle::GetDefinition(), G4DynamicParticle::GetKineticEnergy(), G4DynamicParticle::GetMomentumDirection(), MaxSecondaryEnergy(), G4INCL::Math::min(), CLHEP::Hep3Vector::rotateUz(), G4ParticleChangeForLoss::SetProposedKineticEnergy(), G4ParticleChangeForLoss::SetProposedMomentumDirection(), python.hepunit::twopi, and CLHEP::Hep3Vector::unit().
void G4mplIonisationWithDeltaModel::SetParticle | ( | const G4ParticleDefinition * | p | ) |
Definition at line 107 of file G4mplIonisationWithDeltaModel.cc.
References G4ParticleDefinition::GetPDGMass(), G4VEmModel::HighEnergyLimit(), G4VEmModel::LowEnergyLimit(), G4INCL::Math::max(), G4INCL::Math::min(), G4VEmModel::SetHighEnergyLimit(), and G4VEmModel::SetLowEnergyLimit().
Referenced by ComputeCrossSectionPerElectron(), ComputeDEDXPerVolume(), Initialise(), and G4mplIonisation::InitialiseEnergyLossProcess().