5 import FWCore.ParameterSet.Config
as cms
7 errorMatrix_default = cms.PSet(
8 PtBins = cms.vdouble(),
10 minPhi = cms.string(
'-Pi'),
11 minPt = cms.double(0.0),
12 maxEta = cms.double(2.5),
13 maxPhi = cms.string(
'Pi'),
14 minEta = cms.double(0.0),
15 EtaBins = cms.vdouble(),
19 maxPt = cms.double(200.0),
22 muonErrorMatrixAnalyzer = cms.EDAnalyzer(
"MuonErrorMatrixAnalyzer",
23 errorMatrix_Reported_pset = cms.PSet(
25 action = cms.string(
'constructor'),
26 rootFileName = cms.string(
'errorMatrix_Reported.root')
28 associatorName = cms.string(
'trackAssociatorByPosition'),
29 errorMatrix_Pull_pset = cms.PSet(
31 action = cms.string(
'constructor'),
32 rootFileName = cms.string(
'errorMatrix_Pull.root')
34 gaussianPullFitRange = cms.untracked.double(2.0),
36 propagatorName = cms.string(
'SteppingHelixPropagatorAlong'),
37 trackLabel = cms.InputTag(
"standAloneMuons",
"UpdatedAtVtx"),
38 plotFileName = cms.string(
'controlErrorMatrixAnalyzer.root'),
40 radius = cms.double(0.0),
42 trackingParticleLabel = cms.InputTag(
"trackingParticles"),
43 errorMatrix_Residual_pset = cms.PSet(
45 action = cms.string(
'constructor'),
46 rootFileName = cms.string(
'errorMatrix_Residual.root')