File indexing completed on 2023-07-18 22:33:54
0001 import FWCore.ParameterSet.Config as cms
0002
0003 dqmHcalIterativePhiSymAlCaReco = cms.EDProducer('DQMHcalIterativePhiSymAlCaReco',
0004 folderName = cms.string('ALCAStreamHcalIterativePhiSym'),
0005 hbheInput = cms.InputTag('hbhereco'),
0006 hfInput = cms.InputTag('hfreco'),
0007 hoInput = cms.InputTag('horeco'),
0008 hiDistr_y_nbin = cms.untracked.int32(72),
0009 hiDistr_y_min = cms.untracked.double(0.5),
0010 hiDistr_y_max = cms.untracked.double(72.5),
0011 hiDistr_x_nbin = cms.untracked.int32(83),
0012 hiDistr_x_min = cms.untracked.double(-41.5),
0013 hiDistr_x_max = cms.untracked.double(41.5),
0014 mightGet = cms.optional.untracked.vstring
0015 )