Numass run 2016_10

This commit is contained in:
Alexander Nozik 2016-10-24 11:47:31 +03:00
parent ec14d28714
commit 91e2d7a348

View File

@ -102,11 +102,11 @@ public class NumassPlugin extends BasicPlugin {
private void loadMath(MathPlugin math) { private void loadMath(MathPlugin math) {
math.registerBivariate("numass.trap2016", (Ei, Ef) -> { math.registerBivariate("numass.trap2016", (Ei, Ef) -> {
return 3.92e-5 * FastMath.exp(-(Ei - Ef) / 300d) + 1.1e-4 - 4e-9 * Ei; return 3.92e-5 * FastMath.exp(-(Ei - Ef) / 300d) + 1.97e-4 - 6.818e-9 * Ei;
}); });
math.registerBivariate("numass.trap.nominal", (Ei, Ef) -> { math.registerBivariate("numass.trap.nominal", (Ei, Ef) -> {
return 1.64e-5 * FastMath.exp(-(Ei - Ef) / 300d) + 1.97e-4 - 6.818e-9 * Ei; return 1.64e-5 * FastMath.exp(-(Ei - Ef) / 300d) + 1.1e-4 - 4e-9 * Ei;
}); });
math.registerBivariate("numass.resolutionTail", meta -> { math.registerBivariate("numass.resolutionTail", meta -> {