CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/PhysicsTools/SelectorUtils/python/pfElectronSelector_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #Electron Selector
00004 pfElectronSelector = cms.PSet(
00005     version = cms.string('SPRING11'),
00006     MVA = cms.double(-0.01),
00007     MaxMissingHits = cms.int32(1),
00008     D0 = cms.double(0.02),
00009     electronIDused = cms.string('eidTightMC'),
00010     ConversionRejection = cms.bool(True),
00011     PFIso = cms.double(0.1),
00012     cutsToIgnore = cms.vstring()
00013     )