3 patMuons = cms.EDProducer(
"PATMuonProducer",
5 muonSource = cms.InputTag(
"muons"),
8 useParticleFlow = cms.bool(
False ),
9 pfMuonSource = cms.InputTag(
"pfIsolatedMuons"),
10 linkToPFSource = cms.InputTag(
""),
13 addTeVRefits = cms.bool(
True),
14 pickySrc = cms.InputTag(
"tevMuons",
"picky"),
15 tpfmsSrc = cms.InputTag(
"tevMuons",
"firstHit"),
20 userClasses = cms.PSet(
21 src = cms.VInputTag(
'')
24 userFloats = cms.PSet(
25 src = cms.VInputTag(
'')
29 src = cms.VInputTag(
'')
33 src = cms.VInputTag(
'')
36 userFunctions = cms.vstring(),
37 userFunctionLabels = cms.vstring()
41 embedTrack = cms.bool(
False),
42 embedCombinedMuon = cms.bool(
True),
43 embedStandAloneMuon = cms.bool(
True),
44 embedPickyMuon = cms.bool(
True),
45 embedTpfmsMuon = cms.bool(
True),
46 embedPFCandidate = cms.bool(
True),
49 embedCaloMETMuonCorrs = cms.bool(
True),
50 caloMETMuonCorrs = cms.InputTag(
"muonMETValueMapProducer" ,
"muCorrData"),
52 embedTcMETMuonCorrs = cms.bool(
True),
53 tcMETMuonCorrs = cms.InputTag(
"muonTCMETValueMapProducer",
"muCorrData"),
56 isoDeposits = cms.PSet(
66 userIsolation = cms.PSet(
78 addGenMatch = cms.bool(
True),
79 embedGenMatch = cms.bool(
True),
80 genParticleMatch = cms.InputTag(
"muonMatch"),
83 addEfficiencies = cms.bool(
False),
84 efficiencies = cms.PSet(),
87 addResolutions = cms.bool(
False),
88 resolutions = cms.PSet(),
91 embedHighLevelSelection = cms.bool(
True),
92 usePV = cms.bool(
True),
93 beamLineSrc = cms.InputTag(
"offlineBeamSpot"),
94 pvSrc = cms.InputTag(
"offlinePrimaryVertices")