CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
pfElectronSelector_cfi.py
Go to the documentation of this file.
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  )