CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/DQM/L1TMonitor/python/L1TRCT_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 L1TRCT = cms.EDAnalyzer("L1TRCT",
00004     DQMStore = cms.untracked.bool(True),
00005     disableROOToutput = cms.untracked.bool(True),
00006     rctSource = cms.InputTag("gctDigis"),
00007     verbose = cms.untracked.bool(False),
00008     filterTriggerType = cms.int32(1)
00009 )
00010 
00011