CMS 3D CMS Logo

HLTJetMETDQMSource_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 hltResults = cms.EDFilter("HLTJetMETDQMSource",
00004     plotAll = cms.untracked.bool(False),
00005     ptMax = cms.untracked.double(100.0),
00006     ptMin = cms.untracked.double(0.0),
00007     filters = cms.VPSet(),
00008     triggerSummaryLabel = cms.InputTag("triggerSummaryProducerAOD","","HLT")
00009 )
00010 
00011 

Generated on Tue Jun 9 17:33:08 2009 for CMSSW by  doxygen 1.5.4