|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4eeToHadronsMultiModel.hh>
Inheritance diagram for G4eeToHadronsMultiModel: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 *) |
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 |
Definition at line 63 of file G4eeToHadronsMultiModel.hh.
|
explicit |
Definition at line 65 of file G4eeToHadronsMultiModel.cc.
Referenced by G4eeToHadronsMultiModel(), and operator=().
|
override |
Definition at line 74 of file G4eeToHadronsMultiModel.cc.
|
delete |
|
overridevirtual |
Reimplemented from G4VEmModel.
Definition at line 153 of file G4eeToHadronsMultiModel.cc.
| G4double G4eeToHadronsMultiModel::ComputeCrossSectionPerElectron | ( | const G4ParticleDefinition * | , |
| G4double | kineticEnergy, | ||
| G4double | cutEnergy = 0.0, | ||
| G4double | maxEnergy = DBL_MAX ) |
Definition at line 164 of file G4eeToHadronsMultiModel.cc.
Referenced by ComputeCrossSectionPerAtom(), ComputeCrossSectionPerElectron(), and CrossSectionPerVolume().
|
overridevirtual |
Reimplemented from G4VEmModel.
Definition at line 141 of file G4eeToHadronsMultiModel.cc.
|
overridevirtual |
Implements G4VEmModel.
Definition at line 81 of file G4eeToHadronsMultiModel.cc.
|
overridevirtual |
Reimplemented from G4VEmModel.
Definition at line 209 of file G4eeToHadronsMultiModel.cc.
|
delete |
|
overridevirtual |
Implements G4VEmModel.
Definition at line 185 of file G4eeToHadronsMultiModel.cc.
Referenced by SampleSecondaries().
| void G4eeToHadronsMultiModel::SetCrossSecFactor | ( | G4double | fac | ) |
Definition at line 223 of file G4eeToHadronsMultiModel.cc.