54 #ifndef G4WentzelOKandVIxSection_h
55 #define G4WentzelOKandVIxSection_h 1
112 void ComputeMaxElectronScattering(
G4double cut);
169 static G4double ScreenRSquareElec[100];
179 if(ekin != tkin || mat != currentMaterial) {
180 currentMaterial =
mat;
182 mom2 = tkin*(tkin + 2.0*mass);
183 invbeta2 = 1.0 + mass*mass/mom2;
184 factB = spin/invbeta2;
196 factD = std::sqrt(mom2)/
value;
217 return cosTetMaxElec;
227 if(cosTMax < cosTMin) {
228 xsec = targetZ*kinFactor*(cosTMin - cosTMax)/
229 ((1.0 - cosTMin + screenZ)*(1.0 - cosTMax + screenZ));
244 xsec = kinFactor*(cost1 - cost2)/((1.0 - cost1 + screenZ)*(1.0 - cost2 + screenZ));
void SetupParticle(const G4ParticleDefinition *)
G4IonisParamMat * GetIonisation() const
void SetTargetMass(G4double value)
G4ThreeVector SampleSingleScattering(G4double CosThetaMin, G4double CosThetaMax, G4double elecRatio=0.0)
G4double GetMomentumSquare() const
G4double SetupTarget(G4int Z, G4double cut=DBL_MAX)
virtual ~G4WentzelOKandVIxSection()
G4double ComputeTransportCrossSectionPerAtom(G4double CosThetaMax)
G4WentzelOKandVIxSection()
G4double GetCosThetaNuc() const
G4double GetInvA23() const
G4double SetupKinematic(G4double kinEnergy, const G4Material *mat)
G4double GetCosThetaElec() const
G4double ComputeElectronCrossSection(G4double CosThetaMin, G4double CosThetaMax)
T max(const T t1, const T t2)
brief Return the largest of the two arguments
G4double ComputeNuclearCrossSection(G4double CosThetaMin, G4double CosThetaMax)
const XML_Char int const XML_Char * value
void Initialise(const G4ParticleDefinition *, G4double CosThetaLim)