File indexing completed on 2021-02-14 12:49:06
0001 import FWCore.ParameterSet.Config as cms
0002 def customise(process):
0003 process.XMLFromDBSource.label='ExtendedLiMax'
0004 process.GlobalTag.toGet = cms.VPSet(
0005 cms.PSet(record = cms.string("GeometryFileRcd"),
0006 tag = cms.string("XMLFILE_Geometry_311YV1_ExtendedLiMax_mc"),
0007 connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_GEOMETRY"),
0008 label = cms.untracked.string("ExtendedLiMax")
0009 )
0010 )
0011 return (process)