CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MonitorHcalIsolatedBunchAlCaReco_cfi.py
Go to the documentation of this file.
1 # The following comments couldn't be translated into the new config version:
2 
3 import FWCore.ParameterSet.Config as cms
4 
5 HcalIsolatedBunchMon = cms.EDAnalyzer("DQMHcalIsolatedBunchAlCaReco",
6  # product to monitor
7  hbheInput = cms.InputTag("hbhereco"),
8  hoInput = cms.InputTag("horeco"),
9  hfInput = cms.InputTag("hfreco"),
10  TriggerResult = cms.InputTag("TriggerResults","","HLT"),
11  TriggerName = cms.string("HLT_HcalIsolatedBunch"),
12  PlotAll = cms.untracked.bool(False),
13  FolderName = cms.untracked.string('AlCaReco/HcalIsolatedBunch')
14 )
15 
16 
17