CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoBTag/SoftLepton/python/softElectronSelector_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # select a subset of the GsfElectron collection based on the quality stored in a ValueMap
00004 softElectronSelector = cms.EDProducer("BtagGsfElectronSelector",
00005     input     = cms.InputTag('gsfElectrons'),
00006     selection = cms.InputTag('eidLoose'),
00007     cut       = cms.double(0.5)
00008 )