Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4eDPWACoulombScatteringModel.hh>
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 |
size_t | currentCoupleIndex = 0 |
size_t | basedCoupleIndex = 0 |
G4bool | lossFlucFlag = true |
Definition at line 68 of file G4eDPWACoulombScatteringModel.hh.
G4eDPWACoulombScatteringModel::G4eDPWACoulombScatteringModel | ( | G4bool | ismixed = false , |
G4bool | isscpcor = true , |
||
G4double | mumin = 0.0 |
||
) |
Constructor.
[in] | ismixed | Indicates if the model is for mixed or for pure single Coulomb scattering. Different type of tables are pre- pared for sampling polar angle of Coulomb scattering for mixed and for pure single scattering models: cosine of the polar scattering angle can be sampled in a restriced inteval (see mumin input parameter below). |
[in] | isscpcor | Indicates if scattering power correction should be used. Note, scattering power correction accounts the effects angular deflections due to sub-threshold ionisations when ionisation is described by using condensed history model (should be active only in this case). |
[in] | mumin | When the model is used for mixed simulation, Coulomb scatterings, resulting in a minimum t_c polar angular deflection, modelled explicitly. Therefore, cross sections are computed, and angular deflections are sampled ina resricted [\theta_c,\pi] interval. The minimum of this interval is determined by the mumin parameter as: \mu_{min} = \mu(\theta_c)=0.5[1-\cos(\theta_c)] |
Definition at line 62 of file G4eDPWACoulombScatteringModel.cc.
|
override |
Definition at line 75 of file G4eDPWACoulombScatteringModel.cc.
|
overridevirtual |
Reimplemented from G4VEmModel.
Definition at line 125 of file G4eDPWACoulombScatteringModel.cc.
|
inline |
Definition at line 122 of file G4eDPWACoulombScatteringModel.hh.
Referenced by InitialiseLocal().
|
overridevirtual |
Implements G4VEmModel.
Definition at line 83 of file G4eDPWACoulombScatteringModel.cc.
|
overridevirtual |
Reimplemented from G4VEmModel.
Definition at line 116 of file G4eDPWACoulombScatteringModel.cc.
|
inlineoverridevirtual |
Reimplemented from G4VEmModel.
Definition at line 117 of file G4eDPWACoulombScatteringModel.hh.
|
overridevirtual |
Implements G4VEmModel.
Definition at line 155 of file G4eDPWACoulombScatteringModel.cc.
|
inline |
Definition at line 120 of file G4eDPWACoulombScatteringModel.hh.
Referenced by InitialiseLocal().