-
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
Run3-hcx320 Use of ESGetToken in RecoLocalCalo/HcalRecAlgos (replacing #35234) #35241
Conversation
@cmsbuild Please test |
#ifdef THIS_IS_AN_EVENTSETUP_EXAMPLE | ||
ESHandle<SetupData> pSetup; | ||
iSetup.get<SetupRecord>().get(pSetup); | ||
auto pSetup = &iSetup.getData(tokSet_); | ||
#endif |
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.
Now that the event setup happens with the getData
method, I believe these lines are not needed anymore
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.
removed
#ifdef THIS_IS_AN_EVENTSETUP_EXAMPLE | ||
totkSet_(esConsumes()), | ||
#endif |
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.
Now that the event setup happens with the getData
method, I believe these lines are not needed anymore
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.
removed
#ifdef THIS_IS_AN_EVENTSETUP_EXAMPLE | ||
const edm::ESGetToken<SetupData, SetupRecord> totkSet_; | ||
#endif |
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.
Now that the event setup happens with the getData
method, I believe these lines are not needed anymore
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.
Removed
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35241/25211
|
A new Pull Request was created by @bsunanda (Sunanda Banerjee) for master. It involves the following packages:
@jpata, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35241/25212
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35241/25213
|
For the attention of @igv4321 |
@cmsbuild please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-4030a5/18556/summary.html Comparison SummarySummary:
|
+reconstruction
|
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 |
PR description:
Use of ESGetToken in RecoLocalCalo/HcalRecAlgos (replacing #35234)
PR validation:
Use the runTheMatrix test workflows
if this PR is a backport please specify the original PR and why you need to backport that PR:
Nothing special