CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/HLTriggerOffline/special/python/EcalPhiSymHLTVal_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: EcalPhiSymHLTVal_cfi.py,v 1.4 2009/10/19 18:17:54 beaucero Exp $
00009 #
00010 # \author Stefano Argiro
00011 #
00012 RelValEcalPhiSymMon = cms.EDAnalyzer("HLTAlCaMonEcalPhiSym",
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('HLT/EcalPhiSym')
00021 )
00022 
00023 
00024