-
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
Migrate PF modules to esConsumes #33652
Migrate PF modules to esConsumes #33652
Conversation
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33652/22537
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-33652/22538
|
A new Pull Request was created by @marksan87 (Mark Saunders) for master. It involves the following packages: RecoParticleFlow/PFClusterProducer @perrotta, @jpata, @cmsbuild, @slava77 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-ffc98f/14926/summary.html Comparison SummarySummary:
|
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.
Please find below a few comments collected from a visual inspection of the code
RecoParticleFlow/PFClusterProducer/src/PFClusterEMEnergyCorrector.cc
Outdated
Show resolved
Hide resolved
RecoParticleFlow/PFClusterProducer/interface/PFECALHashNavigator.h
Outdated
Show resolved
Hide resolved
RecoParticleFlow/PFClusterProducer/interface/PFEcalBarrelRecHitCreator.h
Outdated
Show resolved
Hide resolved
RecoParticleFlow/PFClusterProducer/interface/PFEcalBarrelRecHitCreator.h
Outdated
Show resolved
Hide resolved
RecoParticleFlow/PFClusterProducer/interface/PFEcalEndcapRecHitCreator.h
Outdated
Show resolved
Hide resolved
RecoParticleFlow/PFClusterProducer/plugins/SimMappers/RealisticSimClusterMapper.h
Outdated
Show resolved
Hide resolved
RecoParticleFlow/PFClusterTools/test/ProducePFCalibrationObject.cc
Outdated
Show resolved
Hide resolved
RecoParticleFlow/PFClusterTools/test/ProducePFCalibrationObject.cc
Outdated
Show resolved
Hide resolved
RecoParticleFlow/PFProducer/plugins/importers/SuperClusterImporter.cc
Outdated
Show resolved
Hide resolved
b046f9c
to
7b7bcbb
Compare
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33652/22681
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
7b7bcbb
to
899874f
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33652/22684
|
@perrotta Thanks for the feedback. These changes have been incorporated in the last commit. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-ffc98f/15110/summary.html Comparison SummarySummary:
|
There are a couple of tiny differences (like numerical fluctuations) in the nanoAOD workflow 1325.81: Does anybody (e.g. @cms-sw/xpog-l2 ) knows from where they can be originated? As I said, they look like being originated by some numerical fluctuation due to some different precision applied in the code, or some difference in the order of calculations,, but it wouldn't be bad to understand what caused them before approving. They weren't present before the last changes, but unfortunately the last updates do not seem having been factorized into a single commit, as some reshuffle has been applied: @marksan87 did you manage to save somewhere the differences wrt the previous version of this PR? |
I do not think these differences are associated to the changes in this PR. The tau change is known #32628 and shows up often. |
+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, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Migration of remaining RecoParticleFlow packages to esConsumes to address #31061
PR validation:
Run standard limited matrix evaluation
runTheMatrix.py -l limited -j 8 --ibeos
@hatakeyamak @laurenhay @bendavid @rappoccio