-
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 EgammaAnalysis #39092
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-39092/31608
|
A new Pull Request was created by @jeongeun (JeongEun Lee) for master. It involves the following packages:
@cmsbuild can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cms-sw/egamma-pog-l2 : these test configs are definitely old and certainly not used since a while. If they are not needed any more a better oprion could be removing them at all, rather than spending time in maintaining them every some while. Please let us know. |
Hello @perrotta indeed it looks like they are obsolete and can be removed. if it's ok for you then please have this PR on hold for a week or so, while we check with rest of the egamma group that everyone is fine with deleting these 2 files. I will get back to you here. |
Thank you @swagata87 : yes, that's perfectly fine, this is certainly not an urgent PR |
Hi, [2]https://github.com/cms-sw/cmssw/blob/master/EgammaAnalysis/ElectronTools/test/run_exampleMva_cfg.py and https://github.com/cms-sw/cmssw/blob/master/EgammaAnalysis/ElectronTools/test/run_RegressionAndCombination_cfg.py |
@jeongeun could you please go ahead with the suggestion from @swagata87 in #39092 (comment) and fully remove the two test files? |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-39092/31907
|
|
@cmsbuild please test |
-1 Failed Tests: RelVals-INPUT RelVals-INPUT
Comparison SummarySummary:
|
merge |
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, EgammaAnalysis configuration files (2 files) are fixed.
PR validation:
Tested in CMSSW_12_5_X, the basic test all passed in the CMSSW PR instructions