<html><head><meta http-equiv="content-type" content="text/html; charset=us-ascii"></head><body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">Hi all, <div><br></div><div>As promised this is the energy correction calculated from ~50 runs (Fall 2018 outbending with Fiducial cuts applied). It is also committed in the IGUANA GitHub. </div><div><br></div><div>Best, </div><div>Asli</div><div><br></div><div><div style="caret-color: rgb(0, 0, 0); color: rgb(55, 65, 82); font-family: Menlo, Monaco, "Courier New", monospace; white-space: pre; background-color: rgb(244, 249, 255);">TLorentzVector  <span style="color: rgb(14, 64, 171);">Correct_Electron</span>(TLorentzVector <span style="color: rgb(45, 61, 182);">x</span>){</div><div style="caret-color: rgb(0, 0, 0); color: rgb(55, 65, 82); font-family: Menlo, Monaco, "Courier New", monospace; white-space: pre; background-color: rgb(244, 249, 255);"><br></div><div style="caret-color: rgb(0, 0, 0); color: rgb(55, 65, 82); font-family: Menlo, Monaco, "Courier New", monospace; white-space: pre; background-color: rgb(244, 249, 255);">  <span style="color: rgb(168, 103, 0);">Double_t</span> <span style="color: rgb(168, 103, 0);">E_new</span>, <span style="color: rgb(168, 103, 0);">Px_el</span>, <span style="color: rgb(168, 103, 0);">Py_el</span>, <span style="color: rgb(168, 103, 0);">Pz_el</span>;</div><div style="caret-color: rgb(0, 0, 0); color: rgb(55, 65, 82); font-family: Menlo, Monaco, "Courier New", monospace; white-space: pre; background-color: rgb(244, 249, 255);">  TLorentzVector <span style="color: rgb(168, 103, 0);">el_new</span>;</div><div style="caret-color: rgb(0, 0, 0); color: rgb(55, 65, 82); font-family: Menlo, Monaco, "Courier New", monospace; white-space: pre; background-color: rgb(244, 249, 255);"><br></div><div style="caret-color: rgb(0, 0, 0); color: rgb(55, 65, 82); font-family: Menlo, Monaco, "Courier New", monospace; white-space: pre; background-color: rgb(244, 249, 255);">  <span style="color: rgb(168, 103, 0);">E_new</span> <span style="color: rgb(103, 37, 147);">=</span> <span style="color: rgb(45, 61, 182);">x</span>.<span style="color: rgb(14, 64, 171);">E</span>() <span style="color: rgb(9, 114, 157);">+</span>  <span style="color: rgb(174, 40, 0);">0.0208922</span> <span style="color: rgb(9, 114, 157);">+</span> <span style="color: rgb(174, 40, 0);">0.050158</span><span style="color: rgb(9, 114, 157);">*</span><span style="color: rgb(45, 61, 182);">x</span>.<span style="color: rgb(14, 64, 171);">E</span>() <span style="color: rgb(9, 114, 157);">-</span> <span style="color: rgb(174, 40, 0);">0.0181107</span><span style="color: rgb(9, 114, 157);">*</span><span style="color: rgb(14, 64, 171);">pow</span>(<span style="color: rgb(45, 61, 182);">x</span>.<span style="color: rgb(14, 64, 171);">E</span>(),<span style="color: rgb(174, 40, 0);">2</span>) <span style="color: rgb(9, 114, 157);">+</span> <span style="color: rgb(174, 40, 0);">0.00305671</span><span style="color: rgb(9, 114, 157);">*</span><span style="color: rgb(14, 64, 171);">pow</span>(<span style="color: rgb(45, 61, 182);">x</span>.<span style="color: rgb(14, 64, 171);">E</span>(),<span style="color: rgb(174, 40, 0);">3</span>)</div><div style="caret-color: rgb(0, 0, 0); color: rgb(55, 65, 82); font-family: Menlo, Monaco, "Courier New", monospace; white-space: pre; background-color: rgb(244, 249, 255);">          <span style="color: rgb(9, 114, 157);">-</span> <span style="color: rgb(174, 40, 0);">0.000178235</span><span style="color: rgb(9, 114, 157);">*</span><span style="color: rgb(14, 64, 171);">pow</span>(<span style="color: rgb(45, 61, 182);">x</span>.<span style="color: rgb(14, 64, 171);">E</span>(),<span style="color: rgb(174, 40, 0);">4</span>);</div><div style="caret-color: rgb(0, 0, 0); color: rgb(55, 65, 82); font-family: Menlo, Monaco, "Courier New", monospace; white-space: pre; background-color: rgb(244, 249, 255);"><br></div><div style="caret-color: rgb(0, 0, 0); color: rgb(55, 65, 82); font-family: Menlo, Monaco, "Courier New", monospace; white-space: pre; background-color: rgb(244, 249, 255);">  <span style="color: rgb(168, 103, 0);">Px_el</span> <span style="color: rgb(103, 37, 147);">=</span> <span style="color: rgb(168, 103, 0);">E_new</span><span style="color: rgb(9, 114, 157);">*</span>(<span style="color: rgb(45, 61, 182);">x</span>.<span style="color: rgb(14, 64, 171);">Px</span>()<span style="color: rgb(9, 114, 157);">/</span><span style="color: rgb(45, 61, 182);">x</span>.<span style="color: rgb(14, 64, 171);">Rho</span>());</div><div style="caret-color: rgb(0, 0, 0); color: rgb(55, 65, 82); font-family: Menlo, Monaco, "Courier New", monospace; white-space: pre; background-color: rgb(244, 249, 255);">  <span style="color: rgb(168, 103, 0);">Py_el</span> <span style="color: rgb(103, 37, 147);">=</span> <span style="color: rgb(168, 103, 0);">E_new</span><span style="color: rgb(9, 114, 157);">*</span>(<span style="color: rgb(45, 61, 182);">x</span>.<span style="color: rgb(14, 64, 171);">Py</span>()<span style="color: rgb(9, 114, 157);">/</span><span style="color: rgb(45, 61, 182);">x</span>.<span style="color: rgb(14, 64, 171);">Rho</span>());</div><div style="caret-color: rgb(0, 0, 0); color: rgb(55, 65, 82); font-family: Menlo, Monaco, "Courier New", monospace; white-space: pre; background-color: rgb(244, 249, 255);">  <span style="color: rgb(168, 103, 0);">Pz_el</span> <span style="color: rgb(103, 37, 147);">=</span> <span style="color: rgb(168, 103, 0);">E_new</span><span style="color: rgb(9, 114, 157);">*</span>(<span style="color: rgb(45, 61, 182);">x</span>.<span style="color: rgb(14, 64, 171);">Pz</span>()<span style="color: rgb(9, 114, 157);">/</span><span style="color: rgb(45, 61, 182);">x</span>.<span style="color: rgb(14, 64, 171);">Rho</span>());</div><div style="caret-color: rgb(0, 0, 0); color: rgb(55, 65, 82); font-family: Menlo, Monaco, "Courier New", monospace; white-space: pre; background-color: rgb(244, 249, 255);"><br></div><div style="caret-color: rgb(0, 0, 0); color: rgb(55, 65, 82); font-family: Menlo, Monaco, "Courier New", monospace; white-space: pre; background-color: rgb(244, 249, 255);">  <span style="color: rgb(168, 103, 0);">el_new</span>.<span style="color: rgb(14, 64, 171);">SetXYZM</span>(<span style="color: rgb(168, 103, 0);">Px_el</span>, <span style="color: rgb(168, 103, 0);">Py_el</span>, <span style="color: rgb(168, 103, 0);">Pz_el</span>, <span style="color: rgb(174, 40, 0);">0.000511</span>);</div><div style="caret-color: rgb(0, 0, 0); color: rgb(55, 65, 82); font-family: Menlo, Monaco, "Courier New", monospace; white-space: pre; background-color: rgb(244, 249, 255);"><br></div><div style="caret-color: rgb(0, 0, 0); color: rgb(55, 65, 82); font-family: Menlo, Monaco, "Courier New", monospace; white-space: pre; background-color: rgb(244, 249, 255);">  <span style="color: rgb(103, 37, 147);">return</span> <span style="color: rgb(168, 103, 0);">el_new</span>;</div><div style="caret-color: rgb(0, 0, 0); color: rgb(55, 65, 82); font-family: Menlo, Monaco, "Courier New", monospace; white-space: pre; background-color: rgb(244, 249, 255);">}</div></div></body></html>