Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:57:33

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from DQMServices.Core.DQMEDAnalyzer import DQMEDAnalyzer
0004 
0005 HcalIterativePhiSymMon = DQMEDAnalyzer('DQMHcalIterativePhiSymAlCaReco',
0006   folderName = cms.string('ALCAStreamHcalIterativePhiSym'),
0007   hbheInput = cms.InputTag('hbhereco'),
0008   hfInput = cms.InputTag('hfreco'),
0009   hoInput = cms.InputTag('horeco'),
0010   hiDistr_y_nbin = cms.untracked.int32(72),
0011   hiDistr_y_min = cms.untracked.double(0.5),
0012   hiDistr_y_max = cms.untracked.double(72.5),
0013   hiDistr_x_nbin = cms.untracked.int32(83),
0014   hiDistr_x_min = cms.untracked.double(-41.5),
0015   hiDistr_x_max = cms.untracked.double(41.5),
0016   mightGet = cms.optional.untracked.vstring
0017 )