CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1TTestsSummary_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 l1tTestsSummary = cms.EDAnalyzer("L1TTestsSummary",
4  verbose = cms.untracked.bool(False),
5  MonitorL1TRate = cms.untracked.bool(True),
6  MonitorL1TSync = cms.untracked.bool(True),
7  MonitorL1TOccupancy = cms.untracked.bool(False),
8 )