CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hlt1CaloMET_cfi.py
Go to the documentation of this file.
1 # The following comments couldn't be translated into the new config version:
2 
3 # negative = no cut
4 import FWCore.ParameterSet.Config as cms
5 
6 hlt1CaloMET = cms.EDFilter("HLT1CaloMET",
7  saveTag = cms.untracked.bool( False ),
8  MaxEta = cms.double(-1.0),
9  inputTag = cms.InputTag("met"),
10  MinPt = cms.double(100.0),
11  MinN = cms.int32(1)
12 )
13 
14