CMS 3D CMS Logo

HLTMonJetMET_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 hltMonJetMET = cms.EDAnalyzer("HLTMon",
00004    outputFile = cms.untracked.string('./L1TDQM.root'),
00005    verbose = cms.untracked.bool(False),
00006    MonitorDaemon = cms.untracked.bool(True),
00007    reqNum = cms.uint32(1),
00008    DaqMonitorBEInterface = cms.untracked.bool(True),
00009    filters = cms.VPSet(
00010        cms.PSet(
00011            PlotBounds = cms.vdouble(0.0, 0.0),
00012            HLTCollectionLabels = cms.InputTag("hltL1sL1Jet15","","HLT"),
00013            IsoCollections = cms.VInputTag(cms.InputTag("none")),
00014            theHLTOutputTypes = cms.uint32(84),
00015      ),
00016        cms.PSet(
00017            PlotBounds = cms.vdouble(0.0, 0.0),
00018            HLTCollectionLabels = cms.InputTag("hltL1sJet30","","HLT"),
00019            IsoCollections = cms.VInputTag(cms.InputTag("none")),
00020            theHLTOutputTypes = cms.uint32(84),
00021      ),
00022        cms.PSet(
00023            PlotBounds = cms.vdouble(0.0, 0.0),
00024            HLTCollectionLabels = cms.InputTag("hlt1jet30","","HLT"),
00025            IsoCollections = cms.VInputTag(cms.InputTag("none")),
00026            theHLTOutputTypes = cms.uint32(95),
00027      ),
00028    disableROOToutput = cms.untracked.bool(True)
00029    )
00030 
00031 )

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