-
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
Replace Geometry_cff with GeometryDB_cff in RecoEgamma #38285
Conversation
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38285/30438 ERROR: Unable to merge PR. See log https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38285/30438/cms-checkout-topic.log |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38285/30440
|
A new Pull Request was created by @jeongeun (JeongEun Lee) for master. It involves the following packages:
@jpata, @cmsbuild, @clacaputo, @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-50eeb2/25357/summary.html Comparison SummarySummary:
|
@@ -4,7 +4,7 @@ | |||
|
|||
process.load('FWCore/MessageService/MessageLogger_cfi') |
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.
Could you please also change
process.load('FWCore/MessageService/MessageLogger_cfi') | |
process.load('FWCore.MessageService.MessageLogger_cfi') |
@@ -4,7 +4,7 @@ | |||
|
|||
process.load('FWCore/MessageService/MessageLogger_cfi') | |||
process.load('Configuration/StandardSequences/Services_cff') |
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.
process.load('Configuration/StandardSequences/Services_cff') | |
process.load('Configuration.StandardSequences.Services_cff') |
@@ -4,7 +4,7 @@ | |||
|
|||
process.load('FWCore/MessageService/MessageLogger_cfi') |
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.
process.load('FWCore/MessageService/MessageLogger_cfi') | |
process.load('FWCore.MessageService.MessageLogger_cfi') |
@@ -4,7 +4,7 @@ | |||
|
|||
process.load('FWCore/MessageService/MessageLogger_cfi') | |||
process.load('Configuration/StandardSequences/Services_cff') |
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.
process.load('Configuration/StandardSequences/Services_cff') | |
process.load('Configuration.StandardSequences.Services_cff') |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38285/30563
|
Pull request #38285 was updated. @jpata, @cmsbuild, @clacaputo, @slava77 can you please check and sign again. |
@cmsbuild please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-50eeb2/25534/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 |
Let me comment that when the Given that fact that no wf has been broken that means these files are actually not used anywhere... but when/if they will be used, they'll need to have a GT in them |
PR description:
Review on the Reco part of #31113
process.load("Configuration.StandardSequences.Geometry_cff")
was outdated #8810
It should be replaced with
process.load("Configuration.StandardSequences.GeometryDB_cff")
In this PR, RecoEgamma configuration files (10 files) are fixed.
From 12_4_X to 12_5_X, following 4 files in Examples/test/ are all removed.
RecoEgamma/Examples/test/ElectronSeedMCAnalyzer_cfg.py
RecoEgamma/Examples/test/GsfElectronRedoFromCore_cfg.py
RecoEgamma/Examples/test/GsfElectronRedoFromRaw_cfg.py
RecoEgamma/Examples/test/SimplePi0DiscAnalyzer_cfg.py