CMS 3D CMS Logo

HLTMonMuon_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 hltMonMu = 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 #muon open
00011         cms.PSet(
00012             PlotBounds = cms.vdouble(0.0, 0.0),
00013             HLTCollectionLabels = cms.InputTag("hltMuLevel1PathL1OpenFiltered","","HLT"),
00014             IsoCollections = cms.VInputTag(cms.InputTag("none")),
00015             theHLTOutputTypes = cms.uint32(81)
00016         ), 
00017 #HLT_L2Mu9
00018         cms.PSet(
00019             PlotBounds = cms.vdouble(0.0, 0.0),
00020             HLTCollectionLabels = cms.InputTag("hltSingleMuNoIsoL1Filtered","","HLT"),
00021             IsoCollections = cms.VInputTag(cms.InputTag("none")),
00022             theHLTOutputTypes = cms.uint32(81)
00023         ), 
00024         cms.PSet(
00025             PlotBounds = cms.vdouble(0.0, 0.0),
00026             HLTCollectionLabels = cms.InputTag("hltSingleMuLevel2NoIsoL2PreFiltered","","HLT"),
00027             IsoCollections = cms.VInputTag(cms.InputTag("none")),
00028             theHLTOutputTypes = cms.uint32(93)
00029         ), 
00030 #HLT_Mu3        
00031         cms.PSet(
00032             PlotBounds = cms.vdouble(0.0, 0.0),
00033             HLTCollectionLabels = cms.InputTag("hltSingleMuIsoL3IsoFiltered","","HLT"),
00034             IsoCollections = cms.VInputTag(cms.InputTag("none")),
00035             theHLTOutputTypes = cms.uint32(93)
00036         ), 
00037         cms.PSet(
00038             PlotBounds = cms.vdouble(0.0, 0.0),
00039             HLTCollectionLabels = cms.InputTag("hltSingleMuPrescale3L2PreFiltered","","HLT"),
00040             IsoCollections = cms.VInputTag(cms.InputTag("none")),
00041             theHLTOutputTypes = cms.uint32(93)
00042         )),
00043     disableROOToutput = cms.untracked.bool(True)
00044 )
00045 
00046 

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