-
Notifications
You must be signed in to change notification settings - Fork 54
Use PDF for impact parameter weight #1113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
So this PDF is less tighter than the current weight, which makes seeding find more seeds? The increased number of seeds is concerning but I might be onboard with it as the efficiency is significantly increased. Meanwhile do you know why the seeding efficiency is higher than track finding efficiency in your plots above? My understanding is that it is supposed to be the other way around. |
The problem is that we have a minimum seed weight of
It's interesting; I guess that if we kill tracks in the CKF, there is no way to get them back. So we might be killing the wrong tracks? It's hard to say. Also, this assumes a matching ratio of 70% which is pretty tight. For the EF tracking in ATLAS we assume a weighted matching ratio of only 50%. |
6196249
to
b4d0780
Compare
Thankfully, this issue is easily resolved by requiring one more confirmation seed, i.e. by increasing the minimum weight by |
ddf365a
to
c1a6897
Compare
With that fix, this is now ready to go! |
f82662a
to
f84a267
Compare
This commit uses the PDF of a half-Gaussian distribution to determine the weight of the impact factor in the track finding. This changes makes it so that weights are strictly positive and negates the "cut-off" effect caused by the confirmation weight.
f84a267
to
d695b1c
Compare
|
I updated this to use a normalized PDF with range |
In the new plots, it seems there is no improvement with the PR. Can we possibly make them better by using the PDF weight? |
This commit uses the PDF of a half-Gaussian distribution to determine the weight of the impact factor in the track finding. This change makes it so that weights are strictly positive and negates the "cut-off" effect caused by the confirmation weight.