[Clas12_rgb] RG-B e- Momentum Corrections
Richard Tyson
tyson at jlab.org
Fri Jan 24 09:42:03 EST 2025
Hi all,
As discussed at the meeting today, I've been working on electron momentum corrections. These are available, see example C++ code below.
It would be great if other analysers could have a quick go at trying these out as the J/psi channel is maybe not the best suited for this due to low statistics.
The slides are on the RG-B wiki<https://clasweb.jlab.org/wiki/images/b/b2/24_01_2025.pdf>, please let me know if you have any questions.
Cheers,
Richard
double corIn_PDep [5] = {-9.538e-03,6.661e-03,-3.333e-04,-6.136e-03,3.611e-02};
double corOut_PDep [5] = {-6.520e-02,7.099e-03,-5.929e-05,2.145e-01,-1.153e-01};
double elPCfc=elP;
if(elPCfc<1.0){elPCfc=1.0;} //avoid diverging fit below 1 GeV
//inbending
double elP_Corrected= elP+(corIn_PDep [0]+corIn_PDep [1]*elPCfc+corIn_PDep [2]*elPCfc*elPCfc+corIn_PDep [3]/elPCfc+corIn_PDep [4]/(elPCfc*elPCfc))*elP;
//outending
double elP_Corrected= elP+(corOut_PDep [0]+corOut_PDep [1]*elPCfc+corOut_PDep [2]*elPCfc*elPCfc+corOut_PDep [3]/elPCfc+corOut_PDep [4]/(elPCfc*elPCfc))*elP;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.jlab.org/pipermail/clas12_rgb/attachments/20250124/70e40fec/attachment.html>
More information about the Clas12_rgb
mailing list