CMS 3D CMS Logo

Variables

L1TRPCTF_cfi Namespace Reference

Variables

tuple L1TRPCTF

Variable Documentation

Initial value:
00001 cms.EDAnalyzer("L1TRPCTF",
00002     disableROOToutput = cms.untracked.bool(True),
00003     rpctfSource = cms.InputTag("gtDigis"),
00004     rpctfRPCDigiSource = cms.InputTag("muonRPCDigis"),
00005     output_dir = cms.untracked.string('L1T/L1TRPCTF'),
00006     rateUpdateTime = cms.int32(20), # update after 20 seconds
00007     rateBinSize = cms.int32(60), # in seconds
00008     rateNoOfBins = cms.int32(3000),
00009     verbose = cms.untracked.bool(False),
00010     DQMStore = cms.untracked.bool(True)
00011 )

Definition at line 3 of file L1TRPCTF_cfi.py.