|
Geant4
10.00.p01
|
#include <G4hIonEffChargeSquare.hh>
Inheritance diagram for G4hIonEffChargeSquare:
Collaboration diagram for G4hIonEffChargeSquare:Public Member Functions | |
| G4hIonEffChargeSquare (const G4String &name) | |
| ~G4hIonEffChargeSquare () | |
| G4double | TheValue (const G4DynamicParticle *particle, const G4Material *material) |
| G4double | TheValue (const G4ParticleDefinition *aParticle, const G4Material *material, G4double kineticEnergy) |
| G4double | HighEnergyLimit (const G4ParticleDefinition *aParticle, const G4Material *material) const |
| G4double | LowEnergyLimit (const G4ParticleDefinition *aParticle, const G4Material *material) const |
| G4double | HighEnergyLimit (const G4ParticleDefinition *aParticle) const |
| G4double | LowEnergyLimit (const G4ParticleDefinition *aParticle) const |
| G4bool | IsInCharge (const G4DynamicParticle *particle, const G4Material *material) const |
| G4bool | IsInCharge (const G4ParticleDefinition *aParticle, const G4Material *material) const |
Public Member Functions inherited from G4VLowEnergyModel | |
| G4VLowEnergyModel (const G4String &name) | |
| virtual | ~G4VLowEnergyModel () |
Private Member Functions | |
| G4double | IonEffChargeSquare (const G4Material *material, G4double kineticEnergy, G4double particleMass, G4double ionCharge) const |
Private Attributes | |
| const G4double | theHeMassAMU |
Definition at line 61 of file G4hIonEffChargeSquare.hh.
| G4hIonEffChargeSquare::G4hIonEffChargeSquare | ( | const G4String & | name | ) |
Definition at line 66 of file G4hIonEffChargeSquare.cc.
| G4hIonEffChargeSquare::~G4hIonEffChargeSquare | ( | ) |
Definition at line 73 of file G4hIonEffChargeSquare.cc.
|
virtual |
Implements G4VLowEnergyModel.
Definition at line 107 of file G4hIonEffChargeSquare.cc.
References TeV.
|
virtual |
Implements G4VLowEnergyModel.
Definition at line 125 of file G4hIonEffChargeSquare.cc.
References TeV.
|
private |
Definition at line 157 of file G4hIonEffChargeSquare.cc.
References G4Material::GetAtomicNumDensityVector(), G4Material::GetElementVector(), G4Material::GetNumberOfElements(), G4Element::GetZ(), G4Material::GetZ(), iz, keV, G4InuclParticleNames::lambda, G4INCL::Math::max(), MeV, theHeMassAMU, and z.
Referenced by TheValue().
Here is the call graph for this function:
Here is the caller graph for this function:
|
virtual |
Implements G4VLowEnergyModel.
Definition at line 141 of file G4hIonEffChargeSquare.cc.
|
virtual |
Implements G4VLowEnergyModel.
Definition at line 149 of file G4hIonEffChargeSquare.cc.
|
virtual |
Implements G4VLowEnergyModel.
Definition at line 116 of file G4hIonEffChargeSquare.cc.
|
virtual |
Implements G4VLowEnergyModel.
Definition at line 133 of file G4hIonEffChargeSquare.cc.
|
virtual |
Implements G4VLowEnergyModel.
Definition at line 78 of file G4hIonEffChargeSquare.cc.
References G4INCL::KinematicsUtils::energy(), eplus, G4DynamicParticle::GetDefinition(), G4DynamicParticle::GetKineticEnergy(), G4DynamicParticle::GetMass(), G4ParticleDefinition::GetPDGCharge(), and IonEffChargeSquare().
Here is the call graph for this function:
|
virtual |
Implements G4VLowEnergyModel.
Definition at line 92 of file G4hIonEffChargeSquare.cc.
References eplus, G4ParticleDefinition::GetPDGCharge(), G4ParticleDefinition::GetPDGMass(), and IonEffChargeSquare().
Here is the call graph for this function:
|
private |
Definition at line 103 of file G4hIonEffChargeSquare.hh.
Referenced by IonEffChargeSquare().