CMS 3D CMS Logo

Functions

customTrackerX0Max Namespace Reference

Functions

def customise
def customiseMaterialBudget

Function Documentation

def customTrackerX0Max::customise (   process)

Definition at line 2 of file customTrackerX0Max.py.

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

Definition at line 2 of file customTrackerX0Max.py.

00003                                     :
00004     process.XMLFromDBSource.label='ExtendedX0Max'
00005     return (process)