ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
G4hBetheBlochModel (const G4String &name) | |
~G4hBetheBlochModel () | |
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 | BetheBlochFormula (const G4Material *material, G4double kineticEnergy, G4double particleMass) const |
Private Attributes | |
G4double | lowEnergyLimit |
G4double | highEnergyLimit |
const G4double | twoln10 |
const G4double | bg2lim |
const G4double | taulim |
Definition at line 59 of file G4hBetheBlochModel.hh.
View newest version in sPHENIX GitHub at line 59 of file G4hBetheBlochModel.hh
G4hBetheBlochModel::G4hBetheBlochModel | ( | const G4String & | name | ) |
Definition at line 63 of file G4hBetheBlochModel.cc.
View newest version in sPHENIX GitHub at line 63 of file G4hBetheBlochModel.cc
G4hBetheBlochModel::~G4hBetheBlochModel | ( | ) |
Definition at line 74 of file G4hBetheBlochModel.cc.
View newest version in sPHENIX GitHub at line 74 of file G4hBetheBlochModel.cc
|
private |
Definition at line 156 of file G4hBetheBlochModel.cc.
View newest version in sPHENIX GitHub at line 156 of file G4hBetheBlochModel.cc
References bg2lim, Acts::Test::delta, source.hepunit::electron_mass_c2, G4IonisParamMat::GetAdensity(), G4IonisParamMat::GetCdensity(), G4Material::GetElectronDensity(), G4Material::GetIonisation(), G4IonisParamMat::GetMdensity(), G4IonisParamMat::GetMeanExcitationEnergy(), G4IonisParamMat::GetShellCorrectionVector(), G4IonisParamMat::GetTaul(), G4IonisParamMat::GetX0density(), G4IonisParamMat::GetX1density(), k, taulim, twoln10, source.hepunit::twopi_mc2_rcl2, and x.
Referenced by TheValue().
|
virtual |
Implements G4VLowEnergyModel.
Definition at line 104 of file G4hBetheBlochModel.cc.
View newest version in sPHENIX GitHub at line 104 of file G4hBetheBlochModel.cc
References highEnergyLimit.
|
virtual |
Implements G4VLowEnergyModel.
Definition at line 124 of file G4hBetheBlochModel.cc.
View newest version in sPHENIX GitHub at line 124 of file G4hBetheBlochModel.cc
References highEnergyLimit.
|
virtual |
Implements G4VLowEnergyModel.
Definition at line 140 of file G4hBetheBlochModel.cc.
View newest version in sPHENIX GitHub at line 140 of file G4hBetheBlochModel.cc
References true.
|
virtual |
Implements G4VLowEnergyModel.
Definition at line 148 of file G4hBetheBlochModel.cc.
View newest version in sPHENIX GitHub at line 148 of file G4hBetheBlochModel.cc
References true.
|
virtual |
Implements G4VLowEnergyModel.
Definition at line 113 of file G4hBetheBlochModel.cc.
View newest version in sPHENIX GitHub at line 113 of file G4hBetheBlochModel.cc
References G4Material::GetIonisation(), G4ParticleDefinition::GetPDGMass(), and G4IonisParamMat::GetTaul().
|
virtual |
Implements G4VLowEnergyModel.
Definition at line 132 of file G4hBetheBlochModel.cc.
View newest version in sPHENIX GitHub at line 132 of file G4hBetheBlochModel.cc
References lowEnergyLimit.
|
virtual |
Implements G4VLowEnergyModel.
Definition at line 79 of file G4hBetheBlochModel.cc.
View newest version in sPHENIX GitHub at line 79 of file G4hBetheBlochModel.cc
References BetheBlochFormula(), energy, G4DynamicParticle::GetKineticEnergy(), and G4DynamicParticle::GetMass().
|
virtual |
Implements G4VLowEnergyModel.
Definition at line 92 of file G4hBetheBlochModel.cc.
View newest version in sPHENIX GitHub at line 92 of file G4hBetheBlochModel.cc
References BetheBlochFormula(), and G4ParticleDefinition::GetPDGMass().
|
private |
Definition at line 106 of file G4hBetheBlochModel.hh.
View newest version in sPHENIX GitHub at line 106 of file G4hBetheBlochModel.hh
Referenced by BetheBlochFormula().
|
private |
Definition at line 101 of file G4hBetheBlochModel.hh.
View newest version in sPHENIX GitHub at line 101 of file G4hBetheBlochModel.hh
Referenced by HighEnergyLimit().
|
private |
Definition at line 100 of file G4hBetheBlochModel.hh.
View newest version in sPHENIX GitHub at line 100 of file G4hBetheBlochModel.hh
Referenced by LowEnergyLimit().
|
private |
Definition at line 107 of file G4hBetheBlochModel.hh.
View newest version in sPHENIX GitHub at line 107 of file G4hBetheBlochModel.hh
Referenced by BetheBlochFormula().
|
private |
Definition at line 105 of file G4hBetheBlochModel.hh.
View newest version in sPHENIX GitHub at line 105 of file G4hBetheBlochModel.hh
Referenced by BetheBlochFormula().