CMS 3D CMS Logo

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