[Clas12_verystrange] [EXTERNAL] Re: Spring 2019 electron energy corrections
Asli Acar
asli.acar at york.ac.uk
Tue Apr 23 09:59:42 EDT 2024
Dear all,
Please see the summary slides attached for more information on the electron energy corrections.
Thanks,
Asli

> On 22 Apr 2024, at 14:48, Asli Acar <asli.acar at york.ac.uk> wrote:
>
> Dear all,
>
> Please find the energy correction function for Spring 2019 below, and feel free to reach out to me if you have any questions/issues. Just a reminder, the fall 2018 energy correction I sent before SHOULD NOT be applied to spring 2019, because the run conditions differ.
>
> Thanks,
> Asli
>
> TLorentzVector Correct_Electron(TLorentzVector x){
>
> Double_t E_new, E_new_further_corrected, Px_el, Py_el, Pz_el;
> TLorentzVector el_new;
>
> E_new = x.E() + 0.085643 - 0.0288063*x.E() + 0.00894691*pow(x.E(),2) - 0.000725449*pow(x.E(),3);
>
> Px_el = E_new*(x.Px()/x.Rho());
> Py_el = E_new*(x.Py()/x.Rho());
> Pz_el = E_new*(x.Pz()/x.Rho());
>
> el_new.SetXYZM(Px_el, Py_el, Pz_el, 0.000511);
>
> return el_new;
> }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.jlab.org/pipermail/clas12_verystrange/attachments/20240423/d28f3814/attachment-0002.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ELECTRON ENERGY CORRECTIONS.pdf
Type: application/pdf
Size: 3085643 bytes
Desc: not available
URL: <https://mailman.jlab.org/pipermail/clas12_verystrange/attachments/20240423/d28f3814/attachment-0001.pdf>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.jlab.org/pipermail/clas12_verystrange/attachments/20240423/d28f3814/attachment-0003.html>
More information about the Clas12_verystrange
mailing list