CMS 3D CMS Logo

photonSelector_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # module to select Photons
00004 # See httpss://twiki.cern.ch/twiki/bin/view/CMS/SWGuidePhysicsCutParser
00005 # on how to use the cut-string
00006 #
00007 # These are only dummy cuts
00008 selectedLayer1Photons = cms.EDFilter("PATPhotonSelector",
00009     src = cms.InputTag("allLayer1Photons"),
00010     cut = cms.string('pt > 0. & abs(eta) < 12.')
00011 )
00012 
00013 

Generated on Tue Jun 9 17:41:44 2009 for CMSSW by  doxygen 1.5.4