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),
00009 rateBinSize = cms.int32(60),
00010 rateNoOfBins = cms.int32(3000),
00011 verbose = cms.untracked.bool(False),
00012 DQMStore = cms.untracked.bool(True)
00013 )
00014
00015