Variables | |
tuple | L1TRPCTF |
tuple L1TRPCTF_cfi::L1TRPCTF |
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.