File indexing completed on 2023-03-17 11:05:24
0001 import FWCore.ParameterSet.Config as cms
0002 def customise(process):
0003 process.XMLFromDBSource.label='ExtendedX0Max'
0004 process.GlobalTag.toGet = cms.VPSet(
0005 cms.PSet(record = cms.string("GeometryFileRcd"),
0006 tag = cms.string("XMLFILE_Geometry_311YV1_ExtendedX0Max_mc"),
0007 connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_GEOMETRY"),
0008 label = cms.untracked.string("ExtendedX0Max")
0009 )
0010 )
0011 return (process)