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 embedTunePMuonBestTrack = cms.bool(
True),
37 forceBestTrackEmbedding = cms.bool(
False),
38 embedTrack = cms.bool(
False),
39 embedCombinedMuon = cms.bool(
True),
40 embedStandAloneMuon = cms.bool(
True),
41 embedPickyMuon = cms.bool(
True),
42 embedTpfmsMuon = cms.bool(
True),
43 embedDytMuon = cms.bool(
True),
44 embedPFCandidate = cms.bool(
True),
47 embedCaloMETMuonCorrs = cms.bool(
True),
48 caloMETMuonCorrs = cms.InputTag(
"muonMETValueMapProducer" ,
"muCorrData"),
50 embedTcMETMuonCorrs = cms.bool(
False),
51 tcMETMuonCorrs = cms.InputTag(
"muonTCMETValueMapProducer",
"muCorrData"),
54 isoDeposits = cms.PSet(
64 userIsolation = cms.PSet(
76 addGenMatch = cms.bool(
True),
77 embedGenMatch = cms.bool(
True),
78 genParticleMatch = cms.InputTag(
"muonMatch"),
81 addEfficiencies = cms.bool(
False),
82 efficiencies = cms.PSet(),
85 addResolutions = cms.bool(
False),
86 resolutions = cms.PSet(),
89 embedHighLevelSelection = cms.bool(
True),
90 usePV = cms.bool(
True),
91 beamLineSrc = cms.InputTag(
"offlineBeamSpot"),
92 pvSrc = cms.InputTag(
"offlinePrimaryVertices")