CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/Geometry/TrackerGeometryBuilder/python/customTrackerX0Max.py

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