CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
trackerGeometry_cfi.py
Go to the documentation of this file.
2 
3 #
4 # This cfi should be included to build the Tracker geometry model.
5 #
6 # GF would like to have a shorter name (e.g. TrackerGeometry), but since originally
7 # there was no name, replace statements in other configs would not work anymore...
8 TrackerDigiGeometryESModule = cms.ESProducer("TrackerDigiGeometryESModule",
9  appendToDataLabel = cms.string(''),
10  fromDDD = cms.bool(True),
11  applyAlignment = cms.bool(True), # to be abondoned
12 
13  alignmentsLabel = cms.string('')
14 )
15 
16