-
Notifications
You must be signed in to change notification settings - Fork 13
Conversation
/run standalone |
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:
|
this is the slides comparing the effect before and after the PR. |
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code looks OK.
However, the comparisons are suggestive that there may be a loss in the total efficiency, which is not really expected since the selections are less strict with this PR>
As discussed yesterday the plan is to check on a larger sample.
Checking with a large sample, PU200 1000 events. Color codes are reverted with the CI check: red is after this PR, black is the master before. This is very hard to see the efficiency change for the highest pt bin. The full comparison is linked here. |
the same folder following up from this link apparently shows large changes in the fake rate while the bot tests show no difference Does the comparison include also the pt definition change? |
Sorry, I forgot to rebase the master after the pt change PR get merged.New link here and also updated in previous comments |
We would like to apply r-z chi2 only for pT5 < 5GeV in the algorithm. However, the original check in the code is problematic: it uses the pixelRadius < 5*kR1GeVf, but the pixelRadius is not defined yet. Bug fix and the efficiency is improved by not applying r-z cut on high pt pT5 tracks.