diff --git a/reconstruction/dc/src/main/java/org/jlab/rec/dc/timetodistance/TableLoader.java b/reconstruction/dc/src/main/java/org/jlab/rec/dc/timetodistance/TableLoader.java index 5b77fb736d..1ff5c51e32 100644 --- a/reconstruction/dc/src/main/java/org/jlab/rec/dc/timetodistance/TableLoader.java +++ b/reconstruction/dc/src/main/java/org/jlab/rec/dc/timetodistance/TableLoader.java @@ -279,8 +279,6 @@ public static synchronized void getConstants(IndexedTable t2dPressure, IndexedTa +t2dPressure.getDoubleValueByHash("distbeta_a2", hash)*dp*dp*dp2scale; if(r>1 && r<4) { delta_bfield_coefficient[s][r] = t2dPressure.getDoubleValueByHash("delta_bfield_a0", hash) - +t2dPressure.getDoubleValueByHash("delta_bfield_a1", hash)*dp*dpscale - +t2dPressure.getDoubleValueByHash("delta_bfield_a2", hash)*dp*dp*dp2scale +t2dPressure.getDoubleValueByHash("delta_bfield_a1", hash)*dp*dpscale +t2dPressure.getDoubleValueByHash("delta_bfield_a2", hash)*dp*dp*dp2scale; b1[s][r] = t2dPressure.getDoubleValueByHash("b1_a0", hash)