CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTMonBitSummary_cfi.py
Go to the documentation of this file.
2 
3 # Bit Plotting
4 hltMonBitSummary = cms.EDAnalyzer("HLTMonBitSummary",
5  directory = cms.untracked.string('myDirectory'),
6  histLabel = cms.untracked.string('myHistLabel'),
7  #label = cms.string('myLabel'),
8  #out = cms.untracked.string('dqm.root'),
9  HLTPaths = cms.vstring('HLT_.*'),
10  denominatorWild = cms.untracked.string(''),
11  denominator = cms.untracked.string(''),
12  eventSetupPathsKey = cms.untracked.string(''),
13  TriggerResultsTag = cms.InputTag('TriggerResults','','HLT')
14 )