Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004 HLTMonBitSummary = cms.EDAnalyzer("HLTMonBitSummary",
00005 directory = cms.untracked.string('myDirectory'),
00006 histLabel = cms.untracked.string('myHistLabel'),
00007
00008
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 )