CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GlobalTrackQuality_cfi.py
Go to the documentation of this file.
2 
6 
7 glbTrackQual = cms.EDProducer(
8  "GlobalTrackQualityProducer",
9  MuonServiceProxy,
10  GlobalMuonTrackMatcher,
11  InputCollection = cms.InputTag("globalMuons"),
12  InputLinksCollection = cms.InputTag("globalMuons"),
13 #not used for now
14  BaseLabel = cms.string('GLB'),
15  RefitterParameters = cms.PSet(
16  GlobalMuonRefitter
17  ),
18  nSigma = cms.double(3.0),
19  MaxChi2 = cms.double(100000.0),
20  )