CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
pfElectronIsolationFromDeposits_cff.py
Go to the documentation of this file.
2 
6 
7 # compute isolation values, from various collections of iso deposits.
8 # could add the electrons and the muons as isolators, just to check that everything is fine
9 
10 pfElectronIsolationFromDepositsSequence = cms.Sequence(
11  isoValElectronWithCharged +
12  isoValElectronWithNeutral +
13  isoValElectronWithPhotons
14 )
15 
16 
17