CMS 3D CMS Logo

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 from DQMServices.Core.DQMEDAnalyzer import DQMEDAnalyzer
6 HcalIsolatedBunchMon = DQMEDAnalyzer('DQMHcalIsolatedBunchAlCaReco',
7  # product to monitor
8  hbheInput = cms.InputTag("hbhereco"),
9  hoInput = cms.InputTag("horeco"),
10  hfInput = cms.InputTag("hfreco"),
11  TriggerResult = cms.InputTag("TriggerResults","","HLT"),
12  TriggerName = cms.string("HLT_HcalIsolatedBunch"),
13  PlotAll = cms.untracked.bool(False),
14  FolderName = cms.untracked.string('AlCaReco/HcalIsolatedBunch')
15 )
16 
17 
18