Import Geant4 10.5.0.beta source tree
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
// Creation date: 17.10.2017
|
||||
//
|
||||
// Modifications:
|
||||
// 02.02.2018 M.Novak: fixed initialization of first moment correction.
|
||||
//
|
||||
// Class description: see the header file.
|
||||
//
|
||||
@@ -329,7 +330,7 @@ void G4GSPWACorrections::InitDataMaterial(const G4Material *mat) {
|
||||
// screening parameter (= (mc^2)^\alpha^2/(4(pc)^2C_{TF}^2) dumScr
|
||||
G4double scrCorTed = constFactor*dumScr/(4.*pt2);
|
||||
G4double dum0 = G4Log(1.+1./scrCorTed);
|
||||
perMat->fCorFirstMoment[iek] = perMat->fCorFirstMoment[iek]/(zs*(dum0-1./(1.-scrCorTed)));
|
||||
perMat->fCorFirstMoment[iek] = perMat->fCorFirstMoment[iek]/(zs*(dum0-1./(1.+scrCorTed)));
|
||||
//
|
||||
// 3. the remaining part of the second moment correction and divide by the one computed by using the corrected
|
||||
// screening parameter
|
||||
|
||||
Reference in New Issue
Block a user