1 import FWCore.ParameterSet.Config
as cms
3 patPFParticles = cms.EDProducer(
"PATPFParticleProducer",
5 pfCandidateSource = cms.InputTag(
"noJet"),
8 addGenMatch = cms.bool(
False),
9 genParticleMatch = cms.InputTag(
""),
12 embedGenMatch = cms.bool(
False),
17 userClasses = cms.PSet(
18 src = cms.VInputTag(
'')
21 userFloats = cms.PSet(
22 src = cms.VInputTag(
'')
26 src = cms.VInputTag(
'')
30 src = cms.VInputTag(
'')
33 userFunctions = cms.vstring(),
34 userFunctionLabels = cms.vstring()
38 addEfficiencies = cms.bool(
False),
39 efficiencies = cms.PSet(),
42 addResolutions = cms.bool(
False),
43 resolutions = cms.PSet(),