Geant4 11.1.1
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 |
size_t | currentCoupleIndex = 0 |
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 91 of file G4MicroElecElasticModel_new.hh.
G4MicroElecElasticModel_new::G4MicroElecElasticModel_new | ( | const G4ParticleDefinition * | p = 0 , |
const G4String & | nam = "MicroElecElasticModel" |
||
) |
Definition at line 88 of file G4MicroElecElasticModel_new.cc.
|
override |
Definition at line 125 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 404 of file G4MicroElecElasticModel_new.cc.
Referenced by CrossSectionPerVolume().
|
overridevirtual |
Reimplemented from G4VEmModel.
Definition at line 291 of file G4MicroElecElasticModel_new.cc.
Definition at line 505 of file G4MicroElecElasticModel_new.cc.
|
inline |
Definition at line 119 of file G4MicroElecElasticModel_new.hh.
|
overridevirtual |
Implements G4VEmModel.
Definition at line 167 of file G4MicroElecElasticModel_new.cc.
Referenced by CrossSectionPerVolume().
|
overridevirtual |
Implements G4VEmModel.
Definition at line 453 of file G4MicroElecElasticModel_new.cc.
void G4MicroElecElasticModel_new::SetKillBelowThreshold | ( | G4double | threshold | ) |
Definition at line 681 of file G4MicroElecElasticModel_new.cc.
|
protected |
Definition at line 124 of file G4MicroElecElasticModel_new.hh.
Referenced by G4MicroElecElasticModel_new(), Initialise(), and SampleSecondaries().