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 6 of file constantsPostLS2.py.

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