CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/Geometry/CMSCommonData/python/geometry38X_customize.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 def customise(process):
00004     process.XMLFromDBSource.label='Extended'
00005     process.GlobalTag.toGet = cms.VPSet(
00006         cms.PSet(record = cms.string("GeometryFileRcd"),
00007                  tag = cms.string("XMLFILE_Geometry_380V3_Extended_mc"),
00008                  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_GEOMETRY"),
00009                  label = cms.untracked.string("Extended")
00010                  )
00011         )
00012     return (process)