CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/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     COMPARE_COLLS = cms.untracked.vuint32(
00012         0,  0,  1,  1,   0,  1,  0,  0,  1,  0,  1, 0
00013     # ETP,HTP,RCT,GCT, DTP,DTF,CTP,CTF,RPC,LTC,GMT,GT
00014     )
00015 
00016 )
00017 
00018