CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
rpcGeometryDB_cfi.py
Go to the documentation of this file.
2 
3 #
4 # This cfi should be included to build the RPC geometry model.
5 #
6 RPCGeometryESModule = cms.ESProducer("RPCGeometryESModule",
7  compatibiltyWith11 = cms.untracked.bool(True),
8  useDDD = cms.untracked.bool(False)
9 )
10 
11