CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/RecoBTag/SoftLepton/python/softElectronCandProducer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 from RecoBTag.SoftLepton.softPFElectronCleaner_cfi import *
00003 
00004 softElectronCands = cms.EDProducer("SoftElectronCandProducer",
00005   looseSoftPFElectronCleanerBarrelCuts,
00006   looseSoftPFElectronCleanerForwardCuts,
00007   electrons = cms.InputTag("gsfElectrons")
00008 )