CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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 = " pt > 5 & gsfElectronRef.isAvailable() & gsfTrackRef.hitPattern().numberOfLostHits('MISSING_INNER_HITS')<2")
9 
10 pfElectronTask = cms.Task(
11  pfAllElectrons ,
12  pfElectronsFromVertex ,
13  pfIsolatedElectrons ,
14  pfElectrons
15  )
16 pfElectronSequence = cms.Sequence(pfElectronTask)