CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
pfBasedElectronIso_cff.py
Go to the documentation of this file.
2 
6 
7 pfSelectedElectrons = cms.EDFilter(
8  "GenericPFCandidateSelector",
9  src = cms.InputTag("particleFlow"),
10  cut = cms.string("abs(pdgId())==11")
11 )
12 
13 pfBasedElectronIsoSequence = cms.Sequence(
14  pfParticleSelectionSequence +
15  pfSelectedElectrons +
16  electronPFIsolationDepositsSequence +
17  electronPFIsolationValuesSequence
18  )
19 
20 #COLIN: is this file used in RECO? in PF2PAT? same for photons.