CMS 3D CMS Logo

hlt1CaloMET_cfi.py

Go to the documentation of this file.
00001 # The following comments couldn't be translated into the new config version:
00002 
00003 # negative = no cut
00004 import FWCore.ParameterSet.Config as cms
00005 
00006 hlt1CaloMET = cms.EDFilter("HLT1CaloMET",
00007     MaxEta = cms.double(-1.0),
00008     inputTag = cms.InputTag("met"),
00009     MinPt = cms.double(100.0),
00010     MinN = cms.int32(1)
00011 )
00012 
00013 

Generated on Tue Jun 9 17:37:54 2009 for CMSSW by  doxygen 1.5.4