CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/DQMOffline/CalibCalo/python/MonitorAlCaHcalPhisym_cfi.py

Go to the documentation of this file.
00001 # The following comments couldn't be translated into the new config version:
00002 
00003 # prescale
00004 
00005 import FWCore.ParameterSet.Config as cms
00006 
00007 #
00008 # $Id: MonitorAlCaHcalPhisym_cfi.py,v 1.5 2009/11/16 12:31:38 kodolova Exp $
00009 #
00010 # \author Stefano Argiro
00011 #
00012 HcalPhiSymMon = cms.EDAnalyzer("DQMHcalPhiSymAlCaReco",
00013     # product to monitor
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     # File to save 
00023     SaveToFile = cms.untracked.bool(False),
00024     FileName = cms.untracked.string('MonitorAlCaHcalPhiSym.root'),
00025     # DQM folder to write to
00026     FolderName = cms.untracked.string('AlCaReco/HcalPhiSym')
00027 )
00028 
00029 
00030