-
Notifications
You must be signed in to change notification settings - Fork 1
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
Replace Second dBeta Cut with DNN #122
Replace Second dBeta Cut with DNN #122
Conversation
/run all |
The PR was built and ran successfully in standalone mode. Here are some of the comparison plots. The full set of validation and comparison plots can be found here. Here is a timing comparison:
|
The PR was built and ran successfully with CMSSW. Here are some plots. OOTB All TracksThe full set of validation and comparison plots can be found here. |
The PR was built and ran successfully in standalone mode. Here are some of the comparison plots. The full set of validation and comparison plots can be found here. Here is a timing comparison:
|
The PR was built and ran successfully with CMSSW. Here are some plots. OOTB All TracksThe full set of validation and comparison plots can be found here. |
please post FR plots with the type breakdown as well. It takes an effort to follow the updates otherwise. |
To illustrate the issue with the second delta beta cut, here is its current signal efficiency on 100% matched tracks as a function of abs(eta): [0.996, 0.995, 0.996, 0.996, 0.915, 0.839, 0.912, 0.968, 0.994, 0.999] : efficiency You can see that at around abs(eta) 1.25 the efficiency drops to a low of 84%. |
I'm curious if there is an issue (bug) in the math for 2S layers. |
at a glance, the code is written in a way to account for the full spread in dBeta in the possible range along the strip length. It could be some sign flip or min/max swap that leads to this inefficiency. |
Fixed in PR #124 hopefully. |
Honestly, I'm just going to close this PR and start fresh considering how much #124 changes the efficiency plots. |
Work in progress, may adjust the cut value. The second dBeta cut is very tight and causes quite a loss of pT5 efficiency (especially in a few bins outside the barrel as you can see below, eta -1.5). This PR has a looser cut right now to address this issue, which you will probably see with the increase in FR.
edit: Honestly, I'm just going to close this PR and start fresh considering how much #124 changes the efficiency plots.