-
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 RecoVertex #38788
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38788/31141
|
A new Pull Request was created by @jeongeun (JeongEun Lee) for master. It involves the following packages:
@malbouis, @yuanchao, @clacaputo, @cmsbuild, @jpata, @tvami, @ChrisMisan, @francescobrivio can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
process.GlobalTag.connect = "sqlite_file:/afs/cern.ch/user/f/futyand/public/globaltag/10PB_21X.db" | ||
process.GlobalTag.globaltag = '10PB_V1::All' | ||
#process.GlobalTag.globaltag = '10PB_V1::All' |
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 remove these lines 67-68
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 do not remove the lines, just comment them out!
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.
sorry @francescobrivio where do you see the loading the GT as a local .db file as useful comment? That shouldnt really be used, right?
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.
Right, as discussed in #38788 (comment) we can remove alltogether this RecoVertex/BeamSpotProducer/test/alcareco.py
file.
@@ -65,7 +65,8 @@ | |||
#process.GlobalTag.globaltag = 'IDEAL_V9::All' # take your favourite | |||
|
|||
process.GlobalTag.connect = "sqlite_file:/afs/cern.ch/user/f/futyand/public/globaltag/10PB_21X.db" | |||
process.GlobalTag.globaltag = '10PB_V1::All' | |||
#process.GlobalTag.globaltag = '10PB_V1::All' | |||
process.GlobalTag.globaltag = cms.string( autoCond[ 'phase1_2022_realistic' ] ) |
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.
@francescobrivio is this config for MC or data, do you maybe know?
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.
I have never used it and as you can see it was last touched in 2013 😅 , but from a quick look it seems to me it can actually be used for both data or MC. So let's put a data GT (the Prompt one I'd suggest) and add a comment just afte: # pick your favourite
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.
but @francescobrivio if it doesnt matter we should just go with what the PR author picked, no?
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.
All of the files should either be made unit tests or deleted..
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.
ok I agree with Marco, the file RecoVertex/BeamSpotProducer/test/alcareco.py
can actually be removed alltogether from the release. @jeongeun please remove it :)
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38788/31287
|
Pull request #38788 was updated. @malbouis, @yuanchao, @clacaputo, @cmsbuild, @jpata, @tvami, @ChrisMisan, @francescobrivio can you please check and sign again. |
@cmsbuild , please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-8101a2/26482/summary.html Comparison SummarySummary:
|
+alca |
+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, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
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, RecoVertex configuration files (3 files) are fixed.
PR validation:
Tested in CMSSW_12_5_X, the basic test all passed in the CMSSW PR instructions