-
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
EDProducer/EDAnalyzer and consumes migration for some DT classes #35255
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35255/25235
|
A new Pull Request was created by @namapane (Nicola Amapane) for master. It involves the following packages:
@malbouis, @yuanchao, @cmsbuild, @slava77, @jpata, @francescobrivio, @tvami can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@namapane thanks for taking care of this. Can you please add |
@cmsbuild , please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-a0c9c1/18561/summary.html CMS StaticAnalyzer warnings: There are 1 EventSetupRecord::get warnings. See https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-a0c9c1/18561/llvm-analysis/esrget-sa.txt for details. Comparison SummarySummary:
|
/data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_1_X_2021-09-13-1100/src/CalibMuon/DTCalibration/plugins/DTTPAnalyzer.cc:91:3: warning: function 'DTTPAnalyzer::beginRun' calls function 'edm::eventsetup::EventSetupRecord::get<edm::ESHandle >' with argument of type 'edm::ESHandle'. Direct call of function EventSetupRecord::get(ESHandle&) is deprecated and should be replaced with a call to EventSetup::getHandle(ESGetToken&). To use ESGetToken see https://twiki.cern.ch/twiki/bin/view/CMSPublic/SWGuideHowToGetDataFromES#In_ED_module To get data with the token see https://twiki.cern.ch/twiki/bin/view/CMSPublic/SWGuideHowToGetDataFromES#Getting_data_from_EventSetup_wit [deprecated.ESRecordGetChecker] |
This one is being migrated in #35184 (which resulted in a conflict - I should have fixed it now) |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35255/25257 ERROR: Build errors found during clang-tidy run.
|
Ops, I made the merge but now that has to be tested on top of #35184... |
Hi @namapane have you seen this code check failure above? |
That's what I was referring to in the comment above: I wil try to rebase my branch from scratch... |
Hi @namapane can you please rebase to the latest IB?
....
I hope this will resolve this issue |
dba798b
to
44e249b
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35255/25317
|
@cmsbuild , please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-a0c9c1/18662/summary.html Comparison SummarySummary:
|
+alca
|
+reconstruction for #35255 44e249b
|
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. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
Migrate some DT classes according to issue cms-AlCaDB/AlCaTools#25 and comment to #35208
#35208 (comment)
fixes cms-AlCaDB/AlCaTools#25