CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/Validation/rpcRecHits/python/rpcRecHitValidation_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 rpcRecHitV = cms.EDAnalyzer("RPCRecHitValid",
00004     subDir = cms.string("RPC/RPCRecHitV/SimVsReco"),
00005     simHit = cms.InputTag("g4SimHits", "MuonRPCHits"),
00006     recHit = cms.InputTag("rpcRecHits"),
00007     simTrack = cms.InputTag("mergedtruth", "MergedTrackTruth"),
00008     muon = cms.InputTag("muons"),
00009 )
00010 
00011 rpcRecHitValidation_step = cms.Sequence(rpcRecHitV)