CMS 3D CMS Logo

MonitorAlCaHcalIterativePhisym_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from DQMServices.Core.DQMEDAnalyzer import DQMEDAnalyzer
4 
5 HcalIterativePhiSymMon = DQMEDAnalyzer('DQMHcalIterativePhiSymAlCaReco',
6  folderName = cms.string('ALCAStreamHcalIterativePhiSym'),
7  hbheInput = cms.InputTag('hbhereco'),
8  hfInput = cms.InputTag('hfreco'),
9  hoInput = cms.InputTag('horeco'),
10  hiDistr_y_nbin = cms.untracked.int32(72),
11  hiDistr_y_min = cms.untracked.double(0.5),
12  hiDistr_y_max = cms.untracked.double(72.5),
13  hiDistr_x_nbin = cms.untracked.int32(83),
14  hiDistr_x_min = cms.untracked.double(-41.5),
15  hiDistr_x_max = cms.untracked.double(41.5),
16  mightGet = cms.optional.untracked.vstring
17 )