CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/HLTrigger/HLTfilters/python/hltGlobalSumsMET_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 hltGlobalSumsMET= cms.EDFilter( "HLTGlobalSumsMET",
00004     inputTag = cms.InputTag( "hltJet15UHt" ),
00005     saveTags = cms.bool( True ),
00006     observable = cms.string( "sumEt" ),
00007     Min = cms.double( 100.0 ),
00008     Max = cms.double( -1.0 ),
00009     MinN = cms.int32( 1 )
00010 )
00011