CMS 3D CMS Logo

me0GeometryDB_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #
4 # This cfi should be included to build the ME0 geometry model.
5 #
6 ME0GeometryESModule = cms.ESProducer("ME0GeometryESModule",
7  fromDDD = cms.bool(False),
8  fromDD4hep = cms.bool(False)
9 )