CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_13_patch3/src/RecoLocalMuon/RPCRecHit/python/rpcRecHits_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 rpcRecHits = cms.EDProducer("RPCRecHitProducer",
00004     recAlgoConfig = cms.PSet(
00005 
00006     ),
00007     recAlgo = cms.string('RPCRecHitStandardAlgo'),
00008     rpcDigiLabel = cms.InputTag("muonRPCDigis"),
00009     maskSource = cms.string('File'),
00010     maskvecfile = cms.FileInPath('RecoLocalMuon/RPCRecHit/data/RPCMaskVec.dat'),
00011     deadSource = cms.string('File'),
00012     deadvecfile = cms.FileInPath('RecoLocalMuon/RPCRecHit/data/RPCDeadVec.dat')
00013 )
00014 
00015