CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/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     saveTags = cms.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