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 embedTrack = cms.bool(
False),
37 embedCombinedMuon = cms.bool(
True),
38 embedStandAloneMuon = cms.bool(
True),
39 embedPickyMuon = cms.bool(
True),
40 embedTpfmsMuon = cms.bool(
True),
41 embedDytMuon = cms.bool(
True),
42 embedPFCandidate = cms.bool(
True),
45 embedCaloMETMuonCorrs = cms.bool(
True),
46 caloMETMuonCorrs = cms.InputTag(
"muonMETValueMapProducer" ,
"muCorrData"),
48 embedTcMETMuonCorrs = cms.bool(
True),
49 tcMETMuonCorrs = cms.InputTag(
"muonTCMETValueMapProducer",
"muCorrData"),
52 isoDeposits = cms.PSet(
62 userIsolation = cms.PSet(
74 addGenMatch = cms.bool(
True),
75 embedGenMatch = cms.bool(
True),
76 genParticleMatch = cms.InputTag(
"muonMatch"),
79 addEfficiencies = cms.bool(
False),
80 efficiencies = cms.PSet(),
83 addResolutions = cms.bool(
False),
84 resolutions = cms.PSet(),
87 embedHighLevelSelection = cms.bool(
True),
88 usePV = cms.bool(
True),
89 beamLineSrc = cms.InputTag(
"offlineBeamSpot"),
90 pvSrc = cms.InputTag(
"offlinePrimaryVertices")