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