CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/HLTrigger/HLTfilters/python/hltGlobalSumsCaloMET_cfi.py

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