CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/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