![]() |
![]() |
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 )