Geant4
10.00.p01
|
#include <G4BraggIonModel.hh>
Protected Member Functions | |
virtual G4double | MaxSecondaryEnergy (const G4ParticleDefinition *, G4double kinEnergy) |
Protected Member Functions inherited from G4VEmModel | |
G4ParticleChangeForLoss * | GetParticleChangeForLoss () |
G4ParticleChangeForGamma * | GetParticleChangeForGamma () |
const G4MaterialCutsCouple * | CurrentCouple () const |
void | SetCurrentElement (const G4Element *) |
Private Member Functions | |
void | SetParticle (const G4ParticleDefinition *p) |
G4double | HeEffChargeSquare (G4double z, G4double kinEnergyInMeV) const |
G4BraggIonModel & | operator= (const G4BraggIonModel &right) |
G4BraggIonModel (const G4BraggIonModel &) | |
G4bool | HasMaterial (const G4Material *material) |
G4double | StoppingPower (const G4Material *material, G4double kineticEnergy) |
G4double | ElectronicStoppingPower (G4double z, G4double kineticEnergy) const |
G4double | DEDX (const G4Material *material, G4double kineticEnergy) |
Additional Inherited Members | |
Protected Attributes inherited from G4VEmModel | |
G4ElementData * | fElementData |
G4VParticleChange * | pParticleChange |
G4PhysicsTable * | xSectionTable |
const std::vector< G4double > * | theDensityFactor |
const std::vector< G4int > * | theDensityIdx |
size_t | idxTable |
Definition at line 68 of file G4BraggIonModel.hh.
G4BraggIonModel::G4BraggIonModel | ( | const G4ParticleDefinition * | p = 0 , |
const G4String & | nam = "BraggIon" |
||
) |
Definition at line 76 of file G4BraggIonModel.cc.
References cm2, corrFactor, G4Electron::Electron(), eV, GeV, HeMass, keV, lowestKinEnergy, massFactor, MeV, rateMassHe2p, G4VEmModel::SetHighEnergyLimit(), SetParticle(), theElectron, and theZieglerFactor.
|
virtual |
Definition at line 103 of file G4BraggIonModel.cc.
|
private |
|
virtual |
Reimplemented from G4VEmModel.
Definition at line 197 of file G4BraggIonModel.cc.
References ComputeCrossSectionPerElectron().
|
virtual |
Definition at line 171 of file G4BraggIonModel.cc.
References chargeSquare, G4INCL::KinematicsUtils::energy(), G4Log(), mass, MaxSecondaryEnergy(), and G4INCL::Math::min().
Referenced by ComputeCrossSectionPerAtom(), and CrossSectionPerVolume().
|
virtual |
Reimplemented from G4VEmModel.
Reimplemented in G4BraggNoDeltaModel.
Definition at line 226 of file G4BraggIonModel.cc.
References chargeSquare, DEDX(), G4Log(), G4InuclParticleNames::gam, G4Material::GetElectronDensity(), lowestKinEnergy, mass, massRate, MaxSecondaryEnergy(), and G4INCL::Math::min().
Referenced by G4BraggNoDeltaModel::ComputeDEDXPerVolume().
|
virtual |
Reimplemented from G4VEmModel.
Definition at line 269 of file G4BraggIonModel.cc.
References corr, corrFactor, G4EmCorrections::EffectiveChargeCorrection(), G4EmCorrections::EffectiveChargeSquareRatio(), G4DynamicParticle::GetDefinition(), G4DynamicParticle::GetKineticEnergy(), G4MaterialCutsCouple::GetMaterial(), G4VEmModel::GetModelOfFluctuations(), and G4VEmFluctuationModel::SetParticleAndCharge().
|
virtual |
Reimplemented from G4VEmModel.
Reimplemented in G4BraggNoDeltaModel.
Definition at line 211 of file G4BraggIonModel.cc.
References ComputeCrossSectionPerElectron(), and G4Material::GetElectronDensity().
|
private |
Definition at line 632 of file G4BraggIonModel.cc.
References astar, currentMaterial, ElectronicStoppingPower(), G4Material::GetAtomicNumDensityVector(), G4Material::GetDensity(), G4ASTARStopping::GetEffectiveZ(), G4ASTARStopping::GetElectronicDEDX(), G4Material::GetElementVector(), G4ASTARStopping::GetIndex(), G4Material::GetNumberOfElements(), G4Material::GetTotNbOfAtomsPerVolume(), G4Element::GetZ(), G4Material::GetZ(), HasMaterial(), HeEffChargeSquare(), iASTAR, iMolecula, MeV, rateMassHe2p, StoppingPower(), theZieglerFactor, and z.
Referenced by ComputeDEDXPerVolume().
|
private |
Definition at line 480 of file G4BraggIonModel.cc.
References a, G4Exp(), G4Log(), HeEffChargeSquare(), MeV, and rateMassHe2p.
Referenced by DEDX(), and StoppingPower().
|
virtual |
Reimplemented from G4VEmModel.
Definition at line 146 of file G4BraggIonModel.cc.
References corr, corrFactor, G4EmCorrections::EffectiveChargeCorrection(), and G4EmCorrections::EffectiveChargeSquareRatio().
|
virtual |
Reimplemented from G4VEmModel.
Definition at line 159 of file G4BraggIonModel.cc.
References corr, and G4EmCorrections::GetParticleCharge().
|
private |
Definition at line 379 of file G4BraggIonModel.cc.
References G4Material::GetChemicalFormula(), iASTAR, and iMolecula.
Referenced by DEDX().
Definition at line 683 of file G4BraggIonModel.cc.
References G4Exp(), G4Log(), massFactor, G4INCL::Math::max(), and z.
Referenced by DEDX(), ElectronicStoppingPower(), and StoppingPower().
|
virtual |
Implements G4VEmModel.
Definition at line 108 of file G4BraggIonModel.cc.
References chargeSquare, corr, corrFactor, G4LossTableManager::EmCorrections(), fParticleChange, G4VEmModel::GetAngularDistribution(), G4VEmModel::GetParticleChangeForLoss(), G4ParticleDefinition::GetParticleName(), G4ParticleDefinition::GetParticleType(), G4LossTableManager::Instance(), isInitialised, isIon, particle, G4VEmModel::SetAngularDistribution(), G4VEmModel::SetDeexcitationFlag(), SetParticle(), and G4VEmModel::UseAngularGeneratorFlag().
|
protectedvirtual |
Reimplemented from G4VEmModel.
Definition at line 367 of file G4BraggIonModel.cc.
References mass, particle, ratio, and SetParticle().
Referenced by ComputeCrossSectionPerElectron(), and ComputeDEDXPerVolume().
|
virtual |
Reimplemented from G4VEmModel.
Definition at line 138 of file G4BraggIonModel.cc.
References G4Material::GetIonisation(), G4MaterialCutsCouple::GetMaterial(), and G4IonisParamMat::GetMeanExcitationEnergy().
|
private |
|
virtual |
Implements G4VEmModel.
Definition at line 293 of file G4BraggIonModel.cc.
References G4INCL::KinematicsUtils::energy(), fParticleChange, G4cout, G4endl, G4UniformRand, G4VEmModel::GetAngularDistribution(), G4DynamicParticle::GetKineticEnergy(), G4MaterialCutsCouple::GetMaterial(), G4DynamicParticle::GetMomentum(), G4DynamicParticle::GetMomentumDirection(), G4DynamicParticle::GetTotalMomentum(), mass, G4VEmModel::MaxSecondaryKinEnergy(), G4INCL::Math::min(), G4VEmAngularDistribution::SampleDirection(), G4VEmModel::SelectRandomAtomNumber(), G4ParticleChangeForLoss::SetProposedKineticEnergy(), G4ParticleChangeForLoss::SetProposedMomentumDirection(), theElectron, and G4VEmModel::UseAngularGeneratorFlag().
|
inlineprivate |
Definition at line 184 of file G4BraggIonModel.hh.
References chargeSquare, eplus, G4ParticleDefinition::GetPDGCharge(), G4ParticleDefinition::GetPDGMass(), G4ParticleDefinition::GetPDGSpin(), mass, massRate, particle, ratio, and spin.
Referenced by G4BraggIonModel(), Initialise(), and MaxSecondaryEnergy().
|
private |
Definition at line 410 of file G4BraggIonModel.cc.
References a, ElectronicStoppingPower(), G4Exp(), G4Log(), G4Material::GetNumberOfElements(), G4Material::GetZ(), HeEffChargeSquare(), iMolecula, MeV, rateMassHe2p, and z.
Referenced by DEDX().
|
private |
Definition at line 160 of file G4BraggIonModel.hh.
Referenced by DEDX().
|
private |
Definition at line 166 of file G4BraggIonModel.hh.
Referenced by ComputeCrossSectionPerElectron(), ComputeDEDXPerVolume(), Initialise(), and SetParticle().
|
private |
Definition at line 154 of file G4BraggIonModel.hh.
Referenced by CorrectionsAlongStep(), GetChargeSquareRatio(), GetParticleCharge(), and Initialise().
|
private |
Definition at line 172 of file G4BraggIonModel.hh.
Referenced by CorrectionsAlongStep(), G4BraggIonModel(), GetChargeSquareRatio(), and Initialise().
|
private |
Definition at line 162 of file G4BraggIonModel.hh.
Referenced by DEDX().
|
private |
Definition at line 158 of file G4BraggIonModel.hh.
Referenced by Initialise(), and SampleSecondaries().
|
private |
Definition at line 170 of file G4BraggIonModel.hh.
Referenced by G4BraggIonModel().
|
private |
Definition at line 177 of file G4BraggIonModel.hh.
Referenced by DEDX(), and HasMaterial().
|
private |
Definition at line 176 of file G4BraggIonModel.hh.
Referenced by DEDX(), HasMaterial(), and StoppingPower().
|
private |
Definition at line 179 of file G4BraggIonModel.hh.
Referenced by Initialise().
|
private |
Definition at line 178 of file G4BraggIonModel.hh.
Referenced by Initialise().
|
private |
Definition at line 169 of file G4BraggIonModel.hh.
Referenced by ComputeDEDXPerVolume(), and G4BraggIonModel().
|
private |
Definition at line 164 of file G4BraggIonModel.hh.
Referenced by ComputeCrossSectionPerElectron(), ComputeDEDXPerVolume(), MaxSecondaryEnergy(), SampleSecondaries(), and SetParticle().
|
private |
Definition at line 171 of file G4BraggIonModel.hh.
Referenced by G4BraggIonModel(), and HeEffChargeSquare().
|
private |
Definition at line 167 of file G4BraggIonModel.hh.
Referenced by ComputeDEDXPerVolume(), and SetParticle().
|
private |
Definition at line 156 of file G4BraggIonModel.hh.
Referenced by Initialise(), MaxSecondaryEnergy(), and SetParticle().
|
private |
Definition at line 173 of file G4BraggIonModel.hh.
Referenced by DEDX(), ElectronicStoppingPower(), G4BraggIonModel(), and StoppingPower().
|
private |
Definition at line 168 of file G4BraggIonModel.hh.
Referenced by MaxSecondaryEnergy(), and SetParticle().
|
private |
Definition at line 165 of file G4BraggIonModel.hh.
Referenced by SetParticle().
|
private |
Definition at line 157 of file G4BraggIonModel.hh.
Referenced by G4BraggIonModel(), and SampleSecondaries().
|
private |
Definition at line 174 of file G4BraggIonModel.hh.
Referenced by DEDX(), and G4BraggIonModel().