CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
muonShowerInformation_cfi.py
Go to the documentation of this file.
3 
4 MuonShowerParameters = cms.PSet(
5  MuonShowerInformationFillerParameters = cms.PSet(
6  MuonServiceProxy,
7 
8  DTRecSegmentLabel = cms.InputTag("dt1DRecHits"),
9  CSCRecSegmentLabel = cms.InputTag("csc2DRecHits"),
10  RPCRecSegmentLabel = cms.InputTag("rpcRecHits"),
11  DT4DRecSegmentLabel = cms.InputTag("dt4DSegments"),
12  CSCSegmentLabel = cms.InputTag("cscSegments"),
13 
14  TrackerRecHitBuilder = cms.string('WithTrackAngle'),
15  MuonRecHitBuilder = cms.string('MuonRecHitBuilder'),
16 
17  )
18 )