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