Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 patPFParticles = cms.EDProducer("PATPFParticleProducer",
00004
00005 pfCandidateSource = cms.InputTag("noJet"),
00006
00007
00008 addGenMatch = cms.bool(False),
00009 genParticleMatch = cms.InputTag(""),
00010
00011
00012 embedGenMatch = cms.bool(False),
00013
00014
00015 userData = cms.PSet(
00016
00017 userClasses = cms.PSet(
00018 src = cms.VInputTag('')
00019 ),
00020
00021 userFloats = cms.PSet(
00022 src = cms.VInputTag('')
00023 ),
00024
00025 userInts = cms.PSet(
00026 src = cms.VInputTag('')
00027 ),
00028
00029 userCands = cms.PSet(
00030 src = cms.VInputTag('')
00031 ),
00032
00033 userFunctions = cms.vstring(),
00034 userFunctionLabels = cms.vstring()
00035 ),
00036
00037
00038 addEfficiencies = cms.bool(False),
00039 efficiencies = cms.PSet(),
00040
00041
00042 addResolutions = cms.bool(False),
00043 resolutions = cms.PSet(),
00044 )
00045
00046