CMS 3D CMS Logo

l1pfCandidates_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 l1pfCandidates = cms.EDProducer("L1TPFCandMultiMerger",
4  labelsToMerge = cms.vstring(
5  'Calo',
6  'TK',
7  'TKVtx',
8  'PF',
9  'Puppi'
10  ),
11  pfProducers = cms.VInputTag(cms.InputTag("l1pfProducerBarrel"), cms.InputTag("l1pfProducerHGCal"), cms.InputTag("l1pfProducerHGCalNoTK"), cms.InputTag("l1pfProducerHF"))
12 )