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.
2 
4 #from PhysicsTools.PFCandProducer.ParticleSelectors.pfElectronsPtGt5_cfi import *
9 
10 
11 
12 pfElectronSequence = cms.Sequence(
13  pfAllElectrons +
14  # electron selection:
15  #pfElectronsPtGt5 +
16  pfElectronsFromVertex +
17  pfSelectedElectrons +
18  # computing isolation variables:
19  pfElectronIsolationSequence +
20  # selecting isolated electrons:
21  pfIsolatedElectrons
22  )
23 
24 
25 
26