CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoMuon/MuonIdentification/python/muonShowerInformation_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 from RecoMuon.TrackingTools.MuonServiceProxy_cff import *
00003 
00004 MuonShowerParameters = cms.PSet(
00005     MuonShowerInformationFillerParameters = cms.PSet(
00006       MuonServiceProxy,
00007     
00008       DTRecSegmentLabel = cms.InputTag("dt1DRecHits"),
00009       CSCRecSegmentLabel = cms.InputTag("csc2DRecHits"),
00010       RPCRecSegmentLabel = cms.InputTag("rpcRecHits"),
00011       DT4DRecSegmentLabel = cms.InputTag("dt4DSegments"),
00012       CSCSegmentLabel = cms.InputTag("cscSegments"),
00013 
00014       TrackerRecHitBuilder = cms.string('WithTrackAngle'),
00015       MuonRecHitBuilder = cms.string('MuonRecHitBuilder'),
00016     
00017    )
00018 )