Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4MicroElecElasticModel_new.hh>
Protected Attributes | |
G4ParticleChangeForGamma * | fParticleChangeForGamma |
Protected Attributes inherited from G4VEmModel | |
G4ElementData * | fElementData = nullptr |
G4VParticleChange * | pParticleChange = nullptr |
G4PhysicsTable * | xSectionTable = nullptr |
const G4Material * | pBaseMaterial = nullptr |
const std::vector< G4double > * | theDensityFactor = nullptr |
const std::vector< G4int > * | theDensityIdx = nullptr |
G4double | inveplus |
G4double | pFactor = 1.0 |
std::size_t | currentCoupleIndex = 0 |
std::size_t | basedCoupleIndex = 0 |
G4bool | lossFlucFlag = true |
Additional Inherited Members | |
Protected Member Functions inherited from G4VEmModel | |
G4ParticleChangeForLoss * | GetParticleChangeForLoss () |
G4ParticleChangeForGamma * | GetParticleChangeForGamma () |
virtual G4double | MaxSecondaryEnergy (const G4ParticleDefinition *, G4double kineticEnergy) |
const G4MaterialCutsCouple * | CurrentCouple () const |
void | SetCurrentElement (const G4Element *) |
Definition at line 90 of file G4MicroElecElasticModel_new.hh.
G4MicroElecElasticModel_new::G4MicroElecElasticModel_new | ( | const G4ParticleDefinition * | p = 0, |
const G4String & | nam = "MicroElecElasticModel" ) |
Definition at line 89 of file G4MicroElecElasticModel_new.cc.
|
override |
Definition at line 126 of file G4MicroElecElasticModel_new.cc.
G4double G4MicroElecElasticModel_new::AcousticCrossSectionPerVolume | ( | G4double | ekin, |
G4double | kbz, | ||
G4double | rho, | ||
G4double | cs, | ||
G4double | Aac, | ||
G4double | Eac, | ||
G4double | prefactor ) |
Definition at line 422 of file G4MicroElecElasticModel_new.cc.
Referenced by CrossSectionPerVolume().
|
overridevirtual |
Reimplemented from G4VEmModel.
Definition at line 292 of file G4MicroElecElasticModel_new.cc.
Definition at line 523 of file G4MicroElecElasticModel_new.cc.
|
inline |
Definition at line 118 of file G4MicroElecElasticModel_new.hh.
|
overridevirtual |
Implements G4VEmModel.
Definition at line 168 of file G4MicroElecElasticModel_new.cc.
Referenced by CrossSectionPerVolume().
|
overridevirtual |
Implements G4VEmModel.
Definition at line 471 of file G4MicroElecElasticModel_new.cc.
void G4MicroElecElasticModel_new::SetKillBelowThreshold | ( | G4double | threshold | ) |
Definition at line 699 of file G4MicroElecElasticModel_new.cc.
|
protected |
Definition at line 123 of file G4MicroElecElasticModel_new.hh.
Referenced by G4MicroElecElasticModel_new(), Initialise(), and SampleSecondaries().