CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PFClustersForJets_cff.py
Go to the documentation of this file.
2 
4 
5 pfClusterRefsForJetsHCAL = cms.EDProducer("PFClusterRefCandidateProducer",
6  src = cms.InputTag('particleFlowClusterHCAL'),
7  particleType = cms.string('pi+')
8 )
9 
10 pfClusterRefsForJetsECAL = cms.EDProducer("PFClusterRefCandidateProducer",
11  src = cms.InputTag('particleFlowClusterECAL'),
12  particleType = cms.string('pi+')
13 )
14 
15 pfClusterRefsForJetsHFEM = cms.EDProducer("PFClusterRefCandidateProducer",
16  src = cms.InputTag('particleFlowClusterHFEM'),
17  particleType = cms.string('pi+')
18 )
19 
20 pfClusterRefsForJetsHFHAD = cms.EDProducer("PFClusterRefCandidateProducer",
21  src = cms.InputTag('particleFlowClusterHFHAD'),
22  particleType = cms.string('pi+')
23 )
24 
25 pfClusterRefsForJets = cms.EDProducer("PFClusterRefCandidateMerger",
26  src = cms.VInputTag("pfClusterRefsForJetsHCAL", "pfClusterRefsForJetsECAL")
27 # src = cms.VInputTag("pfClusterRefsForJetsHCAL", "pfClusterRefsForJetsECAL","pfClusterRefsForJetsHFEM","pfClusterRefsForJetsHFHAD")
28 )
29 
30