Go to the documentation of this file.00001
00002
00003
00004
00005 import FWCore.ParameterSet.Config as cms
00006
00007
00008
00009
00010
00011
00012 HcalPhiSymMon = cms.EDAnalyzer("DQMHcalPhiSymAlCaReco",
00013
00014 hbheInputMB = cms.InputTag("hbherecoMB"),
00015 hoInputMB = cms.InputTag("horecoMB"),
00016 hfInputMB = cms.InputTag("hfrecoMB"),
00017 hbheInputNoise = cms.InputTag("hbherecoNoise"),
00018 hoInputNoise = cms.InputTag("horecoNoise"),
00019 hfInputNoise = cms.InputTag("hfrecoNoise"),
00020 rawInputLabel=cms.InputTag("source"),
00021 period = cms.uint32(4096),
00022
00023 SaveToFile = cms.untracked.bool(False),
00024 FileName = cms.untracked.string('MonitorAlCaHcalPhiSym.root'),
00025
00026 FolderName = cms.untracked.string('AlCaReco/HcalPhiSym')
00027 )
00028
00029
00030