CMS 3D CMS Logo

MonitorAlCaEcalPhisym_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: MonitorAlCaEcalPhisym_cfi.py,v 1.2 2008/08/14 09:33:36 argiro Exp $
00009 #
00010 # \author Stefano Argiro
00011 #
00012 EcalPhiSymMon = cms.EDAnalyzer("DQMSourcePhiSym",
00013     # product to monitor
00014     AlCaStreamEBTag = cms.untracked.InputTag("hltAlCaPhiSymStream","phiSymEcalRecHitsEB"),
00015     SaveToFile = cms.untracked.bool(False),
00016     FileName = cms.untracked.string('MonitorAlCaEcalPhiSym.root'),
00017     AlCaStreamEETag = cms.untracked.InputTag("hltAlCaPhiSymStream","phiSymEcalRecHitsEE"),
00018     prescaleFactor = cms.untracked.int32(1),
00019     # DQM folder to write to
00020     FolderName = cms.untracked.string('ALCAStreamEcalPhiSym')
00021 )
00022 
00023 
00024 

Generated on Tue Jun 9 17:33:43 2009 for CMSSW by  doxygen 1.5.4