CMS 3D CMS Logo

pfElectronSelector_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #Electron Selector
4 pfElectronSelector = cms.PSet(
5  version = cms.string('SPRING11'),
6  MVA = cms.double(-0.01),
7  MaxMissingHits = cms.int32(1),
8  D0 = cms.double(0.02),
9  electronIDused = cms.string('eidTightMC'),
10  ConversionRejection = cms.bool(True),
11  PFIso = cms.double(0.1),
12  cutsToIgnore = cms.vstring()
13  )