53     for(
unsigned int i=0;i<3;i++){
    54         vValueForSinglePlane += ( 
fAlfa[i] * 
fBeta[i] *
    55                                  std::exp( - std::fabs(vXposition) * 
fBeta[i] / aTF ) *
    56                                  ( 1. + 
fBeta[i] * std::fabs(vXposition) / aTF) );
    59     vValueForSinglePlane /= aTF;
    61     vValueForSinglePlane *= 0.25;
    63     return vValueForSinglePlane;
 
~XCrystalPlanarMoliereElectronDensity()
 
XCrystalPlanarMoliereElectronDensity()
 
virtual G4double ComputeTFScreeningRadius(XPhysicalLattice *)
 
G4double ComputeECForSinglePlane(G4double, XPhysicalLattice *)