You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would extend the distance cut from circle metrics $d = \sqrt{(y1-y2)^2 + (z1-z2)^2}$ to elliptic metrics: $d = \sqrt{\frac{(y1-y2)^2}{b^2} + \frac{(z1-z2)^2}{c^2}}$. This adds two parameters into game but we also know we won´t have circles.
We could use two approaches:
We could study the separation in two dimensions (y and z) separately and then once we would have an idea what is the ratio of the "ideal cuts" in each dimension we fix this ration and we would have only one parameter left.
We could study this as 2D problem from the beginning and make 2D cut maps. It is more rigorous and also it would produce very nice pictures.
GOAL
To see whether some option vertex separation cut should be used for 2 electron topology data.
PROCEDURE
We should use the findings on the reconstructed vertex uncertainties in #2 to find the efficiency as:
For each scenario listed above:
SIMULATION SETUP
RELEVANT INFO
TrackReconstructionTests/Test2
TrackReconstructionTests/Test2/scripts
/sps/nemo/scratch/mpetro/Projects/PhD/TrackReconstructionTests/Test2/data
RESULTS
The text was updated successfully, but these errors were encountered: