CMS 3D CMS Logo

L1TTestsSummary_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 from DQMServices.Core.DQMEDHarvester import DQMEDHarvester
3 
4 l1tTestsSummary = DQMEDHarvester("L1TTestsSummary",
5  verbose = cms.untracked.bool(False),
6  MonitorL1TRate = cms.untracked.bool(True),
7  MonitorL1TSync = cms.untracked.bool(True),
8  MonitorL1TOccupancy = cms.untracked.bool(False),
9 )
DQMEDHarvester
Definition: DQMEDHarvester.py:1