CMS 3D CMS Logo

Functions

customTrackerLiMin Namespace Reference

Functions

def customise

Function Documentation

def customTrackerLiMin::customise (   process)

Definition at line 2 of file customTrackerLiMin.py.

00003                       :
00004     process.XMLFromDBSource.label='ExtendedLiMin'
00005     process.GlobalTag.toGet = cms.VPSet(
00006         cms.PSet(record = cms.string("GeometryFileRcd"),
00007                  tag = cms.string("XMLFILE_Geometry_ExtendedLiMin_38YV0"),
00008                  connect = cms.untracked.string("frontier://FrontierPrep/CMS_COND_GEOMETRY"),
00009                  label = cms.untracked.string("ExtendedLiMin")
00010                  )
00011         )
00012     return (process)