CMS 3D CMS Logo

All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Functions
customTrackerLiMax Namespace Reference

Functions

def customise (process)
 
def customiseMaterialBudget (process)
 

Function Documentation

◆ customise()

def customTrackerLiMax.customise (   process)

Definition at line 2 of file customTrackerLiMax.py.

2 def customise(process):
3  process.XMLFromDBSource.label='ExtendedLiMax'
4  process.GlobalTag.toGet = cms.VPSet(
5  cms.PSet(record = cms.string("GeometryFileRcd"),
6  tag = cms.string("XMLFILE_Geometry_311YV1_ExtendedLiMax_mc"),
7  connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_34X_GEOMETRY"),
8  label = cms.untracked.string("ExtendedLiMax")
9  )
10  )
11  return (process)
12 
def customise(process)

◆ customiseMaterialBudget()

def customTrackerLiMax.customiseMaterialBudget (   process)

Definition at line 2 of file customTrackerLiMax.py.

2 def customiseMaterialBudget(process):
3  process.XMLFromDBSource.label='ExtendedLiMax'
4  return (process)
5 
def customiseMaterialBudget(process)