36 G4PairingCorrection::G4PairingCorrection()
50 theInstance = &theCorrections;
67 G4double Pair = (1 - Z + 2*(Z/2)) + (1 - N + 2*(N/2));
68 PCorrection = Pair*PairingConstant/std::sqrt(static_cast<G4double>(A));
70 return std::max(PCorrection,0.0);
78 G4double Pair = (1 - Z + 2*(Z/2)) + (1 - N + 2*(N/2));
79 G4double PCorrection = Pair*PairingConstant/std::sqrt(static_cast<G4double>(A));