-
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
Top recoil hook cleaned, backport to CMSSW_13_2_X #42332
Top recoil hook cleaned, backport to CMSSW_13_2_X #42332
Conversation
A new Pull Request was created by @vslokenb for CMSSW_13_2_X. It involves the following packages:
@SiewYan, @mkirsano, @Saptaparna, @cmsbuild, @alberto-sanchez, @menglu21, @GurpreetSinghChahal can you please review it and eventually sign? Thanks. cms-bot commands are listed here
|
Fix suggested by PR 42313. Removes useless check.
Pull request #42332 was updated. @SiewYan, @mkirsano, @Saptaparna, @cmsbuild, @alberto-sanchez, @menglu21, @GurpreetSinghChahal can you please check and sign again. |
backport of #42180 |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-dfc0e9/34017/summary.html Comparison SummarySummary:
|
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.
This being based on the rather old CMSSW_3_2_0_pre2, it was a bit complicate to compare with the same PR merged in master.
At the end I managed to do it.: therefore, even if a rebase on the more recent 13_2_X IB could help, it is not mandatory, provided you apply the two small adjustments listed here needed to synchronize with the master version of the same PR.
After that (and the @cms-sw/generators-l2 signature, of course) this PR can be merged
Co-authored-by: Andrea Perrotta <perrotta@cern.ch>
Co-authored-by: Andrea Perrotta <perrotta@cern.ch>
Pull request #42332 was updated. @SiewYan, @mkirsano, @Saptaparna, @cmsbuild, @alberto-sanchez, @menglu21, @GurpreetSinghChahal can you please check and sign again. |
please test |
GeneratorInterface/Pythia8Interface/plugins/Pythia8Hadronizer.cc
Outdated
Show resolved
Hide resolved
hold |
-1 Failed Tests: RelVals-INPUT Found compilation warnings RelVals-INPUTThe relvals timed out after 4 hours. Comparison SummarySummary:
|
@perrotta is the error related to this PR |
Co-authored-by: Andrea Perrotta <perrotta@cern.ch>
Pull request #42332 was updated. @GurpreetSinghChahal, @menglu21, @alberto-sanchez, @bbilin, @SiewYan, @cmsbuild, @mkirsano can you please check and sign again. |
@cmsbuild please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-dfc0e9/35219/summary.html Comparison SummarySummary:
|
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_13_2_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_13_3_X is complete. This pull request will now be reviewed by the release team before it's merged. @rappoccio, @sextonkennedy, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
@perrotta are you okay with the PR now? Have your comments been addressed? |
+1 |
PR description:
Backport of recoilToTop. Pushed from 13_2_0_pre2.
PR validation:
Same as linked original PR below. Verified using
scram build code-check
andscram build code-format
. Seem to be a couple of minor indentation changes in lines unrelated to the actual TopRecoilHook in Pythia8Hadronizer.cc as a result of the code-format tool. All differences between original PR are to account for CMSSW_13_2_X formatting needs.If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
Original PR found here. Backport requested by maintainers.