CMS 3D CMS Logo

Functions

geometry38X_customize Namespace Reference

Functions

def customise

Function Documentation

def geometry38X_customize::customise (   process)

Definition at line 3 of file geometry38X_customize.py.

00004                       :
00005     process.XMLFromDBSource.label='Extended'
00006     process.GlobalTag.toGet = cms.VPSet(
00007         cms.PSet(record = cms.string("GeometryFileRcd"),
00008                  tag = cms.string("XMLFILE_Geometry_380V3_Extended_mc"),
00009                  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_GEOMETRY"),
00010                  label = cms.untracked.string("Extended")
00011                  )
00012         )
00013     return (process)