-
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
Apply Naming Rules to BeamSpotObjects
methods
#36419
Apply Naming Rules to BeamSpotObjects
methods
#36419
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36419/27236
|
A new Pull Request was created by @francescobrivio for master. It involves the following packages:
@malbouis, @civanch, @yuanchao, @pmandrik, @emanueleusai, @mdhildreth, @tvami, @cmsbuild, @ggovi, @jfernan2, @ahmad3213, @slava77, @jpata, @francescobrivio, @pbo0, @rvenditti can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-0af2c2/21102/summary.html CMS deprecated warnings: 3 CMS deprecated warnings found, see summary page for details. Comparison SummarySummary:
|
I see changes in EgammaV --> is that coming from some other PR? Also there are some es get() around: |
This PR is purely technical, just renaming methods.
I see they are in the |
Yes, I think that makes sense! |
see #36429 |
I don't think so but I do not understand the change either, I have compared input and configs and everything looks equivalent... The most striking thing to me is that the 10042.0 wf is ZMM and the differences appear in the only 2 converted photons which appear in baseline and now are gone... In the past there have been random differences in some workflows related to eGamma but not at this level if I recall correctly.... The only thing I can suggest is to retrigger the tests again.... :-( |
Thanks @jfernan2! Ok let's try again the tests then! |
@cmsbuild please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-0af2c2/21178/summary.html CMS deprecated warnings: 3 CMS deprecated warnings found, see summary page for details. Comparison SummarySummary:
|
+1 |
Also after rebasing tests are clean (#36419 (comment)). |
+1 |
+1 |
@cms-sw/reconstruction-l2 a kind ping to sign this PR when you are available 😄 |
+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:
Sister PR of #36348 to update the methods of
BeamSpotObjects
to follow CMSSW Naming Rules (specifically 2.8/2.9/2.10/2.11) so that:set
(and not withSet
)Get
I used
git cms-checkdeps -a
to modify all the packages depending on theBeamSpotObjects
class.PR validation:
Code compiles
Backport:
Not a backport, no backport needed.
FYI @dzuolo @lguzzi