CMS 3D CMS Logo

DTGeometryESModule_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 DTGeometryESModule = cms.ESProducer("DTGeometryESModule",
4  alignmentsLabel = cms.string(''),
5  appendToDataLabel = cms.string(''),
6  applyAlignment = cms.bool(True),
7  fromDDD = cms.bool(True)
8 )