CMS 3D CMS Logo

RPCConeBuilder_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 RPCConeBuilder = cms.ESProducer("RPCConeBuilder",
4  towerBeg = cms.int32(0),
5  towerEnd = cms.int32(16)
6 )