-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Sub-event aware genJet and parton matching for HI miniAOD #31698
Sub-event aware genJet and parton matching for HI miniAOD #31698
Conversation
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-31698/18857
|
A new Pull Request was created by @mandrenguyen (Matthew Nguyen) for master. It involves the following packages: Configuration/Eras @perrotta, @jordan-martins, @chayanit, @wajidalikhan, @kpedro88, @cmsbuild, @silviodonato, @franzoni, @slava77, @jpata, @qliphy, @santocch, @fabiocos, @davidlange6 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild please test |
The tests are being triggered in jenkins.
|
+1 |
Comparison job queued. |
+1 |
Checked wf 158 with and without the The net result is that when the
|
+1
|
+upgrade |
+operations |
merge |
+1 |
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 be automatically merged. |
PR description:
For PbPb generators such as Hydjet we cluster the genJets for each nucleon-nucleon interaction separately. This is done by SubEventGenJetProducer.cc, which gives collections like ak4HiGenJets, already in use in heavy-ion workflows.
In order to do a sensible genJet-recoJet association in PAT, one needs additional procedures that depends on what type of MC is run (ditto for parton association).
For "minimum-bias" generation (a single PbPb event), one needs a cleaning procedure to avoid matching energetic recoJets to incidental overlapping low pT genJets.
For "embedded mode" where we overlay a pp generator (e.g., pythia) onto a PbPb event, we need to use the gen info from the signal event only, despite the fact that we store both the signal and background event in genParticles.
The code modifications consist of:
PR validation:
Tested with 158, 159, 158.01 and 301.
if this PR is a backport please specify the original PR and why you need to backport that PR:
Before submitting your pull requests, make sure you followed this checklist: