CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
pfElectrons_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
6 
7 
8 pfElectrons = pfIsolatedElectrons.clone( cut = cms.string(" pt > 5 & gsfElectronRef.isAvailable() & gsfTrackRef.hitPattern().numberOfLostHits('MISSING_INNER_HITS')<2"))
9 
10 pfElectronSequence = cms.Sequence(
11  pfAllElectrons +
12  pfElectronsFromVertex +
13  pfIsolatedElectrons +
14  pfElectrons
15  )
16 
17 
18 
19