CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DQM/L1TMonitor/python/L1TDEMON_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 l1demon = cms.EDAnalyzer("L1TDEMON",
00004     HistFolder = cms.untracked.string('L1TEMU/'),
00005     HistFile = cms.untracked.string('l1demon.root'),
00006     disableROOToutput = cms.untracked.bool(True),
00007     DataEmulCompareSource = cms.InputTag("l1compare"),
00008     DQMStore = cms.untracked.bool(True),
00009     VerboseFlag = cms.untracked.int32(0),
00010     RunInFilterFarm = cms.untracked.bool(False)
00011 )
00012 
00013