CMS 3D CMS Logo

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

Functions

def customise
 

Function Documentation

def geometry38X_customize.customise (   process)

Definition at line 3 of file geometry38X_customize.py.

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