[Frost] What do the intercepts mean in ELoss Correction?
Sungkyun Park
sp06k at fsu.edu
Fri May 7 17:10:08 EDT 2010
Hi Eugene,
Now I do not still have a solution about the reduction of the number of events after applying eloss correction in the CH2 target. I check the current of eloss correction in each event.
In the Fortran code, intersept.F (which is located in our packages/eloss/)
What is the intercept? I think this concept may be related of the interaction but basically the interaction position is the vertex position. I do not understand the exact meaning of the intercept.
In our code, There are no intercept, one intercept, and two intercepts.
Why can three intercept not be existed?
Another thing is that in the same code, there are equations to find k1 and k2.
k1 = ( -b + sqrt(delta) ) / a / 2
k2 = ( -b - sqrt(delta) ) / a / 2
I think these may be a solution of quadratic equation. are these values right?
If they are their solution, I think the following equations are right.
k1 = ( -b + sqrt(delta) ) / ( a * 2 )
k2 = ( -b - sqrt(delta) ) / ( a * 2 )
Beat Wishes
Sung
Florida State University
More information about the Frost
mailing list