CMS 3D CMS Logo

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

Functions

def customise
 

Function Documentation

def constantsPostLS2.customise (   process)

Definition at line 5 of file constantsPostLS2.py.

5 
6 def customise(process):
7 
8  process.trackerGeometry.trackerGeometryConstants = cms.PSet(trackerGeometryConstants_cfi.trackerGeometryConstants)
9  process.idealForDigiTrackerGeometry.trackerGeometryConstants = cms.PSet(trackerGeometryConstants_cfi.trackerGeometryConstants)
10 
11  process.trackerNumberingGeometry.fromDDD = cms.bool( True )
12  process.trackerNumberingGeometry.layerNumberPXB = cms.uint32(18)
13  process.trackerNumberingGeometry.totalBlade = cms.uint32(56)
14 
15  return process