CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoEgamma/EgammaIsolationAlgos/python/eleIsolationSequence_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from RecoEgamma.EgammaIsolationAlgos.eleIsoDeposits_cff import *
00004 from RecoEgamma.EgammaIsolationAlgos.eleIsoFromDeposits_cff import *
00005 
00006 #Standard reco sequence with electrons
00007 eleIsolationSequence = cms.Sequence( 
00008     eleIsoDeposits * 
00009     eleIsoFromDeposits
00010 )
00011