CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/DQM/L1TMonitorClient/python/L1TTestsSummary_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 L1TTestsSummary = cms.EDAnalyzer("L1TTestsSummary",
00004   verbose = cms.untracked.bool(False),
00005   MonitorL1TRate      = cms.untracked.bool(True),
00006   MonitorL1TSync      = cms.untracked.bool(True),
00007   MonitorL1TOccupancy = cms.untracked.bool(False),
00008 )