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 pfClusterRefsForJetsHF = cms.EDProducer("PFClusterRefCandidateProducer",
16  src = cms.InputTag('particleFlowClusterHF'),
17  particleType = cms.string('pi+')
18 )
19 
20 pfClusterRefsForJets = cms.EDProducer("PFClusterRefCandidateMerger",
21  src = cms.VInputTag("pfClusterRefsForJetsHCAL", "pfClusterRefsForJetsECAL")
22 # src = cms.VInputTag("pfClusterRefsForJetsHCAL", "pfClusterRefsForJetsECAL","pfClusterRefsForJetsHF")
23 )
24 
25