|
| | G4hPairProductionModel (const G4ParticleDefinition *p=nullptr, const G4String &nam="hPairProd") |
| |
| | ~G4hPairProductionModel ()=default |
| |
| G4hPairProductionModel & | operator= (const G4hPairProductionModel &right)=delete |
| |
| | G4hPairProductionModel (const G4hPairProductionModel &)=delete |
| |
| | G4MuPairProductionModel (const G4ParticleDefinition *p=nullptr, const G4String &nam="muPairProd") |
| |
| | ~G4MuPairProductionModel () override=default |
| |
| void | Initialise (const G4ParticleDefinition *, const G4DataVector &) override |
| |
| void | InitialiseLocal (const G4ParticleDefinition *, G4VEmModel *masterModel) override |
| |
| G4double | ComputeCrossSectionPerAtom (const G4ParticleDefinition *, G4double kineticEnergy, G4double Z, G4double A, G4double cutEnergy, G4double maxEnergy) override |
| |
| G4double | ComputeDEDXPerVolume (const G4Material *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy) override |
| |
| void | SampleSecondaries (std::vector< G4DynamicParticle * > *, const G4MaterialCutsCouple *, const G4DynamicParticle *, G4double tmin, G4double maxEnergy) override |
| |
| G4double | MinPrimaryEnergy (const G4Material *, const G4ParticleDefinition *, G4double) override |
| |
| virtual G4double | ComputeDMicroscopicCrossSection (G4double tkin, G4double Z, G4double pairEnergy) |
| |
| void | SetLowestKineticEnergy (G4double e) |
| |
| void | SetParticle (const G4ParticleDefinition *) |
| |
| G4MuPairProductionModel & | operator= (const G4MuPairProductionModel &right)=delete |
| |
| | G4MuPairProductionModel (const G4MuPairProductionModel &)=delete |
| |
| | G4VEmModel (const G4String &nam) |
| |
| virtual | ~G4VEmModel () |
| |
| virtual void | InitialiseForMaterial (const G4ParticleDefinition *, const G4Material *) |
| |
| virtual void | InitialiseForElement (const G4ParticleDefinition *, G4int Z) |
| |
| virtual G4double | CrossSectionPerVolume (const G4Material *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX) |
| |
| virtual G4double | GetPartialCrossSection (const G4Material *, G4int level, const G4ParticleDefinition *, G4double kineticEnergy) |
| |
| virtual G4double | ComputeCrossSectionPerShell (const G4ParticleDefinition *, G4int Z, G4int shellIdx, G4double kinEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX) |
| |
| virtual G4double | ChargeSquareRatio (const G4Track &) |
| |
| virtual G4double | GetChargeSquareRatio (const G4ParticleDefinition *, const G4Material *, G4double kineticEnergy) |
| |
| virtual G4double | GetParticleCharge (const G4ParticleDefinition *, const G4Material *, G4double kineticEnergy) |
| |
| virtual void | StartTracking (G4Track *) |
| |
| virtual void | CorrectionsAlongStep (const G4MaterialCutsCouple *, const G4DynamicParticle *, const G4double &length, G4double &eloss) |
| |
| virtual G4double | Value (const G4MaterialCutsCouple *, const G4ParticleDefinition *, G4double kineticEnergy) |
| |
| virtual G4double | MinEnergyCut (const G4ParticleDefinition *, const G4MaterialCutsCouple *) |
| |
| virtual void | SetupForMaterial (const G4ParticleDefinition *, const G4Material *, G4double kineticEnergy) |
| |
| virtual void | DefineForRegion (const G4Region *) |
| |
| virtual void | FillNumberOfSecondaries (G4int &numberOfTriplets, G4int &numberOfRecoil) |
| |
| virtual void | ModelDescription (std::ostream &outFile) const |
| |
| void | InitialiseElementSelectors (const G4ParticleDefinition *, const G4DataVector &) |
| |
| std::vector< G4EmElementSelector * > * | GetElementSelectors () |
| |
| void | SetElementSelectors (std::vector< G4EmElementSelector * > *) |
| |
| G4double | ComputeDEDX (const G4MaterialCutsCouple *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=DBL_MAX) |
| |
| G4double | CrossSection (const G4MaterialCutsCouple *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX) |
| |
| G4double | ComputeMeanFreePath (const G4ParticleDefinition *, G4double kineticEnergy, const G4Material *, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX) |
| |
| G4double | ComputeCrossSectionPerAtom (const G4ParticleDefinition *, const G4Element *, G4double kinEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX) |
| |
| const G4Element * | SelectRandomAtom (const G4MaterialCutsCouple *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX) |
| |
| const G4Element * | SelectTargetAtom (const G4MaterialCutsCouple *, const G4ParticleDefinition *, G4double kineticEnergy, G4double logKineticEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX) |
| |
| const G4Element * | SelectRandomAtom (const G4Material *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX) |
| |
| const G4Element * | GetCurrentElement (const G4Material *mat=nullptr) const |
| |
| G4int | SelectRandomAtomNumber (const G4Material *) const |
| |
| const G4Isotope * | GetCurrentIsotope (const G4Element *elm=nullptr) const |
| |
| G4int | SelectIsotopeNumber (const G4Element *) const |
| |
| void | SetParticleChange (G4VParticleChange *, G4VEmFluctuationModel *f=nullptr) |
| |
| void | SetCrossSectionTable (G4PhysicsTable *, G4bool isLocal) |
| |
| G4ElementData * | GetElementData () |
| |
| G4PhysicsTable * | GetCrossSectionTable () |
| |
| G4VEmFluctuationModel * | GetModelOfFluctuations () |
| |
| G4VEmAngularDistribution * | GetAngularDistribution () |
| |
| G4VEmModel * | GetTripletModel () |
| |
| void | SetTripletModel (G4VEmModel *) |
| |
| void | SetAngularDistribution (G4VEmAngularDistribution *) |
| |
| G4double | HighEnergyLimit () const |
| |
| G4double | LowEnergyLimit () const |
| |
| G4double | HighEnergyActivationLimit () const |
| |
| G4double | LowEnergyActivationLimit () const |
| |
| G4double | PolarAngleLimit () const |
| |
| G4double | SecondaryThreshold () const |
| |
| G4bool | DeexcitationFlag () const |
| |
| G4bool | ForceBuildTableFlag () const |
| |
| G4bool | UseAngularGeneratorFlag () const |
| |
| void | SetAngularGeneratorFlag (G4bool) |
| |
| void | SetHighEnergyLimit (G4double) |
| |
| void | SetLowEnergyLimit (G4double) |
| |
| void | SetActivationHighEnergyLimit (G4double) |
| |
| void | SetActivationLowEnergyLimit (G4double) |
| |
| G4bool | IsActive (G4double kinEnergy) const |
| |
| void | SetPolarAngleLimit (G4double) |
| |
| void | SetSecondaryThreshold (G4double) |
| |
| void | SetDeexcitationFlag (G4bool val) |
| |
| void | SetForceBuildTable (G4bool val) |
| |
| void | SetFluctuationFlag (G4bool val) |
| |
| G4bool | IsMaster () const |
| |
| void | SetUseBaseMaterials (G4bool val) |
| |
| G4bool | UseBaseMaterials () const |
| |
| G4double | MaxSecondaryKinEnergy (const G4DynamicParticle *dynParticle) |
| |
| const G4String & | GetName () const |
| |
| void | SetCurrentCouple (const G4MaterialCutsCouple *) |
| |
| G4bool | IsLocked () const |
| |
| void | SetLocked (G4bool) |
| |
| void | SetLPMFlag (G4bool) |
| |
| void | SetMasterThread (G4bool) |
| |
| G4VEmModel & | operator= (const G4VEmModel &right)=delete |
| |
| | G4VEmModel (const G4VEmModel &)=delete |
| |
|
| 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 *) |
| |
| 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 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 55 of file G4hPairProductionModel.hh.