CMS 3D CMS Logo

mtdNumberingGeometry_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 mtdNumberingGeometry = cms.ESProducer("MTDGeometricTimingDetESModule",
4  appendToDataLabel = cms.string(''),
5  fromDD4hep = cms.bool(False),
6  fromDDD = cms.bool(True)
7 )