-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[L1T] switch to GeomeryDB #37726
[L1T] switch to GeomeryDB #37726
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-37726/29576
|
A new Pull Request was created by @cecilecaillol for master. It involves the following packages:
@epalencia, @cmsbuild, @cecilecaillol, @rekovic can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-8a3c3c/24314/summary.html Comparison SummarySummary:
|
+l1 |
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
|
@@ -276,7 +276,7 @@ | |||
# load and configure modules via Global Tag | |||
# https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideFrontierConditions | |||
|
|||
process.load('Configuration.StandardSequences.Geometry_cff') | |||
process.load("Configuration.StandardSequences.GeometryDB_cff") | |||
process.load('Configuration.StandardSequences.FrontierConditions_GlobalTag_cff') | |||
|
|||
process.GlobalTag.globaltag = useGlobalTag+'::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.
just wanted to mention that all the ::All
here are relics from Cond DB version 1 and they certainly cannot work with the current DB infrastructure.
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.
just wanted to mention that all the
::All
here are relics from Cond DB version 1 and they certainly cannot work with the current DB infrastructure.
Good point, thank you Marco. Then a further update/adjustment is in ordere, @cecilecaillol
@@ -114,7 +114,7 @@ | |||
# load and configure modules via Global Tag | |||
# https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideFrontierConditions | |||
|
|||
process.load('Configuration.StandardSequences.Geometry_cff') | |||
process.load("Configuration.StandardSequences.GeometryDB_cff") | |||
process.load('Configuration.StandardSequences.FrontierConditions_GlobalTag_cff') | |||
|
|||
process.GlobalTag.globaltag = useGlobalTag+'::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.
also here
@@ -33,7 +33,7 @@ | |||
# load and configure modules via Global Tag | |||
# https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideFrontierConditions | |||
|
|||
process.load('Configuration.StandardSequences.Geometry_cff') | |||
process.load("Configuration.StandardSequences.GeometryDB_cff") | |||
process.load('Configuration.StandardSequences.FrontierConditions_GlobalTag_cff') | |||
|
|||
process.GlobalTag.globaltag = useGlobalTag+'::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.
here.
@@ -35,7 +35,7 @@ | |||
############## | |||
process.load("Configuration.StandardSequences.Services_cff") | |||
process.load("Configuration.StandardSequences.MagneticField_cff") | |||
process.load("Configuration.StandardSequences.Geometry_cff") | |||
process.load("Configuration.StandardSequences.GeometryDB_cff") | |||
process.load("Configuration.StandardSequences.Simulation_cff") | |||
process.load("Configuration.StandardSequences.FrontierConditions_GlobalTag_cff") | |||
process.GlobalTag.globaltag ='START52_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.
here.
@@ -109,7 +109,7 @@ | |||
# load and configure modules via Global Tag | |||
# https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideFrontierConditions | |||
|
|||
process.load('Configuration.StandardSequences.Geometry_cff') | |||
process.load("Configuration.StandardSequences.GeometryDB_cff") | |||
process.load('Configuration.StandardSequences.FrontierConditions_GlobalTag_cff') | |||
|
|||
process.GlobalTag.globaltag = useGlobalTag+'::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.
here.
@@ -210,7 +210,7 @@ | |||
# load and configure modules via Global Tag | |||
# https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideFrontierConditions | |||
|
|||
process.load('Configuration.StandardSequences.Geometry_cff') | |||
process.load("Configuration.StandardSequences.GeometryDB_cff") | |||
process.load('Configuration.StandardSequences.FrontierConditions_GlobalTag_cff') | |||
|
|||
process.GlobalTag.globaltag = useGlobalTag + '::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.
here.
@@ -16,7 +16,7 @@ | |||
) | |||
|
|||
# standard includes | |||
process.load("Configuration.StandardSequences.Geometry_cff") | |||
process.load("Configuration.StandardSequences.GeometryDB_cff") | |||
process.load("Configuration.StandardSequences.FrontierConditions_GlobalTag_cff") | |||
process.GlobalTag.globaltag = "IDEAL_30X::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.
here.
@@ -16,7 +16,7 @@ | |||
) | |||
|
|||
# standard includes | |||
process.load("Configuration.StandardSequences.Geometry_cff") | |||
process.load("Configuration.StandardSequences.GeometryDB_cff") | |||
process.load("Configuration.StandardSequences.FrontierConditions_GlobalTag_cff") | |||
process.GlobalTag.globaltag = "IDEAL_30X::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.
and here.
PR description:
Addresses issue #31113 ("Configuration.StandardSequences.Geometry_cff was removed")