CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_1/src/Geometry/TrackerGeometryBuilder/python/customTrackerX0Min.py

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