CMS 3D CMS Logo

electronDQMConsumer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 electronDQMConsumer = cms.EDAnalyzer("HLTMonElectronConsumer",
00004     outputFile = cms.untracked.string('./L1TDQMConsumer.root'),
00005     MonitorDaemon = cms.untracked.bool(True),
00006     PixelTag = cms.InputTag("electronDQMPixelMatch"),
00007     DaqMonitorBEInterface = cms.untracked.bool(True),
00008     IsoTag = cms.InputTag("electronDQMIsoDist"),
00009     disableROOToutput = cms.untracked.bool(True)
00010 )
00011 
00012 

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