-
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
add customisation for pixel gains to 11_1_X #32057
Conversation
A new Pull Request was created by @jsalfeld (Jakob Salfeld-Nebgen) for CMSSW_11_1_X. It involves the following packages: HLTrigger/Configuration @Martin-Grunewald, @cmsbuild, @fwyzard can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
The tests are being triggered in jenkins.
|
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
@jsalfeld please make a PR for |
@silviodonato this PR is a (partial) backport of #31655 @jsalfeld could you add also the def customiseFor2018Input(process):
"""Customise the HLT to run on Run 2 data/MC"""
process = customisePixelGainForRun2Input(process)
process = synchronizeHCALHLTofflineRun3on2018data(process) |
backport of #31655 |
Pull request #32057 was updated. @Martin-Grunewald, @cmsbuild, @fwyzard can you please check and sign again. |
@fwyzard my recent commit should add the function, if I understand correctly |
please test |
The tests are being triggered in jenkins.
|
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_11_1_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_11_2_X is complete. This pull request will now be reviewed by the release team before it's merged. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
adding pixel gain customisation at HLT to 11_1_X.
backport of #31655