CMS 3D CMS Logo

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

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 L1TRPCTF = cms.EDAnalyzer("L1TRPCTF",
00004     disableROOToutput = cms.untracked.bool(True),
00005     rpctfSource = cms.InputTag("gtDigis"),
00006     rpctfRPCDigiSource = cms.InputTag("muonRPCDigis"),
00007     output_dir = cms.untracked.string('L1T/L1TRPCTF'),
00008     rateUpdateTime = cms.int32(20), # update after 20 seconds
00009     rateBinSize = cms.int32(60), # in seconds
00010     rateNoOfBins = cms.int32(3000),
00011     verbose = cms.untracked.bool(False),
00012     DQMStore = cms.untracked.bool(True)
00013 )
00014 
00015