1 import FWCore.ParameterSet.Config
as cms
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 beamLineSrc = cms.InputTag(
"offlineBeamSpot"),
91 pvSrc = cms.InputTag(
"offlinePrimaryVertices"),
94 embedPfEcalEnergy = cms.bool(
True),
95 addPuppiIsolation = cms.bool(
False),
101 computeMiniIso = cms.bool(
False),
102 pfCandsForMiniIso = cms.InputTag(
"packedPFCandidates"),
103 miniIsoParams = cms.vdouble(0.05, 0.2, 10.0, 0.5, 0.0001, 0.01, 0.01, 0.01, 0.0),
108 computeMuonMVA = cms.bool(
False),
109 mvaTrainingFile = cms.string(
"RecoMuon/MuonIdentification/data/mu_BDTG.weights.xml"),
110 recomputeBasicSelectors = cms.bool(
True),
111 mvaUseJec = cms.bool(
True),
112 mvaDrMax = cms.double(0.4),
113 mvaJetTag = cms.InputTag(
"pfCombinedInclusiveSecondaryVertexV2BJetTags"),
114 mvaL1Corrector = cms.InputTag(
"ak4PFCHSL1FastjetCorrector"),
115 mvaL1L2L3ResCorrector = cms.InputTag(
"ak4PFCHSL1FastL2L3Corrector"),
116 rho = cms.InputTag(
"fixedGridRhoFastjetCentralNeutral"),
119 muonSimInfo = cms.InputTag(
"muonSimClassifier")