CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/HLTriggerOffline/special/python/hltHPSdqm_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 hltHPSdqm = cms.EDAnalyzer('DQMHcalPhiSymHLT',
00004 folderName=cms.string("HLT/AlCa_HcalPhiSym"),
00005 SaveToRootFile=cms.bool(False),
00006 outputRootFileName=cms.string("hltHPSdqm.root"),
00007 rawInputLabel=cms.InputTag("hltAlCaHcalFEDSelector")
00008 )