-
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
Backport of "Fix for FastSim decays of exotic-descendent SM particles decaying outside pipe" to 9_4_X #36354
Conversation
A new Pull Request was created by @cericeci (Carlos Erice) for CMSSW_9_4_X. It involves the following packages:
@ssekmen, @lveldere, @civanch, @mdhildreth, @cmsbuild, @sbein can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-6f8905/20970/summary.html Comparison SummarySummary:
|
This pull request is fully signed and it will be integrated in one of the next CMSSW_9_4_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_12_2_X is complete. This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
-1 |
Same as #36353, but checked on CMSSW_9_4_X_2022-01-09-0000 instead |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-6f8905/21609/summary.html Comparison SummarySummary:
|
ping @cms-sw/fastsim-l2 |
+1 |
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_9_4_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_12_3_X is complete. This pull request will be automatically merged. |
Hi @perrotta, thanks for merging this one. What is the policy/estimated time for this to make it into a new release? As I said at the start this would be needed for a few lingering preUL samples (namely pMSSM scan, that involves already finished analysis that used preUL). Should we bring this discussion to PPD instead? |
@cericeci I've started building CMSSW_9_4_21_patch1 and CMSSW_10_2_28 with these fixes in |
Many thanks @perrotta ! |
Even faster that I could imagine: |
PR description:
Backport of #36122 and #36324 for preUL 2017 FastSim production. Full functionality of both, without the code formatting. Please check #36352 (backport to UL branch) first
This fixes a bug which would invalidate simulation for long-lived and a fraction of prompt signals (and luckily was introduced very recently, so most of the previous production is safe). Our understanding is that this case doesn't go against the no-change policy.
Original PR description: Jaebak found that some b- and d-mesons produced in the decays of exotic particles, which cross the beam pipe radius, have their decay performed twice, with sim hits created for each copy. This causes problems for some high-pT b-jets, as well as the MET in events that contain such jets. A few lines are added to ParticleManager.cc which results in FastSim deciding to not decay such particles further, and rather take only the original generator-determined decay trees. FastSim will still propagate these particles and create secondaries/material interactions, but it won't decay them.
If this PR is a backport please specify the original PR and why you need to backport that PR:
#36122 and #36324, needed for preUL 2017 MC production (most notably pMSSM scan)