CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/CommonTools/ParticleFlow/python/Isolation/pfElectronIsolation_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from RecoParticleFlow.PFProducer.electronPFIsolationDeposits_cff import *
00004 from RecoParticleFlow.PFProducer.electronPFIsolationValues_cff import *
00005 
00006 pfElectronIsolationSequence = cms.Sequence(
00007     electronPFIsolationDepositsSequence +
00008     electronPFIsolationValuesSequence
00009     )
00010