CMS 3D CMS Logo

Functions

customTrackerLiMax Namespace Reference

Functions

def customise

Function Documentation

def customTrackerLiMax::customise (   process)

Definition at line 2 of file customTrackerLiMax.py.

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