CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/DQM/HLTEvF/python/HLTMonBitSummary_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Bit Plotting
00004 HLTMonBitSummary = cms.EDAnalyzer("HLTMonBitSummary",
00005                                   directory = cms.untracked.string('myDirectory'),
00006                                   histLabel = cms.untracked.string('myHistLabel'),
00007                                   #label = cms.string('myLabel'),
00008                                   #out = cms.untracked.string('dqm.root'),
00009                                   HLTPaths = cms.vstring('HLT_.*'),
00010                                   denominatorWild = cms.untracked.string(''),
00011                                   denominator = cms.untracked.string(''),
00012                                   eventSetupPathsKey = cms.untracked.string(''),
00013                                   TriggerResultsTag = cms.InputTag('TriggerResults','','HLT')
00014 )