test
CMS 3D CMS Logo

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

Functions

def customise
 
def customiseMaterialBudget
 

Function Documentation

def customTrackerLiMax.customise (   process)

Definition at line 2 of file customTrackerLiMax.py.

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

Definition at line 2 of file customTrackerLiMax.py.

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