// Parameters to scale energy reconstruction assuming // full labppo to partial fill. // From DocDB 3133, scaling is of form: // E = E0 / (1 + a1 * a2 * (z_split + R_AV) ^ a3 ) // Where a2 is dependent on z_ev. { type: "FIT_PARTIAL_ENERGY_SCALING", version: 1, index: "labppo_scintillator", run_range: [0, 0], pass: 0, comment: "", timestamp: "", z_positions: [-2000.0, -1000.0, 0.0, 1000.0, 2000.0, 3000.0, 4000.0], z_constants: [1.08e-11, 6.45e-12, 4.20e-12, 2.89e-12, 2.07e-12, 1.51e-12, 1.13e-12], // a2 z_power: 2.76, // a3 abs_scaling: 0.33, // a1 }