CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
pfCandidateIsoDepositSelection_cff.py
Go to the documentation of this file.
2 
5 
6 
7 patPFCandidateIsoDepositSelection = cms.Sequence(
8  pfNoPileUpSequence *
9  ( pfAllNeutralHadrons +
10  pfAllChargedHadrons +
11  pfAllPhotons )
12  )
13 
14 
15 
16