File indexing completed on 2023-03-17 11:16:22
0001 import FWCore.ParameterSet.Config as cms
0002 import PhysicsTools.PatAlgos.PATPhotonProducer_cfi as _mod
0003
0004 patPhotons = _mod.PATPhotonProducer.clone(
0005
0006 photonSource = "gedPhotons",
0007 electronSource = "gedGsfElectrons",
0008 beamLineSrc = "offlineBeamSpot",
0009
0010
0011 userData = dict(
0012
0013 userClasses = cms.PSet(
0014 src = cms.VInputTag('')
0015 ),
0016
0017 userFloats = cms.PSet(
0018 src = cms.VInputTag('')
0019 ),
0020
0021 userInts = cms.PSet(
0022 src = cms.VInputTag('')
0023 ),
0024
0025 userCands = cms.PSet(
0026 src = cms.VInputTag('')
0027 ),
0028
0029 userFunctions = [],
0030 userFunctionLabels = []
0031 ),
0032
0033
0034 embedSuperCluster = True,
0035 embedSeedCluster = True,
0036 embedBasicClusters = True,
0037 embedPreshowerClusters = True,
0038 embedRecHits = True,
0039 saveRegressionData = True,
0040
0041
0042 isoDeposits = cms.PSet(),
0043
0044
0045
0046
0047 userIsolation = dict(
0048
0049
0050 ),
0051
0052
0053 addPhotonID = False,
0054 photonIDSources = cms.PSet(),
0055
0056 addGenMatch = True,
0057 embedGenMatch = True,
0058 genParticleMatch = "photonMatch",
0059
0060
0061 addEfficiencies = False,
0062 efficiencies = dict(),
0063
0064
0065 addResolutions = False,
0066 resolutions = dict(),
0067
0068
0069 addPFClusterIso = False,
0070 ecalPFClusterIsoMap = "",
0071 hcalPFClusterIsoMap = "",
0072 addPuppiIsolation = False
0073 )
0074 del patPhotons.photonIDSource