CMS 3D CMS Logo

ME0GeometryESModule_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ME0GeometryESModule = cms.ESProducer("ME0GeometryESModule",
4  use10EtaPart = cms.bool(True),
5  useDDD = cms.bool(True)
6 )