00001 import FWCore.ParameterSet.Config as cms
00002
00003 PFCandAssoMap = cms.EDProducer('PFCand_AssoMap',
00004
00005
00006
00007 AssociationType = cms.InputTag('Both'),
00008
00009
00010 MaxNumberOfAssociations = cms.int32(1),
00011
00012
00013 PFCandidateCollection = cms.InputTag('particleFlow'),
00014 VertexCollection = cms.InputTag('offlinePrimaryVertices'),
00015
00016
00017 BeamSpot = cms.InputTag('offlineBeamSpot'),
00018
00019
00020 doReassociation = cms.bool(True),
00021 GetCleanedCollections = cms.bool(False),
00022
00023
00024 ConversionsCollection = cms.InputTag('allConversions'),
00025
00026
00027 V0KshortCollection = cms.InputTag('generalV0Candidates','Kshort'),
00028 V0LambdaCollection = cms.InputTag('generalV0Candidates','Lambda'),
00029
00030
00031 NIVertexCollection = cms.InputTag('particleFlowDisplacedVertex'),
00032
00033
00034
00035
00036
00037 FinalAssociation = cms.untracked.int32(1),
00038
00039
00040 ignoreMissingCollection = cms.bool(True),
00041
00042
00043 nTrackWeight = cms.double(0.001),
00044
00045 )
00046
00047 PFCandAssoMapJJetMet = cms.EDProducer('PFCand_AssoMap',
00048
00049
00050
00051 AssociationType = cms.InputTag('Both'),
00052
00053
00054 MaxNumberOfAssociations = cms.int32(1),
00055
00056
00057 PFCandidateCollection = cms.InputTag('particleFlow'),
00058 VertexCollection = cms.InputTag('offlinePrimaryVertices'),
00059
00060
00061 BeamSpot = cms.InputTag('offlineBeamSpot'),
00062
00063
00064 doReassociation = cms.bool(False),
00065 GetCleanedCollections = cms.bool(False),
00066
00067
00068 ConversionsCollection = cms.InputTag('allConversions'),
00069
00070
00071 V0KshortCollection = cms.InputTag('generalV0Candidates','Kshort'),
00072 V0LambdaCollection = cms.InputTag('generalV0Candidates','Lambda'),
00073
00074
00075 NIVertexCollection = cms.InputTag('particleFlowDisplacedVertex'),
00076
00077
00078
00079
00080
00081 FinalAssociation = cms.untracked.int32(0),
00082
00083
00084 ignoreMissingCollection = cms.bool(True),
00085
00086
00087 nTrackWeight = cms.double(0.),
00088
00089 )
00090
00091 PFCandAssoMapMuoEgm = cms.EDProducer('PFCand_AssoMap',
00092
00093
00094
00095 AssociationType = cms.InputTag('Both'),
00096
00097
00098 MaxNumberOfAssociations = cms.int32(1),
00099
00100
00101 PFCandidateCollection = cms.InputTag('particleFlow'),
00102 VertexCollection = cms.InputTag('offlinePrimaryVertices'),
00103
00104
00105 BeamSpot = cms.InputTag('offlineBeamSpot'),
00106
00107
00108 doReassociation = cms.bool(False),
00109 GetCleanedCollections = cms.bool(False),
00110
00111
00112 ConversionsCollection = cms.InputTag('allConversions'),
00113
00114
00115 V0KshortCollection = cms.InputTag('generalV0Candidates','Kshort'),
00116 V0LambdaCollection = cms.InputTag('generalV0Candidates','Lambda'),
00117
00118
00119 NIVertexCollection = cms.InputTag('particleFlowDisplacedVertex'),
00120
00121
00122
00123
00124
00125 FinalAssociation = cms.untracked.int32(1),
00126
00127
00128 ignoreMissingCollection = cms.bool(True),
00129
00130
00131 nTrackWeight = cms.double(0.),
00132
00133 )
00134
00135
00136
00137 PFCands2Vertex = PFCandAssoMap.clone(
00138
00139
00140
00141 AssociationType = cms.InputTag('PFCandsToVertex'),
00142
00143 )