CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoEgamma/EgammaIsolationAlgos/python/egammaIsolationSequencePAT_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from RecoEgamma.EgammaIsolationAlgos.gamIsolationSequence_cff import *
00004 from RecoEgamma.EgammaIsolationAlgos.eleIsolationSequence_cff import *
00005 
00006 #Standard reco sequence with both electrons and photons
00007 egammaIsolationSequencePAT = cms.Sequence(
00008     eleIsolationSequence *
00009     gamIsolationSequence
00010 )
00011