1 import FWCore.ParameterSet.Config
as cms
5 patGenericParticles = cms.EDProducer(
"PATGenericParticleProducer",
7 src = cms.InputTag(
"REPLACE_ME"),
12 userClasses = cms.PSet(
13 src = cms.VInputTag(
'')
16 userFloats = cms.PSet(
17 src = cms.VInputTag(
'')
21 src = cms.VInputTag(
'')
25 src = cms.VInputTag(
'')
28 userFunctions = cms.vstring(),
29 userFunctionLabels = cms.vstring()
33 embedTrack = cms.bool(
False),
34 embedGsfTrack = cms.bool(
False),
35 embedStandAloneMuon = cms.bool(
False),
36 embedCombinedMuon = cms.bool(
False),
37 embedMultipleTracks = cms.bool(
False),
38 embedSuperCluster = cms.bool(
False),
39 embedCaloTower = cms.bool(
False),
42 isoDeposits = cms.PSet(
48 userIsolation = cms.PSet(
52 addQuality = cms.bool(
False),
53 qualitySource = cms.InputTag(
"REPLACE_ME"),
56 addGenMatch = cms.bool(
False),
57 embedGenMatch = cms.bool(
False),
58 genParticleMatch = cms.InputTag(
"REPLACE_ME"),
61 addEfficiencies = cms.bool(
False),
62 efficiencies = cms.PSet(),
65 addResolutions = cms.bool(
False),
66 resolutions = cms.PSet(),