CMS 3D CMS Logo

pfPhotonIsolation_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 
6 pfPhotonIsolationSequence = cms.Sequence(
7  photonPFIsolationDepositsSequence +
8  photonPFIsolationValuesSequence
9  )
10