Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 patPhotons = cms.EDProducer("PATPhotonProducer",
00004
00005 photonSource = cms.InputTag("photons"),
00006
00007
00008 userData = cms.PSet(
00009
00010 userClasses = cms.PSet(
00011 src = cms.VInputTag('')
00012 ),
00013
00014 userFloats = cms.PSet(
00015 src = cms.VInputTag('')
00016 ),
00017
00018 userInts = cms.PSet(
00019 src = cms.VInputTag('')
00020 ),
00021
00022 userCands = cms.PSet(
00023 src = cms.VInputTag('')
00024 ),
00025
00026 userFunctions = cms.vstring(),
00027 userFunctionLabels = cms.vstring()
00028 ),
00029
00030
00031 embedSuperCluster = cms.bool(True),
00032
00033
00034 isoDeposits = cms.PSet(),
00035
00036
00037
00038
00039 userIsolation = cms.PSet(),
00040
00041
00042 addPhotonID = cms.bool(True),
00043 photonIDSources = cms.PSet(
00044 PhotonCutBasedIDLoose = cms.InputTag('PhotonIDProd',
00045 'PhotonCutBasedIDLoose'),
00046 PhotonCutBasedIDTight = cms.InputTag('PhotonIDProd',
00047 'PhotonCutBasedIDTight')
00048 ),
00049
00050 addGenMatch = cms.bool(True),
00051 embedGenMatch = cms.bool(True),
00052 genParticleMatch = cms.InputTag("photonMatch"),
00053
00054
00055 addEfficiencies = cms.bool(False),
00056 efficiencies = cms.PSet(),
00057
00058
00059 addResolutions = cms.bool(False),
00060 resolutions = cms.PSet()
00061
00062 )