CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/RecoEgamma/EgammaIsolationAlgos/python/eleIsoFromDeposits_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from RecoEgamma.EgammaIsolationAlgos.eleIsoFromDepsModules_cff import *
00004 
00005 eleIsoFromDeposits = cms.Sequence( 
00006     eleIsoFromDepsTk * 
00007     eleIsoFromDepsEcalFromHitsByCrystal * 
00008     eleIsoFromDepsHcalFromTowers *
00009     eleIsoFromDepsHcalDepth1FromTowers *
00010     eleIsoFromDepsHcalDepth2FromTowers
00011 )
00012