-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
tighter selection in pp_on_AA era for iterations still using pp defaults #39085
tighter selection in pp_on_AA era for iterations still using pp defaults #39085
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-39085/31594
|
A new Pull Request was created by @mandrenguyen (Matthew Nguyen) for master. It involves the following packages:
@jpata, @cmsbuild, @mandrenguyen, @clacaputo can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-9f289f/26866/summary.html Comparison SummarySummary:
|
+reconstruction
|
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @qliphy, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
In the heavy-ion era (pp_on_AA) each tracking iteration either has a dedicated MVA track selection, trained in heavy ions, or we simply tighten the cut on the pp-trained MVA output.
The exceptions are the jetCore and muon-seeded iterations, which are still using the pp defaults. The quality selection is far too loose for central PbPb collisions giving rise to fake tracks that can lead to fake hadrons in particle flow.
In the 2018 data this was dealt with by a post-PF cleaning module [1], which is sub-optimal, as the event interpretation is already done.
This PR tighten the selections that define the highPurity bit, which is required for charged hadrons in PF (at least for PbPb)
For the jetCore iteration we simply tightened the value of the pp-trained MVA cut used in the highPurity bit from 0.4 to 0.8. This was tested in minbias and QCD events (with a PbPb UE). There is about a 10% loss of tracks for this iteration, but the fake rate is reduced by a factor of several. The overall effect on the efficiency and fake rate is small, as this iteration does not contribute much to the overall tracking.
The muon-seeded iterations are still cut based. We tuned the cuts that define highPurity using a muon-jet and upsilon sample (with PbPb underlying event). There is no effect on the efficiency of muons passing the standard selection. This is expected as highPurity is not used in the global muon reconstruction or in the selection. Matched tracks from these iterations were reduced by about 5%, while fake tracks were reduced by 30%, notably removing a tail of high pT fake/mis-reco'd tracks, which was known to be problematic for jets.
@denerslemos