-
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
Implementing ESGetToken in L1-O2O producers in 112X #30155
Conversation
@gekobs, CMSSW_11_2_X branch is closed for direct updates. cms-bot is going to move this PR to master branch. |
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-30155/15942
|
A new Pull Request was created by @gekobs (agzecchinelli) for master. It involves the following packages: CondTools/L1TriggerExt @Martin-Grunewald, @benkrikler, @cmsbuild, @rekovic, @fwyzard, @ggovi can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-30155/15944
|
Pull request #30155 was updated. @ggovi, @rekovic, @benkrikler, @cmsbuild can you please check and sign again. |
please test |
The tests are being triggered in jenkins.
|
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
+1 |
+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 now be reviewed by the release team before it's merged. @silviodonato, @dpiparo (and backports should be raised in the release meeting by the corresponding L2) |
@gekobs |
+1 |
PR description:
Since CMSSW_11_0_X which incorporates PR#28223 all classes inheriting from ESProducer need to use ESGetToken to access data from EventSetup.
This PR updates both L1T O2O base producers (CondTools/L1TriggerExt) and L1T subsystems producers (L1TriggerConfig/L1TConfigProducers) to use ESGetToken.
As l1t-o2o fails since CMSSW_11_0_X a backport will be implemented.
PR validation:
The code has been tested running the runTheMatrix workflows, code-checks and code-format. Moreover a test running a complete l1t o2o worflow has been done in local.