CMS 3D CMS Logo

tauSelector_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # module to select Taus
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 selectedLayer1Taus = cms.EDFilter("PATTauSelector",
00009     src = cms.InputTag("allLayer1Taus"),
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