#include <G4WentzelOKandVIxSection.hh>
Definition at line 71 of file G4WentzelOKandVIxSection.hh.
◆ G4WentzelOKandVIxSection() [1/2]
G4WentzelOKandVIxSection::G4WentzelOKandVIxSection |
( |
G4bool |
combined = true | ) |
|
Definition at line 66 of file G4WentzelOKandVIxSection.cc.
94 for(
G4int j=1; j<100; ++j) {
const G4ParticleDefinition * theElectron
const G4ParticleDefinition * theProton
static G4Pow * GetInstance()
static G4double ScreenRSquareElec[100]
static G4double FormFactor[100]
const G4ParticleDefinition * particle
static G4NistManager * Instance()
static const double twopi
static G4Proton * Proton()
G4double Z13(G4int Z) const
G4double G4Exp(G4double initial_x)
Exponential Function double precision.
static G4Positron * Positron()
int classic_electr_radius
const G4ParticleDefinition * thePositron
const G4Material * currentMaterial
G4NistManager * fNistManager
static G4Electron * Electron()
static G4double ScreenRSquare[100]
◆ ~G4WentzelOKandVIxSection()
G4WentzelOKandVIxSection::~G4WentzelOKandVIxSection |
( |
| ) |
|
|
virtual |
◆ G4WentzelOKandVIxSection() [2/2]
◆ ComputeElectronCrossSection()
◆ ComputeMaxElectronScattering()
void G4WentzelOKandVIxSection::ComputeMaxElectronScattering |
( |
G4double |
cut | ) |
|
|
private |
Definition at line 348 of file G4WentzelOKandVIxSection.cc.
354 (1.0 + 2.0*ratio*(tau + 1.0) + ratio*ratio);
const G4ParticleDefinition * theElectron
const G4ParticleDefinition * particle
◆ ComputeNuclearCrossSection()
◆ ComputeSecondTransportMoment()
G4double G4WentzelOKandVIxSection::ComputeSecondTransportMoment |
( |
G4double |
CosThetaMax | ) |
|
◆ ComputeTransportCrossSectionPerAtom()
G4double G4WentzelOKandVIxSection::ComputeTransportCrossSectionPerAtom |
( |
G4double |
CosThetaMax | ) |
|
Definition at line 206 of file G4WentzelOKandVIxSection.cc.
209 if(cosTMax >= 1.0) {
return xSection; }
225 y = x2*(1.0 - 1.3333333*x + 3*
x2);
226 if(0.0 < factB) { y -= fb*x2*x*(0.6666667 -
x); }
229 xlog =
G4Log(1.0 + x);
231 if(0.0 < factB) { y -= fb*(x + x1 - 2*xlog); }
237 G4cout <<
"G4WentzelOKandVIxSection::ComputeTransportCrossSectionPerAtom" 238 <<
" scattering on e- <0" 241 <<
" e(MeV)= " <<
tkin <<
" p(MeV/c)= " << sqrt(
mom2)
244 G4cout <<
" 1-costm= " << 1.0-costm <<
" screenZ= " <<
screenZ 264 y = x2*(1.0 - 1.3333333*x + 3*
x2);
265 if(0.0 < factB) { y -= fb*x2*x*(0.6666667 -
x); }
268 xlog =
G4Log(1.0 + x);
270 if(0.0 < factB) { y -= fb*(x + x1 - 2*xlog); }
276 G4cout <<
"G4WentzelOKandVIxSection::ComputeTransportCrossSectionPerAtom" 277 <<
" scattering on nucleus <0" 283 <<
" x= " <<
" x1= " << x1 <<
G4endl;
const G4ParticleDefinition * particle
const G4String & GetParticleName() const
G4GLOB_DLL std::ostream G4cout
G4double G4Log(G4double x)
◆ GetCosThetaElec()
G4double G4WentzelOKandVIxSection::GetCosThetaElec |
( |
| ) |
const |
|
inline |
◆ GetCosThetaNuc()
G4double G4WentzelOKandVIxSection::GetCosThetaNuc |
( |
| ) |
const |
|
inline |
◆ GetMomentumSquare()
G4double G4WentzelOKandVIxSection::GetMomentumSquare |
( |
| ) |
const |
|
inline |
◆ Initialise()
Definition at line 125 of file G4WentzelOKandVIxSection.cc.
void SetupParticle(const G4ParticleDefinition *)
static const double hbarc
G4double FactorForAngleLimit() const
static const double fermi
const G4Material * currentMaterial
static G4EmParameters * Instance()
◆ operator=()
◆ SampleSingleScattering()
Definition at line 305 of file G4WentzelOKandVIxSection.cc.
315 if(elecRatio > 0.0) {
316 if(rndmEngineMod->
flat() <= elecRatio) {
329 /((1.0 + z1*
factD)*fm*fm);
331 if(rndmEngineMod->
flat() <= grej) {
334 if(cost > 1.0) { cost = 1.0; }
335 else if(cost < -1.0) { cost =-1.0; }
336 G4double sint = sqrt((1.0 - cost)*(1.0 + cost));
339 temp.
set(sint*cos(phi),sint*sin(phi),cost);
void set(double x, double y, double z)
static const double twopi
◆ SetTargetMass()
void G4WentzelOKandVIxSection::SetTargetMass |
( |
G4double |
value | ) |
|
|
inline |
◆ SetupKinematic()
Definition at line 181 of file G4WentzelOKandVIxSection.hh.
G4IonisParamMat * GetIonisation() const
const G4Material * currentMaterial
G4double GetInvA23() const
◆ SetupParticle()
Definition at line 149 of file G4WentzelOKandVIxSection.cc.
const G4ParticleDefinition * particle
G4double GetPDGSpin() const
G4double GetPDGMass() const
const G4Material * currentMaterial
static const double eplus
G4double GetPDGCharge() const
◆ SetupTarget()
Definition at line 166 of file G4WentzelOKandVIxSection.cc.
200 return cosTetMaxNuc2;
const G4ParticleDefinition * theProton
static G4double ScreenRSquareElec[100]
void SetTargetMass(G4double value)
static G4double FormFactor[100]
const G4ParticleDefinition * particle
void ComputeMaxElectronScattering(G4double cut)
static const double amu_c2
G4NistManager * fNistManager
static G4double ScreenRSquare[100]
G4double Z23(G4int Z) const
G4double GetAtomicMassAmu(const G4String &symb) const
◆ alpha2
G4double G4WentzelOKandVIxSection::alpha2 |
|
private |
◆ charge3
G4double G4WentzelOKandVIxSection::charge3 |
|
private |
◆ chargeSquare
G4double G4WentzelOKandVIxSection::chargeSquare |
|
private |
◆ coeff
G4double G4WentzelOKandVIxSection::coeff |
|
private |
◆ cosTetMaxElec
G4double G4WentzelOKandVIxSection::cosTetMaxElec |
|
private |
◆ cosTetMaxNuc
G4double G4WentzelOKandVIxSection::cosTetMaxNuc |
|
private |
◆ cosThetaMax
G4double G4WentzelOKandVIxSection::cosThetaMax |
|
private |
◆ currentMaterial
const G4Material* G4WentzelOKandVIxSection::currentMaterial |
|
private |
◆ ecut
◆ etag
◆ factB
G4double G4WentzelOKandVIxSection::factB |
|
private |
◆ factB1
G4double G4WentzelOKandVIxSection::factB1 |
|
private |
◆ factD
G4double G4WentzelOKandVIxSection::factD |
|
private |
◆ factorA2
G4double G4WentzelOKandVIxSection::factorA2 |
|
private |
◆ fG4pow
G4Pow* G4WentzelOKandVIxSection::fG4pow |
|
private |
◆ fNistManager
◆ formfactA
G4double G4WentzelOKandVIxSection::formfactA |
|
private |
◆ FormFactor
G4double G4WentzelOKandVIxSection::FormFactor = {0.0} |
|
staticprivate |
◆ gam0pcmp
G4double G4WentzelOKandVIxSection::gam0pcmp |
|
private |
◆ invbeta2
G4double G4WentzelOKandVIxSection::invbeta2 |
|
private |
◆ isCombined
G4bool G4WentzelOKandVIxSection::isCombined |
|
private |
◆ kinFactor
G4double G4WentzelOKandVIxSection::kinFactor |
|
private |
◆ lowEnergyLimit
G4double G4WentzelOKandVIxSection::lowEnergyLimit |
|
private |
◆ mass
◆ mom2
◆ momCM2
G4double G4WentzelOKandVIxSection::momCM2 |
|
private |
◆ numlimit
G4double G4WentzelOKandVIxSection::numlimit |
|
private |
◆ nwarnings
G4int G4WentzelOKandVIxSection::nwarnings |
|
private |
◆ nwarnlimit
G4int G4WentzelOKandVIxSection::nwarnlimit |
|
private |
◆ particle
◆ pcmp2
G4double G4WentzelOKandVIxSection::pcmp2 |
|
private |
◆ ScreenRSquare
G4double G4WentzelOKandVIxSection::ScreenRSquare = {0.0} |
|
staticprivate |
◆ ScreenRSquareElec
G4double G4WentzelOKandVIxSection::ScreenRSquareElec = {0.0} |
|
staticprivate |
◆ screenZ
G4double G4WentzelOKandVIxSection::screenZ |
|
private |
◆ spin
◆ targetMass
G4double G4WentzelOKandVIxSection::targetMass |
|
private |
◆ targetZ
G4int G4WentzelOKandVIxSection::targetZ |
|
private |
◆ temp
◆ theElectron
◆ thePositron
◆ theProton
◆ tkin
The documentation for this class was generated from the following files: