-
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
7x add reco geometry tag production info #4840
Conversation
A new Pull Request was created by @alja (Alja Mrak-Tadel) for CMSSW_7_1_X. 7x add reco geometry tag production info It involves the following packages: Fireworks/Core @Dr15Jones, @cmsbuild, @alja, @nclopezo, @Degano, @ktf can you please review it and eventually sign? Thanks. |
+1 |
@@ -4,8 +4,11 @@ | |||
process.load("Configuration.StandardSequences.FrontierConditions_GlobalTag_cff") | |||
from Configuration.AlCa.autoCond import autoCond | |||
process.GlobalTag.globaltag = autoCond['mc'] | |||
process.load("Configuration.StandardSequences.GeometryDB_cff") | |||
process.load("Configuration.StandardSequences.Reconstruction_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.
To choose Run 2 geometry correctly this should be:
process.GlobalTag.globaltag = autoCond['run2_mc']
process.load("Configuration.StandardSequences.GeometryDB_cff")
process.load("Configuration.StandardSequences.Reconstruction_cff")
7x add reco geometry tag production info
Add production tag info in reco geometry file in order to know which detector elements to draw in projected and 3D views.