3 patMuons = cms.EDProducer(
"PATMuonProducer",
5 muonSource = cms.InputTag(
"muons"),
8 useParticleFlow = cms.bool(
False ),
9 pfMuonSource = cms.InputTag(
"particleFlow"),
14 userClasses = cms.PSet(
15 src = cms.VInputTag(
'')
18 userFloats = cms.PSet(
19 src = cms.VInputTag(
'')
23 src = cms.VInputTag(
'')
27 src = cms.VInputTag(
'')
30 userFunctions = cms.vstring(),
31 userFunctionLabels = cms.vstring()
35 embedMuonBestTrack = cms.bool(
True),
36 embedImprovedMuonBestTrack = cms.bool(
True),
37 embedTrack = cms.bool(
False),
38 embedCombinedMuon = cms.bool(
True),
39 embedStandAloneMuon = cms.bool(
True),
40 embedPickyMuon = cms.bool(
True),
41 embedTpfmsMuon = cms.bool(
True),
42 embedDytMuon = cms.bool(
True),
43 embedPFCandidate = cms.bool(
True),
46 embedCaloMETMuonCorrs = cms.bool(
True),
47 caloMETMuonCorrs = cms.InputTag(
"muonMETValueMapProducer" ,
"muCorrData"),
49 embedTcMETMuonCorrs = cms.bool(
True),
50 tcMETMuonCorrs = cms.InputTag(
"muonTCMETValueMapProducer",
"muCorrData"),
53 isoDeposits = cms.PSet(
63 userIsolation = cms.PSet(
75 addGenMatch = cms.bool(
True),
76 embedGenMatch = cms.bool(
True),
77 genParticleMatch = cms.InputTag(
"muonMatch"),
80 addEfficiencies = cms.bool(
False),
81 efficiencies = cms.PSet(),
84 addResolutions = cms.bool(
False),
85 resolutions = cms.PSet(),
88 embedHighLevelSelection = cms.bool(
True),
89 usePV = cms.bool(
True),
90 beamLineSrc = cms.InputTag(
"offlineBeamSpot"),
91 pvSrc = cms.InputTag(
"offlinePrimaryVertices")