CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/DQM/HLTEvF/python/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