Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4MuPairProductionModel.hh>
Protected Member Functions | |
G4double | ComputMuPairLoss (G4double Z, G4double tkin, G4double cut, G4double tmax) |
G4double | ComputeMicroscopicCrossSection (G4double tkin, G4double Z, G4double cut) |
G4double | FindScaledEnergy (G4int Z, G4double rand, G4double logTkin, G4double yymin, G4double yymax) |
G4double | MaxSecondaryEnergyForElement (G4double kineticEnergy, G4double Z) |
void | MakeSamplingTables () |
void | StoreTables () const |
G4bool | RetrieveTables () |
virtual void | DataCorrupted (G4int Z, G4double logTkin) const |
![]() | |
G4ParticleChangeForLoss * | GetParticleChangeForLoss () |
G4ParticleChangeForGamma * | GetParticleChangeForGamma () |
virtual G4double | MaxSecondaryEnergy (const G4ParticleDefinition *, G4double kineticEnergy) |
const G4MaterialCutsCouple * | CurrentCouple () const |
void | SetCurrentElement (const G4Element *) |
Protected Attributes | |
G4ParticleChangeForLoss * | fParticleChange = nullptr |
const G4ParticleDefinition * | particle = nullptr |
G4NistManager * | nist = nullptr |
G4double | factorForCross |
G4double | sqrte |
G4double | particleMass = 0.0 |
G4double | z13 = 0.0 |
G4double | z23 = 0.0 |
G4double | lnZ = 0.0 |
G4double | minPairEnergy |
G4double | lowestKinEnergy |
G4double | emin |
G4double | emax |
G4double | ymin = -5.0 |
G4double | dy = 0.005 |
G4int | currentZ = 0 |
G4int | nYBinPerDecade = 4 |
std::size_t | nbiny = 1000 |
std::size_t | nbine = 0 |
G4bool | fTableToFile = false |
![]() | |
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 |
Static Protected Attributes | |
static const G4int | NZDATPAIR = 5 |
static const G4int | NINTPAIR = 8 |
static const G4int | ZDATPAIR [NZDATPAIR] = {1, 4, 13, 29, 92} |
static const G4double | xgi [NINTPAIR] |
static const G4double | wgi [NINTPAIR] |
Definition at line 72 of file G4MuPairProductionModel.hh.
|
explicit |
Definition at line 118 of file G4MuPairProductionModel.cc.
Referenced by G4hPairProductionModel::G4hPairProductionModel(), G4MuonToMuonPairProductionModel::G4MuonToMuonPairProductionModel(), G4MuPairProductionModel(), and operator=().
|
overridedefault |
|
delete |
|
overridevirtual |
Reimplemented from G4VEmModel.
Definition at line 457 of file G4MuPairProductionModel.cc.
|
overridevirtual |
Reimplemented from G4VEmModel.
Definition at line 229 of file G4MuPairProductionModel.cc.
|
virtual |
Reimplemented in G4MuonToMuonPairProductionModel.
Definition at line 321 of file G4MuPairProductionModel.cc.
Referenced by ComputeMicroscopicCrossSection(), ComputMuPairLoss(), and MakeSamplingTables().
|
protected |
Definition at line 289 of file G4MuPairProductionModel.cc.
Referenced by ComputeCrossSectionPerAtom().
|
protected |
Definition at line 256 of file G4MuPairProductionModel.cc.
Referenced by ComputeDEDXPerVolume().
Reimplemented in G4MuonToMuonPairProductionModel.
Definition at line 703 of file G4MuPairProductionModel.cc.
Referenced by FindScaledEnergy(), and StoreTables().
|
protected |
Definition at line 683 of file G4MuPairProductionModel.cc.
Referenced by G4MuonToMuonPairProductionModel::SampleSecondaries(), and SampleSecondaries().
|
overridevirtual |
Implements G4VEmModel.
Definition at line 153 of file G4MuPairProductionModel.cc.
|
overridevirtual |
Reimplemented from G4VEmModel.
Definition at line 219 of file G4MuPairProductionModel.cc.
|
protected |
Definition at line 481 of file G4MuPairProductionModel.cc.
Referenced by Initialise().
|
inlineprotected |
Definition at line 204 of file G4MuPairProductionModel.hh.
Referenced by ComputeCrossSectionPerAtom(), ComputeDEDXPerVolume(), ComputeMicroscopicCrossSection(), MakeSamplingTables(), G4MuonToMuonPairProductionModel::SampleSecondaries(), and SampleSecondaries().
|
overridevirtual |
Reimplemented from G4VEmModel.
Definition at line 144 of file G4MuPairProductionModel.cc.
|
delete |
|
protected |
Definition at line 733 of file G4MuPairProductionModel.cc.
Referenced by Initialise().
|
overridevirtual |
Implements G4VEmModel.
Definition at line 550 of file G4MuPairProductionModel.cc.
|
inline |
Definition at line 185 of file G4MuPairProductionModel.hh.
Referenced by G4ePairProduction::InitialiseEnergyLossProcess().
|
inline |
Definition at line 193 of file G4MuPairProductionModel.hh.
Referenced by G4MuPairProductionModel(), and Initialise().
|
protected |
Definition at line 715 of file G4MuPairProductionModel.cc.
Referenced by Initialise().
|
protected |
Definition at line 162 of file G4MuPairProductionModel.hh.
Referenced by MaxSecondaryEnergyForElement(), G4MuonToMuonPairProductionModel::SampleSecondaries(), and SampleSecondaries().
|
protected |
Definition at line 160 of file G4MuPairProductionModel.hh.
Referenced by Initialise(), and MakeSamplingTables().
|
protected |
Definition at line 158 of file G4MuPairProductionModel.hh.
Referenced by G4MuPairProductionModel(), Initialise(), and MakeSamplingTables().
|
protected |
Definition at line 157 of file G4MuPairProductionModel.hh.
Referenced by G4MuPairProductionModel(), Initialise(), and MakeSamplingTables().
|
protected |
Definition at line 147 of file G4MuPairProductionModel.hh.
Referenced by ComputeDMicroscopicCrossSection(), and G4MuPairProductionModel().
|
protected |
Definition at line 143 of file G4MuPairProductionModel.hh.
Referenced by Initialise(), G4MuonToMuonPairProductionModel::SampleSecondaries(), and SampleSecondaries().
|
protected |
Definition at line 167 of file G4MuPairProductionModel.hh.
Referenced by Initialise().
|
protected |
Definition at line 152 of file G4MuPairProductionModel.hh.
Referenced by MaxSecondaryEnergyForElement(), G4MuonToMuonPairProductionModel::SampleSecondaries(), and SampleSecondaries().
|
protected |
Definition at line 155 of file G4MuPairProductionModel.hh.
Referenced by ComputeCrossSectionPerAtom(), ComputeDEDXPerVolume(), G4MuPairProductionModel(), Initialise(), InitialiseLocal(), MinPrimaryEnergy(), and SetLowestKineticEnergy().
|
protected |
Definition at line 154 of file G4MuPairProductionModel.hh.
Referenced by ComputeCrossSectionPerAtom(), ComputeDEDXPerVolume(), ComputeDMicroscopicCrossSection(), ComputeMicroscopicCrossSection(), ComputMuPairLoss(), G4MuPairProductionModel(), Initialise(), MakeSamplingTables(), and SampleSecondaries().
|
protected |
Definition at line 165 of file G4MuPairProductionModel.hh.
Referenced by Initialise(), MakeSamplingTables(), and RetrieveTables().
|
protected |
Definition at line 164 of file G4MuPairProductionModel.hh.
Referenced by Initialise(), MakeSamplingTables(), and RetrieveTables().
|
staticprotected |
Definition at line 171 of file G4MuPairProductionModel.hh.
Referenced by G4MuonToMuonPairProductionModel::ComputeDMicroscopicCrossSection(), ComputeDMicroscopicCrossSection(), ComputeMicroscopicCrossSection(), and ComputMuPairLoss().
|
protected |
Definition at line 145 of file G4MuPairProductionModel.hh.
Referenced by G4MuPairProductionModel(), MaxSecondaryEnergyForElement(), G4MuonToMuonPairProductionModel::SampleSecondaries(), SampleSecondaries(), and G4MuonToMuonPairProductionModel::U_func().
|
protected |
Definition at line 163 of file G4MuPairProductionModel.hh.
Referenced by Initialise().
|
staticprotected |
Definition at line 170 of file G4MuPairProductionModel.hh.
Referenced by Initialise(), MakeSamplingTables(), RetrieveTables(), G4MuonToMuonPairProductionModel::SampleSecondaries(), SampleSecondaries(), and StoreTables().
|
protected |
Definition at line 144 of file G4MuPairProductionModel.hh.
Referenced by Initialise(), InitialiseLocal(), RetrieveTables(), G4MuonToMuonPairProductionModel::SampleSecondaries(), SampleSecondaries(), SetParticle(), and StoreTables().
|
protected |
Definition at line 149 of file G4MuPairProductionModel.hh.
Referenced by G4MuonToMuonPairProductionModel::ComputeDMicroscopicCrossSection(), ComputeDMicroscopicCrossSection(), MaxSecondaryEnergyForElement(), SampleSecondaries(), and SetParticle().
|
protected |
Definition at line 148 of file G4MuPairProductionModel.hh.
Referenced by ComputeDMicroscopicCrossSection(), G4MuPairProductionModel(), and MaxSecondaryEnergyForElement().
|
staticprotected |
Definition at line 103 of file G4MuPairProductionModel.hh.
Referenced by G4MuonToMuonPairProductionModel::ComputeDMicroscopicCrossSection(), ComputeDMicroscopicCrossSection(), ComputeMicroscopicCrossSection(), and ComputMuPairLoss().
|
staticprotected |
Definition at line 98 of file G4MuPairProductionModel.hh.
Referenced by G4MuonToMuonPairProductionModel::ComputeDMicroscopicCrossSection(), ComputeDMicroscopicCrossSection(), ComputeMicroscopicCrossSection(), and ComputMuPairLoss().
|
protected |
Definition at line 159 of file G4MuPairProductionModel.hh.
Referenced by Initialise(), MakeSamplingTables(), G4MuonToMuonPairProductionModel::SampleSecondaries(), and SampleSecondaries().
|
protected |
Definition at line 150 of file G4MuPairProductionModel.hh.
Referenced by ComputeDMicroscopicCrossSection(), and MaxSecondaryEnergyForElement().
|
protected |
Definition at line 151 of file G4MuPairProductionModel.hh.
Referenced by ComputeDMicroscopicCrossSection(), and MaxSecondaryEnergyForElement().
|
staticprotected |
Definition at line 96 of file G4MuPairProductionModel.hh.
Referenced by FindScaledEnergy(), MakeSamplingTables(), RetrieveTables(), G4MuonToMuonPairProductionModel::SampleSecondaries(), SampleSecondaries(), and StoreTables().