Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:09:16

0001 # The following comments couldn't be translated into the new config version:
0002 
0003 import FWCore.ParameterSet.Config as cms
0004 
0005 from DQMServices.Core.DQMEDAnalyzer import DQMEDAnalyzer
0006 HcalIsolatedBunchMon = DQMEDAnalyzer('DQMHcalIsolatedBunchAlCaReco',
0007     # product to monitor
0008     hbheInput     = cms.InputTag("hbhereco"),
0009     hoInput       = cms.InputTag("horeco"),
0010     hfInput       = cms.InputTag("hfreco"),
0011     TriggerResult = cms.InputTag("TriggerResults","","HLT"),
0012     TriggerName   = cms.string("HLT_HcalIsolatedBunch"),
0013     PlotAll       = cms.untracked.bool(False),
0014     FolderName    = cms.untracked.string('AlCaReco/HcalIsolatedBunch')
0015 )
0016 
0017 
0018