CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/PhysicsTools/PatAlgos/python/recoLayer0/pfCandidateIsoDepositSelection_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from CommonTools.ParticleFlow.ParticleSelectors.pfSortByType_cff import *
00004 from CommonTools.ParticleFlow.pfNoPileUp_cff import *
00005 
00006 
00007 patPFCandidateIsoDepositSelection = cms.Sequence(
00008     pfNoPileUpSequence *
00009     ( pfAllNeutralHadrons +
00010       pfAllChargedHadrons +
00011       pfAllPhotons )
00012     )
00013 
00014 
00015 
00016