CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
customizeHLTGlobalTag.py
Go to the documentation of this file.
2 
3 def customizeHLTGlobalTag(process):
4  process.GlobalTag.connect = 'frontier://FrontierProd/CMS_COND_31X_GLOBALTAG'
5  process.GlobalTag.pfnPrefix = cms.untracked.string('frontier://FrontierProd/')
6 
7  return process