CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/CommonTools/ParticleFlow/python/TopProjectors/pfNoElectron_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 pfNoElectron = cms.EDProducer(
00004     "TPPFCandidatesOnPFCandidates",
00005     enable =  cms.bool( True ),
00006     verbose = cms.untracked.bool( False ),
00007     name = cms.untracked.string("noElectron"),
00008     topCollection = cms.InputTag("pfIsolatedElectrons"),
00009     bottomCollection = cms.InputTag("pfNoMuon"),
00010 )