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('TOPPAG'),
6  rhoSrc = cms.InputTag('kt6PFJets', 'rho'),
7  Fiducial = cms.bool(True),
8  MaxMissingHits = cms.int32(1),
9  D0 = cms.double(0.02),
10  ConversionRejection = cms.bool(True),
11  PFIso = cms.double(0.1),
12  MVA = cms.double(0.5),
13  cutsToIgnore = cms.vstring()
14  )