CMS 3D CMS Logo

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