CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
geometry38X_customize.py
Go to the documentation of this file.
2 
3 def customise(process):
4  process.XMLFromDBSource.label='Extended'
5  process.GlobalTag.toGet = cms.VPSet(
6  cms.PSet(record = cms.string("GeometryFileRcd"),
7  tag = cms.string("XMLFILE_Geometry_380V3_Extended_mc"),
8  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_GEOMETRY"),
9  label = cms.untracked.string("Extended")
10  )
11  )
12  return (process)